Skip to content

Commit

Permalink
Updating notebooks section
Browse files Browse the repository at this point in the history
  • Loading branch information
sgolebiewski-intel committed Oct 24, 2024
1 parent e4acbdf commit 5c7dae7
Show file tree
Hide file tree
Showing 229 changed files with 6,713 additions and 9,108 deletions.
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/20241007220823/dist/rst_files/"
artifacts_link = "http://repository.toolbox.iotg.sclab.intel.com/projects/ov-notebook/0.1.0-latest/20241022220806/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
212 changes: 106 additions & 106 deletions docs/notebooks/3D-pose-estimation-with-output.rst

Large diffs are not rendered by default.

14 changes: 3 additions & 11 deletions docs/notebooks/3D-segmentation-point-clouds-with-output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,12 @@ Guide <https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/README.

.. code:: ipython3
import platform
%pip install -q "openvino>=2023.1.0" "tqdm"
if platform.system() != "Windows":
%pip install -q "matplotlib>=3.4"
else:
%pip install -q "matplotlib>=3.4,<3.7"
%pip install -q "openvino>=2023.1.0" "tqdm" "matplotlib>=3.4"
.. parsed-literal::
Note: you may need to restart the kernel to use updated packages.
Note: you may need to restart the kernel to use updated packages.
Imports
Expand Down Expand Up @@ -227,7 +219,7 @@ chair for example.
.. parsed-literal::
/tmp/ipykernel_59833/2434168836.py:12: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap' will be ignored
/tmp/ipykernel_2578096/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 @@ -321,7 +313,7 @@ select device from dropdown list for running inference using OpenVINO
.. parsed-literal::
/tmp/ipykernel_59833/2804603389.py:23: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap' will be ignored
/tmp/ipykernel_2578096/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
9 changes: 7 additions & 2 deletions docs/notebooks/action-recognition-webcam-with-output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -683,11 +683,16 @@ multi-camera systems).
run_action_recognition(source=source, use_popup=False, **additional_options)
.. parsed-literal::
.. image:: action-recognition-webcam-with-output_files/action-recognition-webcam-with-output_22_0.png
Cannot open https://archive.org/serve/ISSVideoResourceLifeOnStation720p/ISS%20Video%20Resource_LifeOnStation_720p.mp4
.. parsed-literal::
Source ended
[ WARN:0@6.113] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
OpenCV(4.10.0) /io/opencv/modules/videoio/src/cap_images.cpp:244: error: (-5:Bad argument) CAP_IMAGES: error, expected '0?[1-9][du]' pattern, got: https://archive.org/serve/ISSVideoResourceLifeOnStation720p/ISS%20Video%20Resource_LifeOnStation_720p.mp4 in function 'icvExtractPattern'

This file was deleted.

6 changes: 3 additions & 3 deletions docs/notebooks/all_notebooks_paths.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ notebooks/language-quantize-bert/language-quantize-bert.ipynb
notebooks/latent-consistency-models-image-generation/latent-consistency-models-image-generation.ipynb
notebooks/latent-consistency-models-image-generation/latent-consistency-models-optimum-demo.ipynb
notebooks/latent-consistency-models-image-generation/lcm-lora-controlnet.ipynb
notebooks/llava-multimodal-chatbot/llava-multimodal-chatbot.ipynb
notebooks/llava-multimodal-chatbot/videollava-multimodal-chatbot.ipynb
notebooks/llava-multimodal-chatbot/llava-multimodal-chatbot-genai.ipynb
notebooks/llava-multimodal-chatbot/llava-multimodal-chatbot-optimum.ipynb
notebooks/llava-next-multimodal-chatbot/llava-next-multimodal-chatbot.ipynb
notebooks/llm-agent-functioncall/llm-agent-functioncall-qwen.ipynb
notebooks/llm-agent-react/llm-agent-rag-llamaindex.ipynb
notebooks/llm-agent-react/llm-agent-react.ipynb
notebooks/llm-agent-react/llm-agent-react-langchain.ipynb
notebooks/llm-chatbot/llm-chatbot-generate-api.ipynb
notebooks/llm-chatbot/llm-chatbot.ipynb
Expand Down Expand Up @@ -148,7 +149,6 @@ notebooks/tflite-selfie-segmentation/tflite-selfie-segmentation.ipynb
notebooks/tflite-to-openvino/tflite-to-openvino.ipynb
notebooks/tiny-sd-image-generation/tiny-sd-image-generation.ipynb
notebooks/torchvision-zoo-to-openvino/convnext-classification.ipynb
notebooks/triposr-3d-reconstruction/triposr-3d-reconstruction.ipynb
notebooks/typo-detector/typo-detector.ipynb
notebooks/vehicle-detection-and-recognition/vehicle-detection-and-recognition.ipynb
notebooks/vision-background-removal/vision-background-removal.ipynb
Expand Down
Loading

0 comments on commit 5c7dae7

Please sign in to comment.