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: wrong arguments key in train_s1.py & smpl render exception on Windows #118

Closed pearbender closed 4 months ago

pearbender commented 4 months ago

Stage 1 training halts due to the sanity check image not being created. nrows has been changed to nrow as per

https://pytorch.org/vision/0.8/utils.html

The change allows the image to be created.

Edit: Added Windows fixes.

See: https://github.com/TylerGubala/blenderpy/issues/23