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
656 stars 138 forks source link

Retrain model? #30

Closed hulsmeier closed 4 years ago

hulsmeier commented 4 years ago

Hey sorry if this is a silly question. Is there a script for training a model in this repo?

Daniil-Osokin commented 4 years ago

Hi! This repository contains only demo code. However training code can be build using this repository as a base. We have also discussed details about training in #17.

Daniil-Osokin commented 4 years ago

Hope, it is clear now.