Organize dataset directory structure
mainHybrIK requires specific datasets (Human3.6M, MPI-INF-3DHP, 3DPW, and MSCOCO) to be organized in a specific data directory structure. Ensure your local directory matches the following layout:
|-- data
`-- |-- h36m
`-- |-- annotations
`-- images
`-- |-- pw3d
`-- |-- json
`-- imageFiles
`-- |-- 3dhp
`-- |-- annotation_mpi_inf_3dhp_train.json
|-- annotation_mpi_inf_3dhp_test.json
|-- mpi_inf_3dhp_train_set
`-- mpi_inf_3dhp_test_set
`-- |-- coco
`-- |-- annotations
| |-- person_keypoints_train2017.json
| `-- person_keypoints_val2017.json
`-- train2017
`-- val2017