fudan-generative-vision / champ

Champ: Controllable and Consistent Human Image Animation with 3D Parametric Guidance
https://fudan-generative-vision.github.io/champ/
MIT License
4.29k stars 533 forks source link

Fix some bug in smpl_transfer #127

Closed faiimea closed 4 months ago

faiimea commented 4 months ago

I found that adjusting the figure_transfer parameter during the Transfer SMPL step of data_process will not cause the adjustment of the generated image on the human body size. I tracked down the missing handling of this parameter in script.data_processors.smpl.smpl_transfer.py and fixed the bug.