Pytorch 3D官方仓库地址
https://github.com/facebookresearch/pytorch3d
https://github.com/facebookresearch/pytorch3d
使用pip安装:
下载方式:
python
git clone https://github.com/facebookresearch/pytorch3d.git
cd pytorch3d
直接安装很容易报错,不推荐这种方式
使用conda安装:
pytorch3d对于环境版本的要求非常严格,因此建议先安装好pytorch3d再安装别的
安装方式:
bash
conda install -y \
-c pytorch3d -c pytorch -c nvidia -c conda-forge \
--strict-channel-priority \
pytorch3d=0.7.8=py310_cu121_pyt241 iopath