File size: 750 Bytes
db5855f
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# TorchVision Zoo with OpenVINO™

The [`torchvision.models`](https://pytorch.org/vision/stable/models.html) subpackage contains definitions of models for addressing different tasks, including: image 
classification, pixelwise semantic segmentation, object detection, instance segmentation, person keypoint detection, 
video classification, and optical flow.

# Contents:
Throughout this notebook we will learn how to convert these pretrained model to OpenVINO. 

# Installation Instructions

This is a self-contained example that relies solely on its own code.</br>
We recommend  running the notebook in a virtual environment. You only need a Jupyter server to start.
For details, please refer to [Installation Guide](../../README.md).