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.
6404 Discussions

Error converting network: Stage Details Not Supported

idata
Employee
872 Views

I am trying to run a version of ICNet (a fully convolutional network for segmentation) on the ncs but the converter exists with the followin error:

 

[Error 5] Toolkit Error: Stage Details Not Supported: conv4_1

 

The network can be found here:

 

https://gist.github.com/rettier/e9806bdaf1a37a15518236aaf0050e6a

 

I have tried to reduce the depth of the featuremap but the same error occurs.

 

Similar Eltwise layers in previous layers (conv_3, conv_2) work fine.

 

Can i get more details on what exactly the error is?

 

regards,

 

Philipp
0 Kudos
2 Replies
idata
Employee
548 Views

i noticed it is the first dilated convolution in my graph.

 

i looked at the code of the mvNCCompiler and i cannot find any mention of dilations. It seems that they are not supported?
0 Kudos
idata
Employee
548 Views

@mariow I'm sorry to report that convolutions with dilations are currently not supported with the current SDK (1.09.00), however we are looking into support for this feature in a future release.

0 Kudos
Reply