Skip to content

Commit

Permalink
Merge branch 'main' into table-questioning
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-mokrov authored Oct 31, 2023
2 parents ebc4eb9 + b5b96fa commit 396b257
Show file tree
Hide file tree
Showing 15 changed files with 1,416 additions and 200 deletions.
1 change: 1 addition & 0 deletions .ci/ignore_convert_execution.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ notebooks/259-decidiffusion-image-generation/259-decidiffusion-image-generation.
notebooks/260-pix2struct-docvqa/260-pix2struct-docvqa.ipynb
notebooks/262-softvc-voice-conversion/262-softvc-voice-conversion.ipynb
notebooks/263-latent-consistency-models-image-generation/263-latent-consistency-models-image-generation.ipynb
notebooks/264-qrcode-monster/264-qrcode-monster.ipynb
notebooks/404-style-transfer-webcam/404-style-transfer.ipynb
1 change: 1 addition & 0 deletions .ci/ignore_treon_docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
260-pix2struct-docvqa
262-softvc-voice-conversion
263-latent-consistency-models-image-generation
264-qrcode-monster
301-tensorflow-training-openvino
305-tensorflow-quantization-aware-training
404-style-transfer-webcam
1 change: 1 addition & 0 deletions .ci/ignore_treon_linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
260-pix2struct-docvqa
262-softvc-voice-conversion
263-latent-consistency-models-image-generation
264-qrcode-monster
404-style-transfer-webcam
1 change: 1 addition & 0 deletions .ci/ignore_treon_mac.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@
260-pix2struct-docvqa
262-softvc-voice-conversion
263-latent-consistency-models-image-generation
264-qrcode-monster
404-style-transfer-webcam
3 changes: 2 additions & 1 deletion .ci/ignore_treon_win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@
259-decidiffusion-image-generation
260-pix2struct-docvqa
262-softvc-voice-conversion
263-latent-consistency-models-image-generation
263-latent-consistency-models-image-generation
264-qrcode-monster
1 change: 1 addition & 0 deletions .ci/spellcheck/.pyspelling.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ PyTorch
PyTorchVideo
QFormer
Qi
qrcode
quant
quantized
quantizer
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Check out the latest notebooks that show how to optimize and deploy popular mode
| [Fast Segment Anything](notebooks/261-fast-segment-anything/)<br>[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/openvinotoolkit/openvino_notebooks/HEAD?filepath=notebooks%2F261-fast-segment-anything%2F261-fast-segment-anything.ipynb)<br>[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/main/notebooks/261-fast-segment-anything/261-fast-segment-anything.ipynb) | Object segmentations with FastSAM and OpenVINO™ | <img src="https://user-images.githubusercontent.com/26833433/248551984-d98f0f6d-7535-45d0-b380-2e1440b52ad7.jpg" width=225> |
| [SoftVC VITS Singing Voice Conversion](notebooks/262-softvc-voice-conversion)<br> | SoftVC VITS Singing Voice Conversion and OpenVINO™ | |
| [Latent Consistency Models: the next generation of Image Generation models ](notebooks/263-latent-consistency-models-image-generation)<br> | Image generation with Latent Consistency Models (LCM) and OpenVINO™ | <img src=https://user-images.githubusercontent.com/29454499/277367065-13a8f622-8ea7-4d12-b3f8-241d4499305e.png width=300> |
| [QR Code Monster](notebooks/264-qrcode-monster/)<br> | Generate creative QR codes with ControlNet QR Code Monster and OpenVINO™ | <img src="https://github.com/openvinotoolkit/openvino_notebooks/assets/76463150/1a5978c6-e7a0-4824-9318-a3d8f4912c47" width=225> |

## Table of Contents

Expand Down Expand Up @@ -201,7 +202,8 @@ Demos that demonstrate inference on a particular model.
| [261-fast-segment-anything](notebooks/261-fast-segment-anything/)<br>[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/openvinotoolkit/openvino_notebooks/HEAD?filepath=notebooks%2F261-fast-segment-anything%2F261-fast-segment-anything.ipynb)<br>[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/main/notebooks/261-fast-segment-anything/261-fast-segment-anything.ipynb) | Object segmentations with FastSAM and OpenVINO™ | <img src="https://user-images.githubusercontent.com/26833433/248551984-d98f0f6d-7535-45d0-b380-2e1440b52ad7.jpg" width=225> |
| [262-softvc-voice-conversion](notebooks/262-softvc-voice-conversion)<br> | SoftVC VITS Singing Voice Conversion and OpenVINO™ | |
| [263-latent-consistency-models-image-generation](notebooks/263-latent-consistency-models-image-generation)<br> | Image generation with Latent Consistency Models (LCM) and OpenVINO™ | <img src=https://user-images.githubusercontent.com/29454499/277367065-13a8f622-8ea7-4d12-b3f8-241d4499305e.png width=225> |
| [266-table-question-answering](notebooks/266-table-question-answering)<br> | TAPAS base model fine-tuned on WikiTable Questions (WTQ) with OpenVINO™ ||
| [264-qrcode-monster](notebooks/264-qrcode-monster/)<br> | Generate creative QR codes with ControlNet QR Code Monster and OpenVINO™ | <img src="https://github.com/openvinotoolkit/openvino_notebooks/assets/76463150/1a5978c6-e7a0-4824-9318-a3d8f4912c47" width=225> |
| [266-table-question-answering](notebooks/266-table-question-answering)<br><br>[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/main/notebooks/266-table-question-answering/266-table-question-answering.ipynb)<br> | TAPAS base model fine-tuned on WikiTable Questions (WTQ) with OpenVINO™ ||

<div id='-model-training'></div>

Expand Down
4 changes: 2 additions & 2 deletions notebooks/109-performance-tricks/109-latency-tricks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}
],
"source": [
"%pip install -q \"openvino>=2023.1.0\" seaborn \"ultralytics<=8.178.0\" onnx"
"%pip install -q \"openvino>=2023.1.0\" seaborn \"ultralytics<=8.0.178\" onnx"
]
},
{
Expand Down Expand Up @@ -872,7 +872,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.8.10"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
27 changes: 9 additions & 18 deletions notebooks/109-performance-tricks/109-throughput-tricks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -61,7 +60,7 @@
},
"outputs": [],
"source": [
"%pip install -q \"openvino>=2023.1.0\" seaborn ultralytics onnx"
"%pip install -q \"openvino>=2023.1.0\" \"ultralytics<=8.0.178\" seaborn ultralytics onnx"
]
},
{
Expand Down Expand Up @@ -95,7 +94,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -169,7 +167,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -227,7 +224,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -278,7 +274,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -343,7 +338,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -462,7 +456,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -522,7 +515,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -605,7 +597,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -691,7 +682,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -742,7 +732,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -797,7 +786,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -855,7 +843,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -910,7 +897,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -963,7 +949,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -1046,7 +1031,6 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -1074,7 +1058,14 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.8.10"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 396b257

Please sign in to comment.