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

I know that Upsampling layer is not supported in Inter Neural Compute stick 2. Can I replace the layer with deconvolution layer(supported)??

dilip96
New Contributor I
483 Views

Hi,

I am trying to Implement a Instance segmentation custom model that can be run on Intel NCS2 for inference.

 

Upsampling layer is one crucial layer in generating masks, but not is not supported.

I need to know if you can recommend me to go with deconvolution layer and obtain similar functionality.

 

Also is there any chance of the same upsampling layer being supported in the future versions of the OpenVINO toolkit?

 

 

0 Kudos
1 Reply
David_C_Intel
Employee
445 Views

Hi dilip96,

 

Thanks for reaching out. As this website says:

"Upsampling refers to any technique that, well, upsamples your image to a higher resolution".

 

It addresses some possible substitutions, such as Deconvolution and Resample layers. These two layers are supported by the VPU, as stated in the supported layers documentation.

 

About future releases, we cannot share information about it. Please check the Release notes for updates on each release.

 

Best regards,

David C.

0 Kudos
Reply