microsoft / voxelpose-pytorch

Official implementation of "VoxelPose: Towards Multi-Camera 3D Human Pose Estimation in Wild Environment"
MIT License
486 stars 92 forks source link

About the performance on Campus dataset #35

Open liqikai9 opened 2 years ago

liqikai9 commented 2 years ago

Thanks for your great work. Recently, I was reproducing your experiments. The best result I got, for now, is just 96.5. But in your paper, the result on the Campus dataset you report was 96.7 in PCP.

So I was wondering which config you use to produce this result?

Thanks for your reply in advance.

Mosh-Wang commented 1 year ago

Thanks for your great work. Recently, I was reproducing your experiments. The best result I got, for now, is just 96.5. But in your paper, the result on the Campus dataset you report was 96.7 in PCP.

So I was wondering which config you use to produce this result?

Thanks for your reply in advance.

Excuse me, I would like to ask you, what is your training setting for the Campus dataset, because the best result I got is just 90.6(average), maybe you can paste the campus config settings you used for training to me ?

v_Campus_10epochs

turtlebot1 commented 7 months ago

Hello @Mosh-Wang @liqikai9 , I am trying to reproduce the results on campus dataset by using the Panoptic backbone ResNet model. Do you have a separate backbone model for campus? When I ran the panoptic backbone model along with the campus dataset pre-trained model, there is a size mismatch. Kindly let me know regarding this. Thank you for your time.