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

from human pose how to fit cloth on human upper body and lower body ? #63

Closed pixellib closed 3 years ago

pixellib commented 3 years ago

from human pose how to fit cloth on human upper body and lower body ?

Daniil-Osokin commented 3 years ago

Hi! The general pipeline is the following: you estimate a persons pose, use it to morph 3D body model (e.g. SMPL), then transfer cloths to 3D pose (e.g. with GAN or GCN).

pixellib commented 3 years ago

please share any sample source @Daniil-Osokin

Daniil-Osokin commented 3 years ago

I do not have any. May be you will find something useful here: https://github.com/minar09/awesome-virtual-try-on.

Daniil-Osokin commented 3 years ago

Hope, it helped.