ubuntu系统python3.7安装pytorch3d经验
pytorch3d的github网址提供的安装说明写道,适用于Python 3.8, 3.9 or 3.10。这两行命令也适用于python3.7的情况。
·
pytorch3d的github网址提供的安装说明写道,适用于Python 3.8, 3.9 or 3.10。
https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md
conda install -c fvcore -c iopath -c conda-forge fvcore iopath
conda install pytorch3d -c pytorch3d
这两行命令也适用于python3.7的情况。

更多推荐



所有评论(0)