msee19018 I am trying to run object detection on an image loaded from host using XlinkIn Node. I create a NNData message to set it to data from image so that i can pass it through NN node but when i check data inside the NNData message after populating it. It shows nothing. I have used code from your given code snippets on documentation page. Please have a look and tell what is wrong with it. I have attached screen shot of code.
erik Hi msee19018 , I believe that's a NNData bug, has been here for a while, data is there but you just can't print it. You can still send it to the device and do inference upon it thought. Thanks, Erik