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
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'
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: