Pose-Group / DCPose

This is an official implementation of our CVPR 2021 paper "Deep Dual Consecutive Network for Human Pose Estimation" (https://openaccess.thecvf.com/content/CVPR2021/papers/Liu_Deep_Dual_Consecutive_Network_for_Human_Pose_Estimation_CVPR_2021_paper.pdf)
371 stars 61 forks source link

Questions about additional data #13

Closed zhangrj91 closed 3 years ago

zhangrj91 commented 3 years ago

Thank you for your work!

I noticed the result of your model posted on the leaderboard of PoseTrack17 is with additional COCO data.

Could you give more details of using additional data?

Thanks!

chenhaomingbob commented 3 years ago

We use the HRNet-W48 pretrained on COCO as our backbone, so the additional dataset is COCO.

zhangrj91 commented 3 years ago

@chenhaomingbob I run the code successfully and I can use your pretrained model to get a result of 82.8 for PoseTrack17 validation dataset, but if I use the provided code and config files to train a new model and the result is only 81.6.

So I want to know that is there any other settings about the training?

Thanks for your work!

FRunyang commented 3 years ago

Please refer to Question https://github.com/Pose-Group/DCPose/issues/16#issuecomment-882043217