I have my own AI python code for object detection. It is currently working with spyder. From a video.mp4 I detect object by calling YoloV3-tiny .cfg and .weights files. I also use the coco classes.txt file.
What I want to do is to make it run in OpenVino and working with the Intel Neural Compute Stick. Is it possible ? And if it is, how could I do ?
Thanks in advance !