Anttwo / SuGaR

[CVPR 2024] Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering
https://anttwo.github.io/sugar/
Other
2.2k stars 166 forks source link

I met a error when i run the command "python train_full_pipeline.py" #217

Open wwtj08 opened 1 week ago

wwtj08 commented 1 week ago

I met a error when i runing the command "python train_full_pipeline.py" , the error is “ ModuleNotFoundError: No module named 'pytorch3d' ” the error

I had install pytorch3d successful and i dont know what is the problem. I appreciate any help.

3406212002 commented 1 week ago

The same error with me,it can be solve on ubuntu

wwtj08 commented 2 days ago

I have solve the problem,please close this issue. thanks a lot .

KSandfort commented 2 days ago

@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?

Anttwo commented 1 day ago

Hello everyone,

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!