mmpose icon indicating copy to clipboard operation
mmpose copied to clipboard

How to get h36m_coco_test.json and h36m_coco_train.json?

Open qingshi9974 opened this issue 3 years ago • 3 comments
trafficstars

We want to train a topdown model for h36m dataset. However, h36m_coco_test.json and h36m_coco_train.json in the /configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/h36m/hrnet_w32_h36m_256x256.py are missing.

qingshi9974 avatar Jun 09 '22 14:06 qingshi9974

Please use this script https://github.com/open-mmlab/mmpose/blob/master/tools/dataset/h36m_to_coco.py

ly015 avatar Jun 10 '22 02:06 ly015

Please use this script https://github.com/open-mmlab/mmpose/blob/master/tools/dataset/h36m_to_coco.py

I want to know how to divide the training set and test set of H36M in Topdown training? Is it the same as in 3D? For example, "S1,5,6,7,8" is the training set, and "S9,S11' is the test set.

qingshi9974 avatar Jun 11 '22 15:06 qingshi9974

Yes, that is how we split the dataset.

ly015 avatar Jun 12 '22 07:06 ly015