hustvl / GaussianDreamer

GaussianDreamer: Fast Generation from Text to 3D Gaussians by Bridging 2D and 3D Diffusion Models (CVPR 2024)

Home Page:https://taoranyi.com/gaussiandreamer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failing to install through the steps mentioned in the ReadMe

tsabbir96 opened this issue · comments

Hi I tried to follow the installation steps that you mentioned in hte Get Started section. I ran the commands one after another, but I get an error saying no requirements.txt found. So I decided to clone the repo first and try the installations again.

However I was facing some issue installing diff-gaussian-rasterization through this command:
pip install ./gaussiansplatting/submodules/diff-gaussian-rasterization

I was getting an error, so I decided to manually install it using cmake. It was successfully installed then.

Next when I ran this command:
python launch.py --config configs/gaussiandreamer-sd.yaml --train --gpu 0 system.prompt_processor.prompt="a fox"

It started to train which I guess will take a huge time to complete.

Right now I only need to test the library and how it performs by testing with different prompts. Could you tell me what is the command to do that?

@taoranyi I have created a different issue #12 regarding the errors I get while using --test command with launch.py