Open moon-boat opened 6 months ago
The picture is what happen when I run such code in my computer
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!
Thanks for your guidance 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
Hi~you can refer to https://colab.research.google.com/drive/1WIZgM--tJ3aq25t9g238JAuAoXrQYVMs?usp=sharing#scrollTo=TlrxF62GNePB.
like pip install git+https://github.com/openai/CLIP.git
to install clip package
Before you run the command git submodule update --init --recursive
, you need to go into the GaussianObject folder with cd GaussianObject
.
Hi~you can refer to https://colab.research.google.com/drive/1WIZgM--tJ3aq25t9g238JAuAoXrQYVMs?usp=sharing#scrollTo=TlrxF62GNePB.
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!
@GaussianObject Hello, I can't find submodules/ folder in the current repository even though I used --recursive command. Can you check it please?
@cmh1027 Sorry for the oversight. The issue is fixed now.
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.