Daniil-Osokin / lightweight-human-pose-estimation.pytorch

Fast and accurate human pose estimation in PyTorch. Contains implementation of "Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose" paper.
Apache License 2.0
2.07k stars 472 forks source link

If I want to change to OCHuman dataset, what do I need to modify in your code #252

Closed Hans56789 closed 2 years ago

Hans56789 commented 2 years ago

Data and from:https://github.com/liruilong940607/OCHumanApi Thank you very much!!!

Daniil-Osokin commented 2 years ago

Hi! Please follow TRAIN-ON-CUDTOM-DATASET guide.

Daniil-Osokin commented 2 years ago

Hope, it helped.