Replies: 1 comment
-
inference_detector() returns the results before those are shown by show_result_pyplot(). You could save it in-between or after the pyplot drawing call. The result is normally structured like this array: So similarly as you want it, just with separation by category added. You can see the structure here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i'm running an interference on an image.
I save the result of the detections with "model.show_result" and i get the result image with drawn bboxes and confidence scores.
Is there a script to get the result of the detections on the image saved in a text file like this :
Bboxes Coordinates / Confidence Score / Class
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions