You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When evaluating Top-Down models using bounding box predictions generated by an Object Detector, the following happens during validation/test phase:
No keypoints are visualized in the ground truth images.
The AP Coco Metric is close to 0.
To reproduce this problem, you can simply use the td-hm_ViTPose-large_8xb64-210e_coco-256x192.py config file. When setting bbox_file=None, everything works as expected (visible keypoints and reasonable AP scores).
What is the expected behavior of setting a bbox_file?
Suggest a potential alternative/fix
No response
The text was updated successfully, but these errors were encountered:
📚 The doc issue
When evaluating Top-Down models using bounding box predictions generated by an Object Detector, the following happens during validation/test phase:
To reproduce this problem, you can simply use the td-hm_ViTPose-large_8xb64-210e_coco-256x192.py config file. When setting bbox_file=None, everything works as expected (visible keypoints and reasonable AP scores).
What is the expected behavior of setting a bbox_file?
Suggest a potential alternative/fix
No response
The text was updated successfully, but these errors were encountered: