Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS]Updating Interactive Tutorials section for 24.4 #26766

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/nbdoc/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
repo_owner = "openvinotoolkit"
repo_name = "openvino_notebooks"
repo_branch = "tree/main"
artifacts_link = "http://repository.toolbox.iotg.sclab.intel.com/projects/ov-notebook/0.1.0-latest/20240827220813/dist/rst_files/"
artifacts_link = "http://repository.toolbox.iotg.sclab.intel.com/projects/ov-notebook/0.1.0-latest/20240923220849/dist/rst_files/"
blacklisted_extensions = ['.xml', '.bin']
notebooks_repo = "https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/"
notebooks_binder = "https://mybinder.org/v2/gh/openvinotoolkit/openvino_notebooks/HEAD?filepath="
Expand Down
261 changes: 61 additions & 200 deletions docs/notebooks/3D-pose-estimation-with-output.rst

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/notebooks/3D-segmentation-point-clouds-with-output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ segmentation, to scene semantic parsing. It is highly efficient and
effective, showing strong performance on par or even better than state
of the art.


**Table of contents:**


Expand Down Expand Up @@ -226,7 +227,7 @@ chair for example.

.. parsed-literal::

/tmp/ipykernel_56852/2434168836.py:12: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap' will be ignored
/tmp/ipykernel_60730/2434168836.py:12: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap' will be ignored
ax.scatter3D(X, Y, Z, s=5, cmap="jet", marker="o", label="chair")


Expand Down Expand Up @@ -320,7 +321,7 @@ select device from dropdown list for running inference using OpenVINO

.. parsed-literal::

/tmp/ipykernel_56852/2804603389.py:23: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap' will be ignored
/tmp/ipykernel_60730/2804603389.py:23: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap' will be ignored
ax.scatter(XCur, YCur, ZCur, s=5, cmap="jet", marker="o", label=classes[i])


Expand Down
1 change: 1 addition & 0 deletions docs/notebooks/action-recognition-webcam-with-output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Transformer <https://en.wikipedia.org/wiki/Transformer_(machine_learning_model)>
and
`ResNet34 <https://pytorch.org/vision/main/models/generated/torchvision.models.resnet34.html>`__.


**Table of contents:**


Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs/notebooks/all_notebooks_paths.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ notebooks/image-bind/image-bind.ipynb
notebooks/image-classification-quantization/image-classification-quantization.ipynb
notebooks/instant-id/instant-id.ipynb
notebooks/instruct-pix2pix-image-editing/instruct-pix2pix-image-editing.ipynb
notebooks/internvl2/internvl2.ipynb
notebooks/jina-clip/jina-clip.ipynb
notebooks/knowledge-graphs-conve/knowledge-graphs-conve.ipynb
notebooks/kosmos2-multimodal-large-language-model/kosmos2-multimodal-large-language-model.ipynb
Expand Down Expand Up @@ -101,6 +102,8 @@ notebooks/pytorch-to-openvino/pytorch-to-openvino.ipynb
notebooks/qrcode-monster/qrcode-monster.ipynb
notebooks/quantizing-model-with-accuracy-control/speech-recognition-quantization-wav2vec2.ipynb
notebooks/quantizing-model-with-accuracy-control/yolov8-quantization-with-accuracy-control.ipynb
notebooks/qwen2-audio/qwen2-audio.ipynb
notebooks/qwen2-vl/qwen2-vl.ipynb
notebooks/riffusion-text-to-music/riffusion-text-to-music.ipynb
notebooks/rmbg-background-removal/rmbg-background-removal.ipynb
notebooks/s3d-mil-nce-text-to-video-retrieval/s3d-mil-nce-text-to-video-retrieval.ipynb
Expand All @@ -127,6 +130,7 @@ notebooks/stable-diffusion-v2/stable-diffusion-v2-text-to-image.ipynb
notebooks/stable-diffusion-v3/stable-diffusion-v3.ipynb
notebooks/stable-diffusion-xl/segmind-vegart.ipynb
notebooks/stable-diffusion-xl/stable-diffusion-xl.ipynb
notebooks/stable-fast-3d/stable-fast-3d.ipynb
notebooks/stable-video-diffusion/stable-video-diffusion.ipynb
notebooks/style-transfer-webcam/style-transfer.ipynb
notebooks/surya-line-level-text-detection/surya-line-level-text-detection.ipynb
Expand All @@ -148,7 +152,6 @@ notebooks/vision-monodepth/vision-monodepth.ipynb
notebooks/whisper-subtitles-generation/whisper-subtitles-generation.ipynb
notebooks/wuerstchen-image-generation/wuerstchen-image-generation.ipynb
notebooks/yolov10-optimization/yolov10-optimization.ipynb
notebooks/yolov7-optimization/yolov7-optimization.ipynb
notebooks/yolov8-optimization/yolov8-instance-segmentation.ipynb
notebooks/yolov8-optimization/yolov8-keypoint-detection.ipynb
notebooks/yolov8-optimization/yolov8-obb.ipynb
Expand Down
289 changes: 150 additions & 139 deletions docs/notebooks/amused-lightweight-text-to-image-with-output.rst

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 26 additions & 34 deletions docs/notebooks/animate-anyone-with-output.rst

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions docs/notebooks/async-api-with-output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ device is busy with inference, the application can perform other tasks
in parallel (for example, populating inputs or scheduling other
requests) rather than wait for the current inference to complete first.


**Table of contents:**


Expand Down Expand Up @@ -354,7 +355,7 @@ Test performance in Sync Mode
.. parsed-literal::

Source ended
average throuput in sync mode: 60.84 fps
average throuput in sync mode: 62.96 fps


Async Mode
Expand Down Expand Up @@ -493,7 +494,7 @@ Test the performance in Async Mode
.. parsed-literal::

Source ended
average throuput in async mode: 104.64 fps
average throuput in async mode: 105.40 fps


Compare the performance
Expand Down Expand Up @@ -636,5 +637,5 @@ Test the performance with ``AsyncInferQueue``

.. parsed-literal::

average throughput in async mode with async infer queue: 147.78 fps
average throughput in async mode with async infer queue: 140.92 fps

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading