-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I met a error when i run the command "python train_full_pipeline.py" #217
Comments
The same error with me,it can be solve on ubuntu |
I have solve the problem,please close this issue. thanks a lot . |
Hello everyone, Indeed, this problem is related to Windows. 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. |
Hey, @wwtj08 Can you please share how you solved the issue? It would be very much helpful. Thanks |
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: