Closed Alioth-1701 closed 1 year ago
Could you please share some of your images, detection and ground-truth files?
I tried the evaluators in the script and it shows zero for all metrics too.
groundtruth_bbs =coco2bb(annotation.json, bb_type=BBType.GROUND_TRUTH) detected_bbs = coco2bb(detection.json, bb_type=BBType.DETECTED) result = get_coco_summary(groundtruth_bbs,detected_bbs)
I appreciate it if you could let me know what the problem might be!
Thanks,
@kalikhademi Could you please share some of your images, detection and ground-truth files?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I entered the information as the instructions told, but there were no results after running the program. Every value shows as 0, and noting is drawn on the graphs.
The result looks like this:
The function of "show detections statistics" shows perfectly the bounding boxes. So, I am unsure if it was with my class, which is only one class, or if there are other issues. And I wrote the class file like this:
Please help me with it. Thank you so much