chensjtu / GaussianObject

GaussianObject: High-Quality 3D Object Reconstruction from Four Views with Gaussian Splatting (SIGGRAPH Asia 2024, TOG)
887 stars 54 forks source link

Issues during environment setting #32

Open moon-boat opened 5 months ago

moon-boat commented 5 months ago

In the Readme, I see the code like

setup submodules

pip install -e submodules/diff-gaussian-rasterization pip install -e submodules/simple-knn pip install -e submodules/pytorch3d pip install -e submodules/minLoRA pip install -e submodules/CLIP However, I can't find a folder named “submodules” in the main branch, it may be a stupid question but I'm very confused. wrong

moon-boat commented 5 months ago

The picture is what happen when I run such code in my computer

GaussianObject commented 5 months ago

As mentioned in the REAMME file, you may need to fetch the submodules using: git submodule update --init --recursive, perhaps due to that you donot use --recursive during clone. BTW, we're developing a revolutionary pipeline that transforms 4 images into 3DGS with finedetailed and real-time rendering. All you need to do is click on an image (for SAM segmentation) and let GaussianObject do the rest! Stay tuned for more!

moon-boat commented 5 months ago

Thanks for your guidance image Here is the picture about what happen when I ran the code you mentioned before, however, there still doesn't exist a folder named "submodules", I guess there is something wrong

jianglh-WHU commented 5 months ago

Hi~you can refer to https://colab.research.google.com/drive/1WIZgM--tJ3aq25t9g238JAuAoXrQYVMs?usp=sharing#scrollTo=TlrxF62GNePB.

image

like pip install git+https://github.com/openai/CLIP.git to install clip package

GaussianObject commented 5 months ago

Before you run the command git submodule update --init --recursive, you need to go into the GaussianObject folder with cd GaussianObject.

moon-boat commented 5 months ago

Hi~you can refer to https://colab.research.google.com/drive/1WIZgM--tJ3aq25t9g238JAuAoXrQYVMs?usp=sharing#scrollTo=TlrxF62GNePB.

image

like pip install git+https://github.com/openai/CLIP.git to install clip package

Thanks a lot, I eventually solve it by your suggestion, it's really nice of you!

cmh1027 commented 4 months ago

@GaussianObject Hello, I can't find submodules/ folder in the current repository even though I used --recursive command. Can you check it please?

GaussianObject commented 4 months ago

@cmh1027 Sorry for the oversight. The issue is fixed now.