-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interpretation script for Yolo's region based output #683
Comments
I have the same issue, are there any existing approaches/ scripts for using yolov3 models? |
@gwestner94 Hi, example how to use OpenVINO output from Yolov3 you can find here https://github.com/opencv/open_model_zoo/blob/master/demos/python_demos/object_detection_demo_yolov3_async/object_detection_demo_yolov3_async.py |
Thanks for this response, but it is really not quite as simple as that as no imports are available as I understand it within CVAT. If I compare the example interpreter for the SSD (in https://github.com/opencv/cvat/blob/develop/cvat/apps/auto_annotation/README.md) and the equivalent ssd_async demo (https://github.com/opencv/open_model_zoo/blob/master/demos/python_demos/object_detection_demo_ssd_async/object_detection_demo_ssd_async.py), again, this is not entirely straightforward and YOLO looks considerably more effort. I appreciate I may be able to use the debugger in https://github.com/opencv/cvat/tree/develop/utils/auto_annotation, but I am currently running in a docker container and this again is not entirely obvious how to achieve. If you could post an interp.py for yolov3 that would be very helpful! |
See interpret script here: #794 |
It was considerably more effort :) |
I'd recommend closing this now |
Hello I am new to CVAT, I use openvino to run auto annotation, I want to use YoloV3 for this mission in CVAT. I converted Yolo model to OpenVINO format and created xml and bin files.
Now I need to write interpretation python script for Yolo's region based output. How can I do that?
Is there an interrupt file from tensorflow models to openvino?
The text was updated successfully, but these errors were encountered: