HuangJunJie2017 / UDP-Pose

Official code of The Devil is in the Details: Delving into Unbiased Data Processing for Human Pose Estimation
Apache License 2.0
307 stars 54 forks source link

missing keypoint-aware occlusion augmentation #25

Closed AndersonZhangyq closed 3 years ago

AndersonZhangyq commented 3 years ago

In the v1, a keypoint-aware occlusion augmentation(shorten as OA in the following) is proposed, while in the v2, there is no place for that. But when I compare table 1 in v1 and the table 2 in v2, the result is consistent. After reading the source code of AID in mmpose pull request, I failed to find anything related to OA. Why do you drop OA? Does that indicate that using CutOut and HaS can get the same result as OA does?

HuangJunJie2017 commented 3 years ago

@AndersonZhangyq yes,ablation study is absent in v1, and further experiment shows that “keypoint-aware” is not necessary, so we remove it