leoxiaobin / deep-high-resolution-net.pytorch

The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
https://jingdongwang2017.github.io/Projects/HRNet/PoseEstimation.html
MIT License
4.31k stars 908 forks source link

Is there any documentation about how the dataset is preprocessed? #275

Open shizidushu opened 2 years ago

shizidushu commented 2 years ago

I am looking at the code of class JointsDataset, COCODataset, MPIIDataset. Is there any documentation about the code?