DECA icon indicating copy to clipboard operation
DECA copied to clipboard

Is working on rtx 300xx ? and windows?

Open bitcoin5000 opened this issue 3 years ago • 1 comments

I cannot get it work, its seem wants cuda 10 i hear python only work with older version of cuda if have rtx 3090 and windows with miniconda, it will works? im getting error

python demos/demo_transfer.py from pytorch3d.structures import Meshes ModuleNotFoundError: No module named 'pytorch3d'

but pytroch3d sayiing # All requested packages already installed.

bitcoin5000 avatar May 06 '21 13:05 bitcoin5000

if you use pip to install pytorch3d, it can only provide 0.0.1 which cannot be used here. I have tried to use pytorch3d 0.3.0 and it works good. And install pytorch3d on windows can meet a lot problems, i recommend you to use the edited pytorch3d for windows users in this repo https://github.com/yuanluxu/pytorch3d

japonica99 avatar May 17 '22 08:05 japonica99