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

type error #34

Open SpyAlan opened 1 month ago

SpyAlan commented 1 month ago

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'

Zhao-Yihao commented 1 month ago

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.