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.

Where is FCN8.xml file?

Jitendra_S_Intel
Employee
1,177 Views

Looking at image segmentation on https://software.intel.com/en-us/articles/OpenVINO-IE-Samples#image-segmentation

Where can fcn8.xml be downloaded from? 

0 Kudos
1 Reply
Severine_H_Intel
Employee
1,177 Views

Hi Jay07920, 

we do not provide the Intermediate Representation of the FCN8. You can, however, find the trained FCN8 caffe model at the following link: https://github.com/shelhamer/fcn.berkeleyvision.org/tree/master/voc-fcn8s (use deploy.prototxt and download the caffe model using caffemodel-url). 

Then, run the model optimizer of OpenVINO™ toolkit to obtain the Intermediate Representation (i.e the xml file of the model). As this model is heavy, the conversion is taking several minutes.

Best regards, 

Severine

0 Kudos
Reply