open-mmlab / mmhuman3d

OpenMMLab 3D Human Parametric Model Toolbox and Benchmark
https://mmhuman3d.readthedocs.io/
Apache License 2.0
1.19k stars 128 forks source link

where can I get training data for CLIFF? #343

Open imabackstabber opened 1 year ago

imabackstabber commented 1 year ago

So I look at docs, there is no such dataset like cliff_mpii_train.npz, cliff_coco_train.npz, where can I get them?

ShreelekhaR commented 1 year ago

You can use tools/convert_datasets.py, This will use the cliff data converter to create those preprocessed data files.

ShamLich commented 10 months ago

hi,i have problem for train cliff ,where can i find h36m_mosh_train_smpl_54.npz?

ShamLich commented 10 months ago

and how can i get the cache_files? cache_files = { 'h36m': 'data/cache/h36m_mosh_train_smpl_54.npz', 'mpi_inf_3dhp': 'data/cache/mpi_inf_3dhp_train_smpl_54.npz', 'cliff_coco': 'data/cache/cliff_coco_train_smpl_54.npz', 'cliff_mpii': 'data/cache/cliff_mpii_train_smpl_54.npz', 'pw3d': 'data/cache/pw3d_train_smpl_54.npz', }

yonzhao commented 4 months ago

hi,i have problem for train cliff ,where can i find h36m_mosh_train_smpl_54.npz?

Have you got the answer of the question?