Closed umarkhalidAI closed 7 months ago
Thank you for noticing me, It will be solved if you update to the latest version of pytorch3d, (for example, ver 0.7.5) I will revise the README and environment.yml file
How would you install pytorch3D=0.7.5 with python 3.7?
@umarkhalidAI
You don't have to install pytorch3D=0.7.5, but a version that including so3_exp_map()
In my case, now I am using python=3.9.13, pytorch=1.13.0, pytorch3D=0.7.5
Sorry for the inconvenience.
@umarkhalidAI You don't have to install pytorch3D=0.7.5, but a version that including
so3_exp_map()
In my case, now I am using python=3.9.13, pytorch=1.13.0, pytorch3D=0.7.5 Sorry for the inconvenience.
yeah but your environment file says python 3.7.13
With your environment, I could only install pytorch3D==0.3.0. However, it gives error
ImportError: cannot import name 'so3_exp_map' from 'pytorch3d.transforms.so3'