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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions about additional data

zhangrj91 opened this issue · comments

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!

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

@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!

Please refer to Question #16 (comment)