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
Hi @mks0601 , I would like to implement training on this repo, but instead of a standalone dataset. I wish to combine all the 3 datasets - COCO, MPII and PoseTrack. I want to know whether that is possible? My doubt is that COCO and PoseTrack have different keypoints. Any ideas?
The text was updated successfully, but these errors were encountered:
@mks0601 Thanks for that function! So coco has 17 unique keypoints, and PoseTrack has 15 unique keypoints. 13 keypoints are common between the two. The union set will therefore contain 19 keypoints. So you're suggestion is to train a model with 19 keypoints, am I correct?
Hi @mks0601 , I would like to implement training on this repo, but instead of a standalone dataset. I wish to combine all the 3 datasets - COCO, MPII and PoseTrack. I want to know whether that is possible? My doubt is that COCO and PoseTrack have different keypoints. Any ideas?
The text was updated successfully, but these errors were encountered: