Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to test it out-of-the-box ? #12

Open
tsabbir96 opened this issue Nov 30, 2023 · 2 comments
Open

How to test it out-of-the-box ? #12

tsabbir96 opened this issue Nov 30, 2023 · 2 comments

Comments

@tsabbir96
Copy link

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:

 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'
@taoranyi
Copy link
Member

taoranyi commented Dec 1, 2023

There is indeed an issue here. I have no design to implement rendering without training. I will fix this soon.

@Adamdad
Copy link

Adamdad commented Dec 13, 2023

Any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants