yshMars / DistilPose

Implementation for: DistilPose: Tokenized Pose Regression with Heatmap Distillation (CVPR2023)
23 stars 3 forks source link

How to visualize the confidence scoring? #7

Open XinyiZhang0724 opened 1 year ago

XinyiZhang0724 commented 1 year ago

How do I generate a figure in a paper? image

I tried running the .py file under the demo file and it shows that distilpose.datasets can't be found. I guess this is because you guys don't upload datasets under the distilpose file, can you upload them? Also, I changed import distilpose.datasets to mmpose.datasets, and the code works, but it doesn't show the confidence scoring.

Looking forward to your reply, thanks!