You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to train a ViTPose model on lets say MS COCO, do I need to use the pretrained checkpoint?
The official paper "ViTPose: Simple Vision Transformer Baselines for Human Pose Estimation" states that pretraining on only MS COCO achieved an AP of about 75 on MS COCO val (seen in Table 3).
Furthermore If i wish to use the pretrained model provided by mmpretrain, how do I know which dataset was used to train this pretrained checkpoint? Was it only trained on ImageNet-1k or did the training data include COCO data (as described in the paper also)?
If I want to train on (a modified version of) COCO, I can't allow COCO data in the pretrained data.
Thanks for your help! And thank you for this wonderful community and repo 😄
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i am researching with ViTPose (https://mmpose.readthedocs.io/en/dev-1.x/model_zoo/body_2d_keypoint.html#topdown-heatmap-vitpose-on-coco).
If I want to train a ViTPose model on lets say MS COCO, do I need to use the pretrained checkpoint?
The official paper "ViTPose: Simple Vision Transformer Baselines for Human Pose Estimation" states that pretraining on only MS COCO achieved an AP of about 75 on MS COCO val (seen in Table 3).
Furthermore If i wish to use the pretrained model provided by mmpretrain, how do I know which dataset was used to train this pretrained checkpoint? Was it only trained on ImageNet-1k or did the training data include COCO data (as described in the paper also)?
If I want to train on (a modified version of) COCO, I can't allow COCO data in the pretrained data.
Thanks for your help! And thank you for this wonderful community and repo 😄
Beta Was this translation helpful? Give feedback.
All reactions