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

Generating from other views #41

Open
mshahbazi72 opened this issue Oct 23, 2023 · 2 comments
Open

Generating from other views #41

mshahbazi72 opened this issue Oct 23, 2023 · 2 comments

Comments

@mshahbazi72
Copy link

Hi

Is it possible to generate images from other views different from the 16 views used during training?
I assume it is not possible to generate more than 16 images, but I tried generating new views by replacing the camera parameters in the pickle file camera-16.pkl. However, I still get the same images when running generate.py.
I suspect this might be because the camera parameters are over-written by the checkpoint

@liuyuan-pal
Copy link
Owner

Hi, the model does not support the generation of images in other views. It is trained to generate 16 views on the elevation of 30 degrees and evenly distributed azimuth. These fixed viewpoints are hardcoded in the attention layers so that generating other views would be low-quality if we change these viewpoints.

@yuhuangyue
Copy link

I want to run train_renderer.py to generate mesh file, how can I replaced with other views?

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