nghorbani / human_body_prior

VPoser: Variational Human Pose Prior
https://smpl-x.is.tue.mpg.de/
Other
796 stars 141 forks source link

torchgeometry is now called kornia it seems #16

Open frankcarey opened 4 years ago

frankcarey commented 4 years ago

See https://github.com/kornia/kornia/pull/142

While trying to debug an error from torchgeometry library when using body_model.randomize_pose(), I ran into this error https://github.com/bert-nmt/bert-nmt/issues/3 which is fixed by downgrading pytorch to 1.1.0 (as per the instructions).

It seems the torchgeometry project is now called Kornia and is up to version 0.1.4. Might be worth a look to see if it's a simple upgrade.

nghorbani commented 4 years ago

Good point. For now Kornia is not bug free though and one of its bugs actually effects VPoser. Have a look here: https://github.com/kornia/kornia/issues/317 We hope to upgrade vposer to a more current pytorch version as soon as its dependencies in that realm are mature enough.

gsygsy96 commented 3 years ago

Any progress?

gsygsy96 commented 3 years ago

Hi, @nghorbani

After running test/test_rotations.py, an assertionError happened. Is it right?

image