Description
Hi!
I want to use YOLOv3 for automatic annotation using CVAT tool. I understand that I need .bin, .xml, mapping.json and interp.py files.
I followed the steps given here for generation of .pb file and IR files subsequently. For the above said task, I used official yolov3 weights and custom attributes from the corresponding cfg file.
I successfully generated the IR files.
Later, I used the mapping.json and interp.py files provided here. Now, I had the 4 required files for auto annotation at CVAT.
Finally, I provided these 4 files as YOLOv3 through the model manager option in CVAT GUI for object detection. When I press the Run Auto Annotation button, the process completes with Annotation has Failed message.
Is there something I am missing?
Is there any method to know what might have gone wrong?
During the process of IR files generation, I kept the yolov3.json file as it is since the custom_attributes were the same in the provided file and that in yolov3.cfg here
Any help would be highly appreciated!