ilovepose / DarkPose

Distribution-Aware Coordinate Representation for Human Pose Estimation
https://ilovepose.github.io/coco
Apache License 2.0
550 stars 80 forks source link

Explanation for COCO data filtering #19

Closed mrronchi closed 3 years ago

mrronchi commented 3 years ago

It seems from your code that you are selectively discarding some annotations. If I understand correctly you look at the center of all the visible keypoints and the center of the bounding box annotation and measure the ks between these two points.

However it is not clear how you selected the values to measure this heuristic. In particular:

Thanks a lot! Great work!

xizero00 commented 3 years ago

@mrronchi Hi,you can ask the author of HRNet. https://github.com/leoxiaobin/deep-high-resolution-net.pytorch/