We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
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.
README.md
Sorry, something went wrong.
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!
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: