pytorch3d在linux下安装
程序员文章站
2022-03-08 19:34:58
...
首先安装虚拟环境和依赖
conda create -n pytorch3d python=3.8
conda activate pytorch3d
conda install -c pytorch pytorch=1.7.1 torchvision cudatoolkit=10.2
conda install -c fvcore -c iopath -c conda-forge fvcore iopath
wget 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
然后git clone代码并且安装
git clone https://github.com/facebookresearch/pytorch3d.git
cd pytorch3d && pip install -e .
在python里import pytorch3d即可
推荐阅读
-
linux下AutoFs挂载服务安装教程
-
Oracle Linux 6下安装Oracle 12C实战
-
在xp下无人值守自动安装系统
-
Linux系统下安装mysql时出现1045,1130错误的解决办法
-
在CenOS系统下安装和配置Redis数据库的教程
-
Linux下安装Sybase
-
在linux命令下导出导入.sql文件的方法
-
memcached - linux下安装php的memcache扩展
-
Linux下安装Beego:go install: cannot install cross-compiled binaries when GOBIN is set
-
redis在windows下安装和PHP中使用,redisphp_PHP教程