Daniil-Osokin / lightweight-human-pose-estimation-3d-demo.pytorch

Real-time 3D multi-person pose estimation demo in PyTorch. OpenVINO backend can be used for fast inference on CPU.
Apache License 2.0
653 stars 137 forks source link

how to train a model #87

Closed fll123 closed 2 years ago

fll123 commented 2 years ago

First of all, I think this is a nice work.So I want to know how to train a model ,what can I do. Look forward to your reply.

Daniil-Osokin commented 2 years ago

Hi! This repository has demo code. You can check #17 for method details and write training pipeline. Possibly neighbor repository will help.

Daniil-Osokin commented 2 years ago

Hope, it is clear now.