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

Question on input shape!!! Does NCSDK support input Channels bigger than 3?

idata
Employee
550 Views

I have a trained caffe model , it's input shape is (4, 368, 368). And I found I can't assign the input channel number using mvNCCompile or mvNCCheck

 

when I use mvNCCheck , I got the message :

 

ValueError: could not broadcast input array from shape (3, 368, 368) into shape (4, 368, 368)

 

Does NCSDK support input channels not equal 3? plz help me, thanks!

0 Kudos
1 Reply
idata
Employee
296 Views

emmm, it seems that there is no way to send more than 3 channels through SDK2.05,

0 Kudos
Reply