You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@zqdsdfg your FileNotFoundError is unrelated to the error of this issue. You already posted it in #220 , please avoid posting duplicates of the same problem. @wwtj08 it's good that you could solve the issue, can you share how you did it? I assume re-installing pytorch?
Indeed, this problem is related to Windows.
Currently, the code and installation instructions are not compatible with Windows, unless you first install WSL2.
It's possible to make it compatible with Windows, so I definitely need to update the code for this!
However, if you like running research code on your machine, I think installing WSL2 on your Windows machine is extremely useful. It's basically a lightweight Ubuntu virtual machine made by Windows for Windows, which is very easy to use.
Trust me, it's so much easier to install things on Ubuntu haha!
I met a error when i runing the command "python train_full_pipeline.py" , the error is “ ModuleNotFoundError: No module named 'pytorch3d' ”
I had install pytorch3d successful and i dont know what is the problem. I appreciate any help.
The text was updated successfully, but these errors were encountered: