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

Pixelshuffle with intel neural compute stick

Xiang__Keyang
Beginner
253 Views

Hi,

I am using pixelshuffle in my tensorflow neural network model and I used Openvino converting the model to .xml and .bin files.

All works fine.

However, the pixelshuffle does not seem work properly. Instead channel data fill into pixel data, the channels are concating each other.

e.g. 4 channels with pixelshuffle becomes

[chan1, chan2]

[chan3,chan4]

while each pixel should be filled (expanded) with pixels from 4 channels instead.

I am using Intel Neural Compute Stick v1 and Openvino python sdk.

Any one has similar problem?

 

Regards,

Keyang Xiang

0 Kudos
0 Replies
Reply