Hofman
Hofman

Reputation: 51

How to use my own python code with OpenVino and the Intel Neural Compute Stick 2

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 !

Upvotes: 3

Views: 327

Answers (1)

Related Questions