lbcastro
lbcastro
No problem, thanks a lot for answering so quickly. I tried that and I get a different error: ``` Traceback (most recent call last): File "openvino_tiny-yolov3_test.py", line 245, in sys.exit(main_IE_infer()...
I'll be glad to help in any way I can, however I left my Movidius sticks at work. In the meantime I can send you the model I'm using, otherwise...
I think there's something wrong with my conversion process from yolo weights/cfg to bin/xml. After your suggestion, the "objects" variable inside the main inference loop has thousands of entries, whereas...
It seems there are some reported problems with using https://github.com/mystic123/tensorflow-yolo-v3 to convert tiny-yolov3 to pb, as noted in the repo's issues.
I'm having the exact same problem when running that script on the Jetson Nano.
You probably missed a ";" while fixing the issue mentioned in #11 `int buflen;`
Same here.