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

update links #1867

Merged
merged 1 commit into from
Mar 29, 2024
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 .ci/check_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_all_references_from_md(md_path):


def validate_colab_url(url: str) -> bool:
OPENVINO_COLAB_URL_PREFIX = 'https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/master/'
OPENVINO_COLAB_URL_PREFIX = 'https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/'

if not url.startswith(OPENVINO_COLAB_URL_PREFIX):
return
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
push:
branches:
- 'main'
- 'master'
- 'latest'
paths:
- 'Dockerfile'
- '.docker/**'
Expand All @@ -23,7 +23,7 @@ on:
pull_request:
branches:
- 'main'
- 'master'
- 'latest'
- 'develop'
paths:
- 'Dockerfile'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches:
- 'main'
- 'master'
- 'latest'
paths:
- 'notebooks/**.ipynb'
- '.ci/keywords.json'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh_pages_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- 'main'
- 'master'
- 'latest'
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches:
- 'main'
- 'master'
- 'latest'
paths:
- '.github/workflows/install_requirements.yml'
- 'check_install.py'
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pip_conflicts_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ on:
pull_request:
branches:
- 'main'
- 'master'
- 'develop'
- 'latest'
paths:
- 'notebooks/**.ipynb'
push:
branches:
- 'main'
- 'master'
- 'latest'
paths:
- 'notebooks/**.ipynb'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches:
- 'main'
- 'master'
- 'latest'
- 'develop'
paths:
- '.ci/spellcheck/*'
Expand All @@ -16,7 +16,7 @@ on:
push:
branches:
- 'main'
- 'master'
- 'latest'
paths:
- '.ci/spellcheck/*'
- 'README.md'
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/treon_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on:
pull_request:
branches:
- 'main'
- 'master'
- '2021.4'
- 'develop'
- 'latest'
paths:
- 'notebooks/**.ipynb'
- 'notebooks/**.py'
Expand All @@ -18,9 +16,7 @@ on:
push:
branches:
- 'main'
- 'master'
- '2021.4'
- 'develop'
- 'latest'
paths:
- 'notebooks/**.ipynb'
- 'notebooks/**.py'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ English | [简体中文](README_cn.md)

<h1>📚 OpenVINO™ Notebooks</h1>

[![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](https://github.com/openvinotoolkit/openvino_notebooks/blob/master/LICENSE)
[![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/LICENSE)
[![CI](https://github.com/openvinotoolkit/openvino_notebooks/actions/workflows/treon_precommit.yml/badge.svg?event=push)](https://github.com/openvinotoolkit/openvino_notebooks/actions/workflows/treon_precommit.yml?query=event%3Apush)
[![CI](https://github.com/openvinotoolkit/openvino_notebooks/actions/workflows/docker.yml/badge.svg?event=push)](https://github.com/openvinotoolkit/openvino_notebooks/actions/workflows/docker.yml?query=event%3Apush)

Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<h1 align="center">📚 OpenVINO™ Notebooks</h1>

[![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](https://github.com/openvinotoolkit/openvino_notebooks/blob/master/LICENSE)
[![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/LICENSE)
[![CI](https://github.com/openvinotoolkit/openvino_notebooks/actions/workflows/treon_precommit.yml/badge.svg?event=push)](https://github.com/openvinotoolkit/openvino_notebooks/actions/workflows/treon_precommit.yml?query=event%3Apush)
[![CI](https://github.com/openvinotoolkit/openvino_notebooks/actions/workflows/docker.yml/badge.svg?event=push)](https://github.com/openvinotoolkit/openvino_notebooks/actions/workflows/docker.yml?query=event%3Apush)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
"version": "3.8.10"
},
"openvino_notebooks": {
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/master/notebooks/3D-pose-estimation-webcam/3D-pose-estimation.gif?raw=true",
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/3D-pose-estimation-webcam/3D-pose-estimation.gif?raw=true",
"tags": {
"categories": [
"Live Demos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
"version": "3.11.5"
},
"openvino_notebooks": {
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/master/notebooks/3D-segmentation-point-clouds/3D-segmentation-point-clouds.png?raw=true",
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/3D-segmentation-point-clouds/3D-segmentation-point-clouds.png?raw=true",
"tags": {
"categories": [
"Model Demos"
Expand Down
2 changes: 1 addition & 1 deletion notebooks/3D-segmentation-point-clouds/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Part Segmentation of 3D Point Clouds with OpenVINO™

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/openvinotoolkit/openvino_notebooks/HEAD?labpath=notebooks%2F3D-segmentation-point-clouds%2F3D-segmentation-point-clouds.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/master/notebooks/3D-segmentation-point-clouds/3D-segmentation-point-clouds.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/3D-segmentation-point-clouds/3D-segmentation-point-clouds.ipynb)

<p align="center">
<img src="https://user-images.githubusercontent.com/91237924/185752178-3882902c-907b-4614-b0e6-ea1de08bf3ef.png"/>
Expand Down
2 changes: 1 addition & 1 deletion notebooks/amused-lightweight-text-to-image/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lightweight image generation with aMUSEd and OpenVINO™

[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/master/notebooks/amused-lightweight-text-to-image/amused-lightweight-text-to-image.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/amused-lightweight-text-to-image/amused-lightweight-text-to-image.ipynb)


<img src="https://huggingface.co/amused/amused-256/resolve/main/assets/collage_small.png" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@
"version": "3.8.10"
},
"openvino_notebooks": {
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/master/notebooks/amused-lightweight-text-to-image/amused-lightweight-text-to-image.png?raw=true",
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/amused-lightweight-text-to-image/amused-lightweight-text-to-image.png?raw=true",
"tags": {
"categories": [
"Model Demos"
Expand Down
2 changes: 1 addition & 1 deletion notebooks/async-api/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Asynchronous Inference with OpenVINO™

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/openvinotoolkit/openvino_notebooks/HEAD?labpath=notebooks%2Fasync-api%2Fasync-api.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/master/notebooks/async-api/async-api.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/async-api/async-api.ipynb)


This notebook demonstrates how to use the [Async API](https://docs.openvino.ai/2024/openvino-workflow/running-inference/optimize-inference/general-optimizations.html) and [`AsyncInferQueue`](https://docs.openvino.ai/2024/openvino-workflow/running-inference/integrate-openvino-with-your-application/python-api-exclusives.html#asyncinferqueue) for asynchronous execution with OpenVINO.
Expand Down
2 changes: 1 addition & 1 deletion notebooks/attention-center/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The attention center model with OpenVINO™

[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/master/notebooks/attention-center/attention-center.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/attention-center/attention-center.ipynb)

This notebook demonstrates how the use [attention center model](https://github.com/google/attention-center/tree/main) with OpenVINO. This model is in the [TensorFlow Lite format](https://www.tensorflow.org/lite), which is supported in OpenVINO now by TFLite frontend. Check out [this article](https://opensource.googleblog.com/2022/12/open-sourcing-attention-center-model.html) to find more information about this model. The attention-center model takes an RGB image as input and return a 2D point as result, which is the predicted center of human attention on the image.

Expand Down
2 changes: 1 addition & 1 deletion notebooks/auto-device/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Introduction to Auto Device Selection in OpenVINO™

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/eaidova/openvino_notebooks_binder.git/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fopenvinotoolkit%252Fopenvino_notebooks%26urlpath%3Dtree%252Fopenvino_notebooks%252Fnotebooks%2Fauto-device%2Fauto-device.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/master/notebooks/auto-device/auto-device.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/auto-device/auto-device.ipynb)

This notebook shows how to do inference with Automatic Device Selection (AUTO). To learn more about the logic of this mode, refer to the [Automatic device selection](https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes/auto-device-selection.html) article.

Expand Down
2 changes: 1 addition & 1 deletion notebooks/bark-text-to-audio/bark-text-to-audio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@
"version": "3.8.10"
},
"openvino_notebooks": {
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/master/notebooks/bark-text-to-audio/bark-text-to-audio.png?raw=true",
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/bark-text-to-audio/bark-text-to-audio.png?raw=true",
"tags": {
"categories": [
"Model Demos",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/big-transfer-quantization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ This tutorial consists of the following steps:

## Installation Instructions

If you have not installed all required dependencies, follow the [Installation Guide](https://github.com/openvinotoolkit/openvino_notebooks/blob/master/README.md#-installation-guide)
If you have not installed all required dependencies, follow the [Installation Guide](https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/README.md#-installation-guide)
Original file line number Diff line number Diff line change
Expand Up @@ -1967,7 +1967,7 @@
"version": "3.8.10"
},
"openvino_notebooks": {
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/master/notebooks/blip-diffusion-subject-generation/blip-diffusion-subject-generation.png?raw=true",
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/blip-diffusion-subject-generation/blip-diffusion-subject-generation.png?raw=true",
"tags": {
"categories": [
"Model Demos",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/clip-language-saliency-map/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Language-Visual Saliency with CLIP and OpenVINO™
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/master/notebooks/clip-language-saliency-map/clip-language-saliency-map.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/clip-language-saliency-map/clip-language-saliency-map.ipynb)

The notebook will cover the following topics:

Expand Down
2 changes: 1 addition & 1 deletion notebooks/convert-to-openvino/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenVINO™ model conversion API tutorial

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/eaidova/openvino_notebooks_binder.git/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fopenvinotoolkit%252Fopenvino_notebooks%26urlpath%3Dtree%252Fopenvino_notebooks%252Fnotebooks%2Fconvert-to-openvino%2Fconvert-to-openvino.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/master/notebooks/convert-to-openvino/convert-to-openvino.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/convert-to-openvino/convert-to-openvino.ipynb)

This notebook shows how to convert a model from its original framework format to the OpenVINO IR. It describes the Python conversion API and the OpenVINO Model Converter command-line tool. It provides examples of converting Hugging Face and PyTorch models to OpenVINO IR.

Expand Down
2 changes: 1 addition & 1 deletion notebooks/cross-lingual-books-alignment/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cross-lingual Books Alignment With Transformers and OpenVINO™

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/openvinotoolkit/openvino_notebooks/HEAD?labpath=notebooks%2Fcross-lingual-books-alignment%2Fcross-lingual-books-alignment.ipynb) [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/master/notebooks/cross-lingual-books-alignment/cross-lingual-books-alignment.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/openvinotoolkit/openvino_notebooks/HEAD?labpath=notebooks%2Fcross-lingual-books-alignment%2Fcross-lingual-books-alignment.ipynb) [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/cross-lingual-books-alignment/cross-lingual-books-alignment.ipynb)

Cross-lingual text alignment is the task of matching sentences in a pair of texts that are translations of each other. In this notebook, you'll learn how to use a deep learning model to create a parallel book in English and German

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@
"version": "3.8.10"
},
"openvino_notebooks": {
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/master/notebooks/cross-lingual-books-alignment/cross-lingual-books-alignment.png?raw=true",
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/cross-lingual-books-alignment/cross-lingual-books-alignment.png?raw=true",
"tags": {
"categories": [
"Model Demos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,7 @@
"version": "3.8.10"
},
"openvino_notebooks": {
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/master/notebooks/decidiffusion-image-generation/decidiffusion-image-generation.png?raw=true",
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/decidiffusion-image-generation/decidiffusion-image-generation.png?raw=true",
"tags": {
"categories": [
"Model Demos",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/depth-anything/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Depth estimation with DepthAnything and OpenVINO

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/eaidova/openvino_notebooks_binder.git/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fopenvinotoolkit%252Fopenvino_notebooks%26urlpath%3Dtree%252Fopenvino_notebooks%252Fnotebooks%2Fdepth-anythingh%2Fdepth-anything.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/master/notebooks/depth-anything/depth-anything.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/depth-anything/depth-anything.ipynb)

![depth_map.gif](https://github.com/openvinotoolkit/openvino_notebooks/assets/29454499/a9a16658-512f-470c-a33c-0e1f9d0ae72c)

Expand Down
2 changes: 1 addition & 1 deletion notebooks/depth-anything/depth-anything.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@
"version": "3.8.10"
},
"openvino_notebooks": {
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/master/notebooks/depth-anything/depth-anything.gif?raw=true",
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/depth-anything/depth-anything.gif?raw=true",
"tags": {
"categories": [
"Model Demos",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/depth-estimation-videpth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ The notebook contains a detailed tutorial of the visual-inertial depth estimatio

## Installation Instructions

If you have not installed all required dependencies, follow the [Installation Guide](https://github.com/pronoym99/openvino_notebooks/blob/master/README.md#-installation-guide).
If you have not installed all required dependencies, follow the [Installation Guide](https://github.com/pronoym99/openvino_notebooks/blob/latest/README.md#-installation-guide).
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@
"\n",
"Now role of both the dummy inputs i.e. the dummy image as well as its associated depth map is now over. Since we have access to the compiled models now, we can load the *one* image available to us for pure inferencing purposes and run all the above steps one by one till plotting of the depth map.\n",
"\n",
"If you haven't noticed already the data directory of this tutorial has been arranged as follows. This allows us to comply to these [rules](https://github.com/pronoym99/openvino_notebooks/blob/master/CONTRIBUTING.md#file-structure).\n",
"If you haven't noticed already the data directory of this tutorial has been arranged as follows. This allows us to comply to these [rules](https://github.com/pronoym99/openvino_notebooks/blob/latest/CONTRIBUTING.md#file-structure).\n",
"\n",
" ```bash\n",
" data\n",
Expand Down Expand Up @@ -1325,7 +1325,7 @@
"version": "3.8.10"
},
"openvino_notebooks": {
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/master/notebooks/depth-estimation-videpth/depth-estimation-videpth.png?raw=true",
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/depth-estimation-videpth/depth-estimation-videpth.png?raw=true",
"tags": {
"categories": [
"Model Demos"
Expand Down
2 changes: 1 addition & 1 deletion notebooks/detectron2-to-openvino/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Convert Detection2 Models to OpenVINO™

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/eaidova/openvino_notebooks_binder.git/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fopenvinotoolkit%252Fopenvino_notebooks%26urlpath%3Dtree%252Fopenvino_notebooks%252Fnotebooks%2Fdetectron2-to-openvino%2Fdetectron2-to-openvino.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/master/notebooks/detectron2-to-openvino/detectron2-to-openvino.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/detectron2-to-openvino/detectron2-to-openvino.ipynb)

<img src="https://github.com/openvinotoolkit/openvino_notebooks/assets/29454499/c4dee890-6a18-4c45-8423-809653c85cb0" width=300>

Expand Down
Loading
Loading