Intel® Distribution of OpenVINO™ Toolkit
Community support and discussions about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all things computer vision-related on Intel® platforms.
6102 Discussions

How to use Crop op since NCS doesn't support reference input?

idata
Employee
505 Views

In my caffe prototxt file, there's an crop layer with the bottom input type "DummyData". But NCS doesn't support "DummyData" type. And also doesn't support input:”data” (https://movidius.github.io/ncsdk/caffe.html

 

Could anyone clarify how to use the caffe Crop layer? Especially, which caffe blob could I use and supported by movidius for the Crop layer reference size?

 

I also found same issue proposed in February 16, but no reply: https://ncsforum.movidius.com/discussion/622/how-to-crop-with-ncs

 

Any comments will be appreciated!

 

Thanks in advance.
0 Kudos
1 Reply
idata
Employee
216 Views

ok….actually, I got the solution now. Just use pooling to make a reference size.

Reply