Skip to content

Latest commit

 

History

History
 
 

102-pytorch-onnx-to-openvino

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

PyTorch to ONNX and OpenVINO™ IR Tutorial

Binder

segmentation result

This notebook demonstrates how to do inference on a PyTorch semantic segmentation model, using OpenVINO.

Notebook Contents

The notebook uses Model Optimizer to convert the open source fastseg semantic segmentation model, trained on the CityScapes dataset, to OpenVINO IR. It also shows how to do segmentation inference on an image, using OpenVINO Runtime and compares the results of the PyTorch model with the OpenVINO IR model.

Installation Instructions

If you have not installed all required dependencies, follow the Installation Guide.