Open cubantonystark opened 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.
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!
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!