Hi, I downloaded the most popular yolov3 on github‘https://github.com/ultralytics/yolov3’ and converted it into an openvino blob file with the tool you provided‘http://blobconverter.luxonis.com/’. The whole conversion process went without any problems. But when I replace the blob file in /depthai-python/examples/Yolo/yolo-tiny.py with my own converted blob, I get error 'detectionNetwork.setBlobPath(nnPath) IndexError: map::at' . I can confirm that there is no problem with the blob file path setting, and how can I solve this problem? Looking forward to your reply.
Hi Alex , I would follow our notebook; besides training, they also contain steps for conversion/compiling and then deploying to the OAK device. We have notebooks for 4 different YOLO versions, including yolov3. I hope this helps! Thanks, Erik
I had the same index error with a custom developed classifier based on mobilenet_v2. I solved this issue by downgrading the openvino model optimizer to the version 2021_4. More recent versions gave all the above mentioned index error.