Closed joeization closed 3 years ago
Hi @joeization,
@joeization ,
You could split gt and dets the way you mentioned, or you could use the function get_pascalvoc_metrics, passing the argument generate_table=True
.
Then you will get a pandas object and obtain a similar table like this one, and get the metrics from there.
I hope that helps.
Thanks for your reply
Is there any way to produce metrics of each image separately? Or I should split gt/det here? https://github.com/rafaelpadilla/review_object_detection_metrics/blob/e32521be14e9c2372bda204c1e30648188c71b21/src/ui/run_ui.py#L336