Skip to content

Commit

Permalink
Merge branch 'master' into gha/clone_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov authored Dec 11, 2024
2 parents 2899ced + 328feb6 commit 4b13671
Show file tree
Hide file tree
Showing 302 changed files with 12,402 additions and 5,169 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/send_workflows_to_opentelemetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ on:
workflows:
- Android ARM64 with vcpkg
- Android x64
- Documentation
- Cleanup PIP caches
- Code snippets
- Code Style
- Code coverage
- Cleanup caches
- Coverity (Ubuntu 20.04, Python 3.11)
- Debian 10 ARM
- Fedora 29 (RHEL 8.4), Python 3.9
Expand All @@ -19,10 +15,12 @@ on:
- Linux ARM64 (Ubuntu 20.04, Python 3.11)
- Linux Static CC (Ubuntu 22.04, Python 3.11, Clang)
- Linux RISC-V with Conan (Ubuntu 22.04, Python 3.10)
- Linux (Ubuntu 22.04, Python 3.11, Intel DPC++ Compiler)
- Linux CPU Plugin Snippets with LIBXSMM (Ubuntu 20.04)
- Linux Sanitizers (Ubuntu 20.04, Python 3.9)
- macOS (Python 3.11)
- macOS ARM64 (Python 3.11)
- MO
- Python API Checks
- Manylinux 2014
- Webassembly
- Windows (VS 2019, Python 3.11, Release)
- Windows (VS 2019, Python 3.11, Debug)
Expand Down
29 changes: 29 additions & 0 deletions docs/RELEASE.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# OpenVINO Release Management
The process described below reflects the approach to managing OpenVINO releases.

## Release Milestones
- Planning
- Execution (development of new features)
- Stabilization (Feature Freeze, Code Freeze milestones)
- Validation
- Distribution

### Planning
This phase takes 2-4 weeks and involves scoping the backlog, prioritizing it, analyzing, and making commitments by developers for timelines specified by the release manager.

### Execution (development of new features)
- [OpenVINO Contributing Guide](https://github.com/openvinotoolkit/openvino/blob/master/CONTRIBUTING.md)
- [Code Contribution Guide](https://docs.openvino.ai/2024/about-openvino/contributing/code-contribution-guide.html)
- [OpenVINO First Good Issue](https://github.com/openvinotoolkit/openvino/issues/17502)

### Stabilization (Feature Freeze, Code Freeze milestones)
- **Feature Freeze**: This milestone ensures that no new features are added to the software after a certain point. This allows the development team to focus on stabilizing and refining the existing features, fixing bugs, and improving performance without the risk of introducing new issues.
- **Code Freeze**: This milestone marks the point where no new code changes are allowed except for critical bug fixes. This helps in ensuring that the final product is stable and reliable, as it minimizes the risk of last-minute changes that could introduce new bugs or instability.

### Release Validation
- This is a continuous process executed on a regular basis with cadence based on testing type: nightly, bi-weekly, weekly.
- After Code Freeze, the testing team can perform final regression testing to ensure that recent changes have not introduced new bugs and that the software meets the required quality standards.

### Distribution
- OpenVINO has different types of build distribution: Regular releases, Long-Term Support, Pre-release releases, Nightly builds. Read more here: [OpenVINO Release Policy](https://docs.openvino.ai/2024/about-openvino/release-notes-openvino/release-policy.html)
- Different distribution channels are supported. Explore different options here: [OpenVINO Download](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html)
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/20241120220806/dist/rst_files/"
artifacts_link = "http://repository.toolbox.iotg.sclab.intel.com/projects/ov-notebook/0.1.0-latest/20241209220902/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
61 changes: 30 additions & 31 deletions docs/notebooks/3D-pose-estimation-with-output.rst

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/notebooks/3D-segmentation-point-clouds-with-output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,12 @@ chair for example.
.. parsed-literal::
data/chair.pts: 0%| | 0.00/69.2k [00:00<?, ?B/s]
chair.pts: 0%| | 0.00/69.2k [00:00<?, ?B/s]
.. parsed-literal::
/tmp/ipykernel_3496878/2434168836.py:12: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap' will be ignored
/tmp/ipykernel_2157242/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 @@ -313,7 +313,7 @@ select device from dropdown list for running inference using OpenVINO
.. parsed-literal::
/tmp/ipykernel_3496878/2804603389.py:23: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap' will be ignored
/tmp/ipykernel_2157242/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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/notebooks/action-recognition-webcam-with-output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,13 @@ and the system automatically downloads the two models
.. parsed-literal::
model/intel/action-recognition-0001/action-recognition-0001-decoder/FP16/action-recognition-0001-decoder.bin:
action-recognition-0001-decoder.bin: 0%| | 0.00/14.4M [00:00<?, ?B/s]
.. parsed-literal::
model/intel/action-recognition-0001/action-recognition-0001-encoder/FP16/action-recognition-0001-encoder.bin:
action-recognition-0001-encoder.bin: 0%| | 0.00/40.6M [00:00<?, ?B/s]
Load your labels
Expand Down Expand Up @@ -192,7 +192,7 @@ also provides the text file embedded into this notebook.
.. parsed-literal::
data/kinetics.txt: 0%| | 0.00/5.82k [00:00<?, ?B/s]
kinetics.txt: 0%| | 0.00/5.82k [00:00<?, ?B/s]
.. parsed-literal::
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 3 additions & 9 deletions docs/notebooks/all_notebooks_paths.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
notebooks/3D-pose-estimation-webcam/3D-pose-estimation.ipynb
notebooks/3D-segmentation-point-clouds/3D-segmentation-point-clouds.ipynb
notebooks/action-recognition-webcam/action-recognition-webcam.ipynb
notebooks/amused-lightweight-text-to-image/amused-lightweight-text-to-image.ipynb
notebooks/animate-anyone/animate-anyone.ipynb
notebooks/async-api/async-api.ipynb
notebooks/auto-device/auto-device.ipynb
Expand All @@ -19,9 +18,7 @@ notebooks/ddcolor-image-colorization/ddcolor-image-colorization.ipynb
notebooks/depth-anything/depth-anything.ipynb
notebooks/depth-anything/depth-anything-v2.ipynb
notebooks/detectron2-to-openvino/detectron2-to-openvino.ipynb
notebooks/distilbert-sequence-classification/distilbert-sequence-classification.ipynb
notebooks/distil-whisper-asr/distil-whisper-asr.ipynb
notebooks/dolly-2-instruction-following/dolly-2-instruction-following.ipynb
notebooks/dynamicrafter-animating-images/dynamicrafter-animating-images.ipynb
notebooks/efficient-sam/efficient-sam.ipynb
notebooks/encodec-audio-compression/encodec-audio-compression.ipynb
Expand All @@ -33,6 +30,7 @@ notebooks/film-slowmo/film-slowmo.ipynb
notebooks/florence2/florence2.ipynb
notebooks/flux.1-image-generation/flux.1-image-generation.ipynb
notebooks/freevc-voice-conversion/freevc-voice-conversion.ipynb
notebooks/glm-edge-v/glm-edge-v.ipynb
notebooks/gpu-device/gpu-device.ipynb
notebooks/grammar-correction/grammar-correction.ipynb
notebooks/grounded-segment-anything/grounded-segment-anything.ipynb
Expand All @@ -43,11 +41,11 @@ notebooks/hello-segmentation/hello-segmentation.ipynb
notebooks/hello-world/hello-world.ipynb
notebooks/hugging-face-hub/hugging-face-hub.ipynb
notebooks/hunyuan-dit-image-generation/hunyuan-dit-image-generation.ipynb
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/janus-multimodal-generation/janus-multimodal-generation.ipynb
notebooks/jax-to-openvino/jax-classification-to-openvino.ipynb
notebooks/jina-clip/jina-clip.ipynb
notebooks/knowledge-graphs-conve/knowledge-graphs-conve.ipynb
Expand All @@ -67,13 +65,13 @@ notebooks/llm-chatbot/llm-chatbot.ipynb
notebooks/llm-question-answering/llm-question-answering.ipynb
notebooks/llm-rag-langchain/llm-rag-langchain.ipynb
notebooks/llm-rag-llamaindex/llm-rag-llamaindex.ipynb
notebooks/localai/localai.ipynb
notebooks/magika-content-type-recognition/magika-content-type-recognition.ipynb
notebooks/meter-reader/meter-reader.ipynb
notebooks/minicpm-v-multimodal-chatbot/minicpm-v-multimodal-chatbot.ipynb
notebooks/mllama-3.2/mllama-3.2.ipynb
notebooks/mms-massively-multilingual-speech/mms-massively-multilingual-speech.ipynb
notebooks/mobileclip-video-search/mobileclip-video-search.ipynb
notebooks/mobilevlm-language-assistant/mobilevlm-language-assistant.ipynb
notebooks/modelscope-to-openvino/modelscope-to-openvino.ipynb
notebooks/model-server/model-server.ipynb
notebooks/multilora-image-generation/multilora-image-generation.ipynb
Expand All @@ -92,7 +90,6 @@ notebooks/optimize-preprocessing/optimize-preprocessing.ipynb
notebooks/outetts-text-to-speech/outetts-text-to-speech.ipynb
notebooks/paddle-ocr-webcam/paddle-ocr-webcam.ipynb
notebooks/paddle-to-openvino/paddle-to-openvino-classification.ipynb
notebooks/paint-by-example/paint-by-example.ipynb
notebooks/parler-tts-text-to-speech/parler-tts-text-to-speech.ipynb
notebooks/person-counting-webcam/person-counting.ipynb
notebooks/person-tracking-webcam/person-tracking.ipynb
Expand Down Expand Up @@ -139,7 +136,6 @@ notebooks/stable-diffusion-v2/stable-diffusion-v2-text-to-image-demo.ipynb
notebooks/stable-diffusion-v2/stable-diffusion-v2-text-to-image.ipynb
notebooks/stable-diffusion-v3/stable-diffusion-v3.ipynb
notebooks/stable-diffusion-v3/stable-diffusion-v3-torch-fx.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
Expand All @@ -156,14 +152,12 @@ 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/typo-detector/typo-detector.ipynb
notebooks/vehicle-detection-and-recognition/vehicle-detection-and-recognition.ipynb
notebooks/vision-background-removal/vision-background-removal.ipynb
notebooks/vision-monodepth/vision-monodepth.ipynb
notebooks/wav2lip/wav2lip.ipynb
notebooks/whisper-asr-genai/whisper-asr-genai.ipynb
notebooks/whisper-subtitles-generation/whisper-subtitles-generation.ipynb
notebooks/wuerstchen-image-generation/wuerstchen-image-generation.ipynb
notebooks/yolov10-optimization/yolov10-optimization.ipynb
notebooks/yolov11-optimization/yolov11-instance-segmentation.ipynb
notebooks/yolov11-optimization/yolov11-keypoint-detection.ipynb
Expand Down
Loading

0 comments on commit 4b13671

Please sign in to comment.