HowieMa / PPT

[ECCV 2022] "PPT: token-Pruned Pose Transformer for monocular and multi-view human pose estimation"
55 stars 1 forks source link

issue about modify the number of keys #11

Open 124518 opened 10 months ago

124518 commented 10 months ago

Hello, I would like to change the number of key points to 24. Is it possible to make this change? Do you have any suggestions? Looking forward to your response.

HowieMa commented 8 months ago

Hi, sorry for the late reply. You may consider change the configs at: https://github.com/HowieMa/PPT/blob/main/single-view-PPT/experiments/coco/ppt/ppt_b_256_192_patch43_dim192_depth12_heads8.yaml#L31 Besides, you may also need change the Dataloader to load your 24 keypoints.