wellcome_공부일기

Pytorch3D | install core library tar.gz file unzip error 본문

ETC.ERROR

Pytorch3D | install core library tar.gz file unzip error

ma_heroine 2022. 3. 22. 17:06

 

when you run the code below from

 

https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md#core-library

 

GitHub - facebookresearch/pytorch3d: PyTorch3D is FAIR's library of reusable components for deep learning with 3D data

PyTorch3D is FAIR's library of reusable components for deep learning with 3D data - GitHub - facebookresearch/pytorch3d: PyTorch3D is FAIR's library of reusable components for deep learning...

github.com

 

curl -LO https://github.com/NVIDIA/cub/archive/1.10.0.tar.gz
tar xzf 1.10.0.tar.gz
export CUB_HOME=$PWD/cub-1.10.0

 

change second line to tar -zxvf 1.10.0.tar.gz

Comments