when run the code in colab:
!python launch.py --config configs/gaussiandreamer-sd.yaml --train --gpu 0 system.prompt_processor.prompt="a fox" data.batch_size=2
there is a probelm:
TypeError:
GaussianRasterizationSettings.new() missing 1 required positional argument: 'debug'
I suppose that you have installed a wrong gaussian rasterization, try to install the version in the source code of this project and remember to download g++project.
when run the code in colab: !python launch.py --config configs/gaussiandreamer-sd.yaml --train --gpu 0 system.prompt_processor.prompt="a fox" data.batch_size=2
there is a probelm: TypeError: GaussianRasterizationSettings.new() missing 1 required positional argument: 'debug'