robot0321 / DepthRegularizedGS

This is an official repository for "Depth-Regularized Optimization for 3D Gaussian Splatting in Few-Shot Images"
Other
177 stars 10 forks source link

Pytorch3D #5

Closed umarkhalidAI closed 7 months ago

umarkhalidAI commented 7 months ago

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'

robot0321 commented 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

umarkhalidAI commented 7 months ago

How would you install pytorch3D=0.7.5 with python 3.7?

robot0321 commented 7 months ago

@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 commented 7 months ago

@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