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

How can I train with my own dataset ? #303

Open inever789 opened 1 year ago

inever789 commented 1 year ago

What if I want to replace the coco dataset with my own? What will be changed?

MaxRondelli commented 1 month ago

Hello @inever789, you can refer to this repository to train HRNet models with your own custom dataset.