Anttwo / SuGaR

[CVPR 2024] Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering
https://anttwo.github.io/sugar/
Other
2.31k stars 175 forks source link

Little typo in Manual Instructions #35

Open cubantonystark opened 11 months ago

cubantonystark commented 11 months ago

The line to install pytorch3d seems to be backwards. It reads:

conda install pytorch3d -c pytorch3d==0.7.4

and should be

conda install pytorch3d==0.7.4 -c pytorch3d

Great work and my utmost respect for this breakthrough!

Anttwo commented 11 months ago

Hello @cubantonystark,

Thank you so much for your kind words!

Indeed, you are right! Thank you for noticing this, I just updated the README.md file.

cubantonystark commented 11 months ago

Also, I humbly suggest you add this line:

conda install -c "nvidia/label/cuda-11.8.0" cuda-toolkit

into the README for those who might need to install CUDA.

Excellent travail, monsieur!