You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!pip install 'git+https://github.com/facebookresearch/pytorch3d.git
should be fixed to !pip install 'git+https://github.com/facebookresearch/pytorch3d.git'
or !pip install git+https://github.com/facebookresearch/pytorch3d.git
I know it is such a trivial but typo is typo...
The text was updated successfully, but these errors were encountered:
junekinns
changed the title
A small typo on "pytorch3d.org/tutorials/"
A small typo on website "pytorch3d.org/tutorials"
Feb 11, 2020
I found a small typo on pytorch3d.org tutorial

As I mentioned on screenshot above, the command!pip install 'git+https://github.com/facebookresearch/pytorch3d.git
should be fixed to
!pip install 'git+https://github.com/facebookresearch/pytorch3d.git'
or
!pip install git+https://github.com/facebookresearch/pytorch3d.git
I know it is such a trivial but typo is typo...
The text was updated successfully, but these errors were encountered: