- Download the H36M from the official website http://vision.imar.ro/human3.6m/description.php
- Process using https://github.com/CHUNYUWANG/H36M-Toolbox
- Undistort (optional)
python scripts/undistort_h36m.py
python scripts/undistort_h36m.py --anno ~/datasets/h36m/annot/h36m_train.pkl
~/datasets/h36m/undistortedimages
We can't share the dataset according to their license. Please visit http://vision.imar.ro/human3.6m/ to request access and contact the maintainer of the dataset.
To test without, please feed the model with a pair of images, the intrinsic and extrinsic matrices. Our visualization Ipython notebook provides a good example. https://github.com/yihui-he/epipolar-transformers/blob/master/READMD.md#1-epipolar-transformers-visualization
Download using bash scripts
bash get_RHD.sh
Create soft link of datasets
ln -s ~/hand3d/RHD_published_v2/ .
If you are going to create your own dataset, please change the following places:
data/datasets/
: dataloaderdata/build.py
:if
clause inbuild_dataset
core/paths_catalog.py
:DatasetCatalog.DATASETS
and correspondingif
clause inDatasetCatalog.get()