Skip to content

Commit 81bd537

Browse files
[DOCS] Update of Interactive Tutorials section (#26763)
Updating `Interactive Tutorials` section with new content.
1 parent c020c1d commit 81bd537

File tree

268 files changed

+13193
-11169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+13193
-11169
lines changed

docs/nbdoc/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
repo_owner = "openvinotoolkit"
77
repo_name = "openvino_notebooks"
88
repo_branch = "tree/main"
9-
artifacts_link = "http://repository.toolbox.iotg.sclab.intel.com/projects/ov-notebook/0.1.0-latest/20240827220813/dist/rst_files/"
9+
artifacts_link = "http://repository.toolbox.iotg.sclab.intel.com/projects/ov-notebook/0.1.0-latest/20240923220849/dist/rst_files/"
1010
blacklisted_extensions = ['.xml', '.bin']
1111
notebooks_repo = "https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/"
1212
notebooks_binder = "https://mybinder.org/v2/gh/openvinotoolkit/openvino_notebooks/HEAD?filepath="

docs/notebooks/3D-pose-estimation-with-output.rst

+61-200
Large diffs are not rendered by default.

docs/notebooks/3D-segmentation-point-clouds-with-output.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ segmentation, to scene semantic parsing. It is highly efficient and
2222
effective, showing strong performance on par or even better than state
2323
of the art.
2424

25+
2526
**Table of contents:**
2627

2728

@@ -226,7 +227,7 @@ chair for example.
226227
227228
.. parsed-literal::
228229
229-
/tmp/ipykernel_56852/2434168836.py:12: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap' will be ignored
230+
/tmp/ipykernel_60730/2434168836.py:12: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap' will be ignored
230231
ax.scatter3D(X, Y, Z, s=5, cmap="jet", marker="o", label="chair")
231232
232233
@@ -320,7 +321,7 @@ select device from dropdown list for running inference using OpenVINO
320321
321322
.. parsed-literal::
322323
323-
/tmp/ipykernel_56852/2804603389.py:23: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap' will be ignored
324+
/tmp/ipykernel_60730/2804603389.py:23: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap' will be ignored
324325
ax.scatter(XCur, YCur, ZCur, s=5, cmap="jet", marker="o", label=classes[i])
325326
326327

docs/notebooks/action-recognition-webcam-with-output.rst

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Transformer <https://en.wikipedia.org/wiki/Transformer_(machine_learning_model)>
3535
and
3636
`ResNet34 <https://pytorch.org/vision/main/models/generated/torchvision.models.resnet34.html>`__.
3737

38+
3839
**Table of contents:**
3940

4041

docs/notebooks/all_notebooks_paths.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ notebooks/image-bind/image-bind.ipynb
4646
notebooks/image-classification-quantization/image-classification-quantization.ipynb
4747
notebooks/instant-id/instant-id.ipynb
4848
notebooks/instruct-pix2pix-image-editing/instruct-pix2pix-image-editing.ipynb
49+
notebooks/internvl2/internvl2.ipynb
4950
notebooks/jina-clip/jina-clip.ipynb
5051
notebooks/knowledge-graphs-conve/knowledge-graphs-conve.ipynb
5152
notebooks/kosmos2-multimodal-large-language-model/kosmos2-multimodal-large-language-model.ipynb
@@ -101,6 +102,8 @@ notebooks/pytorch-to-openvino/pytorch-to-openvino.ipynb
101102
notebooks/qrcode-monster/qrcode-monster.ipynb
102103
notebooks/quantizing-model-with-accuracy-control/speech-recognition-quantization-wav2vec2.ipynb
103104
notebooks/quantizing-model-with-accuracy-control/yolov8-quantization-with-accuracy-control.ipynb
105+
notebooks/qwen2-audio/qwen2-audio.ipynb
106+
notebooks/qwen2-vl/qwen2-vl.ipynb
104107
notebooks/riffusion-text-to-music/riffusion-text-to-music.ipynb
105108
notebooks/rmbg-background-removal/rmbg-background-removal.ipynb
106109
notebooks/s3d-mil-nce-text-to-video-retrieval/s3d-mil-nce-text-to-video-retrieval.ipynb
@@ -127,6 +130,7 @@ notebooks/stable-diffusion-v2/stable-diffusion-v2-text-to-image.ipynb
127130
notebooks/stable-diffusion-v3/stable-diffusion-v3.ipynb
128131
notebooks/stable-diffusion-xl/segmind-vegart.ipynb
129132
notebooks/stable-diffusion-xl/stable-diffusion-xl.ipynb
133+
notebooks/stable-fast-3d/stable-fast-3d.ipynb
130134
notebooks/stable-video-diffusion/stable-video-diffusion.ipynb
131135
notebooks/style-transfer-webcam/style-transfer.ipynb
132136
notebooks/surya-line-level-text-detection/surya-line-level-text-detection.ipynb
@@ -148,7 +152,6 @@ notebooks/vision-monodepth/vision-monodepth.ipynb
148152
notebooks/whisper-subtitles-generation/whisper-subtitles-generation.ipynb
149153
notebooks/wuerstchen-image-generation/wuerstchen-image-generation.ipynb
150154
notebooks/yolov10-optimization/yolov10-optimization.ipynb
151-
notebooks/yolov7-optimization/yolov7-optimization.ipynb
152155
notebooks/yolov8-optimization/yolov8-instance-segmentation.ipynb
153156
notebooks/yolov8-optimization/yolov8-keypoint-detection.ipynb
154157
notebooks/yolov8-optimization/yolov8-obb.ipynb

docs/notebooks/amused-lightweight-text-to-image-with-output.rst

+150-139
Large diffs are not rendered by default.

docs/notebooks/amused-lightweight-text-to-image-with-output_files/amused-lightweight-text-to-image-with-output_28_0.jpg

-3
This file was deleted.

docs/notebooks/amused-lightweight-text-to-image-with-output_files/amused-lightweight-text-to-image-with-output_28_0.png

-3
This file was deleted.

docs/notebooks/amused-lightweight-text-to-image-with-output_files/amused-lightweight-text-to-image-with-output_37_2.jpg

-3
This file was deleted.

docs/notebooks/amused-lightweight-text-to-image-with-output_files/amused-lightweight-text-to-image-with-output_37_2.png

-3
This file was deleted.

docs/notebooks/animate-anyone-with-output.rst

+26-34
Large diffs are not rendered by default.

docs/notebooks/async-api-with-output.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ device is busy with inference, the application can perform other tasks
1111
in parallel (for example, populating inputs or scheduling other
1212
requests) rather than wait for the current inference to complete first.
1313

14+
1415
**Table of contents:**
1516

1617

@@ -354,7 +355,7 @@ Test performance in Sync Mode
354355
.. parsed-literal::
355356
356357
Source ended
357-
average throuput in sync mode: 60.84 fps
358+
average throuput in sync mode: 62.96 fps
358359
359360
360361
Async Mode
@@ -493,7 +494,7 @@ Test the performance in Async Mode
493494
.. parsed-literal::
494495
495496
Source ended
496-
average throuput in async mode: 104.64 fps
497+
average throuput in async mode: 105.40 fps
497498
498499
499500
Compare the performance
@@ -636,5 +637,5 @@ Test the performance with ``AsyncInferQueue``
636637

637638
.. parsed-literal::
638639
639-
average throughput in async mode with async infer queue: 147.78 fps
640+
average throughput in async mode with async infer queue: 140.92 fps
640641
Loading

0 commit comments

Comments
 (0)