hustvl / GaussianDreamer

GaussianDreamer: Fast Generation from Text to 3D Gaussians by Bridging 2D and 3D Diffusion Models (CVPR 2024)
https://taoranyi.com/gaussiandreamer/
Apache License 2.0
589 stars 29 forks source link

Failing to install through the steps mentioned in the ReadMe #11

Closed tsabbir96 closed 5 months ago

tsabbir96 commented 7 months ago

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?

tsabbir96 commented 7 months ago

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