pytorch3d报错:RuntimeError: Not compiled with GPU support.
方法1 重新安装命令 没测:
pip install "git+https://github.com/facebookresearch/pytorch3d.git"
方法2:
解决方法:pytorch3d 安装命令(ubuntu),成功!!!
pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1110/download.html
File "C:\Users\002\.conda\envs\glige\lib\site-packages\torch\autograd\function.py", line 539, in apply
return super().apply(*args, **kwargs) # type: ignore[misc]
File "C:\Users\002\.conda\envs\glige\lib\site-packages\pytorch3d-0.7.7-py3.8-win-amd64.egg\pytorch3d\renderer\points\rasterize_points.py", line 214, in forward
idx, zbuf, dists = _C.rasterize_points(*args)
RuntimeError: Not compiled with GPU support