Xinguo He
Xinguo He
https://github.com/ignacio-rocco/cnngeometric_pytorch/blob/bce65a4594f7d4e07f2ddaab8f1d8f6f7243c759/data/synth_dataset.py#L135 ```python if image.size()[1]!=self.out_h or image.size()[2]!=self.out_w: ```
Thank you very much for your excellent work. Could you please provide the training code and if the three parts of MIHO models are trained separately?
Hi, thank you for sharing great work. When I run the command './smplx/train_skin.sh' to get the lbs_weights, I get an error saying 'No module named 'ikhand'. Could you help me...