thuml / Transfer-Learning-Library

Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization
http://transfer.thuml.ai
MIT License
3.37k stars 552 forks source link

Humans 3.6m Dataset creation #142

Closed driptaRC closed 2 years ago

driptaRC commented 2 years ago

It is unclear how to pre-process the Humans 3.6m dataset for RegDA. Can you provide this information?

JunguangJiang commented 2 years ago

Human36M Class has provided the pre-process function

driptaRC commented 1 year ago

The preprocess function requires a set of json files that I believe are unavailable to download. Can you provide instructions on how to prepare the dataset as downloaded from the website?

JunguangJiang commented 1 year ago

You need to first download these json files from http://vision.imar.ro/human3.6m/description.php. (Login is needed) After downloading this dataset, make sure there exist following files in the root directory

  annotations/
      Human36M_subject11_joint_3d.json
      ...
  images/

Finally, class Human36M will preprocess this dataset automatically.