Open frankcarey opened 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.
Any progress?
Hi, @nghorbani
After running test/test_rotations.py, an assertionError happened. Is it right?
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.