leeyegy / SimCC

[ECCV'2022 Oral] PyTorch implementation for: SimCC: a Simple Coordinate Classification Perspective for Human Pose Estimation (http://arxiv.org/abs/2107.03332). Old name: SimDR
317 stars 29 forks source link

IN_VIS_THRE configuration #17

Closed Indigo6 closed 2 years ago

Indigo6 commented 2 years ago

https://github.com/leeyegy/SimDR/blob/67216117f08d2ccfb65324859758aa007976831a/experiments/coco/hrnet/sa_simdr/w48_384x288_adam_lr1e-3_split1_5_sigma4.yaml#L117

Thank you for your great job! When evaluating, I found the 'IN_VIS_THRE' is set much smaller than those in the original HRNet cfgs, since the max activation of the 1D heatmap is really small after softmax. I wonder whether you can share how to find the optimal 'IN_VIS_THRE' value? I can't find it in the paper. @leeyegy

leeyegy commented 2 years ago

It's an empirical value. Given the proposed method is different from heatmap-based pipeline, the settings need to be modified correspondingly.