Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Source model of road segmentation example

nicholas_l_
Beginner
653 Views

Hi,

I'd like to know if the source net models used in open Vino examples are freely available and ready to download.
I'm particulary interested in the example of road segmentation. The net was created with PyTorch but I can't find the source code on the net. Can someone give me the reference?
Thanks.
 

0 Kudos
1 Reply
Monique_J_Intel
Employee
653 Views

Hi Nicholas,

The particular model that you are referring to road-segmentation-adas-0001 is held only internally and is proprietary.

However, there are models here.

You will need to follow the instructions on the Github to get the proper results that you would like for your model.

Since OpenVINO doesn't support PyTorch outright you can convert/export the model to ONNX (find the instructions here)

Then you can proceed with converting the model via Model Optimizer.

Kind Regards,

Monique Jones

0 Kudos
Reply