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
691 stars 36 forks source link

type error #34

Closed SpyAlan closed 4 months ago

SpyAlan commented 6 months 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 6 months 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.