Tracebacks
.....
.....
File "/content/GaussianDreamer/threestudio/systems/GaussianDreamer.py", line 240, in forward
render_pkg = render(viewpoint_cam, self.gaussian, self.pipe, renderbackground)
File "/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py", line 1614, in __getattr__
raise AttributeError("'{}' object has no attribute '{}'".format(
AttributeError: 'GaussianDreamer' object has no attribute 'pipe'
Hi I want to test the library without having to train it.. How can I do that?
--test
in the following command throws an error.Command:
python launch.py --config configs/gaussiandreamer-sd.yaml --test --gpu 0 system.prompt_processor.prompt="a fox"
Error: