You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: