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

camera distance in training #20

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

camera distance in training #20

lizhiqi49 opened this issue Oct 23, 2023 · 2 comments

Comments

@lizhiqi49
Copy link

I noticed that the camera distance is 1 in your image generation script. And in the 3D generation code, the camera distances are also normalized to 1. So, are the camera distances in training all set to 1, or they are between [0.9, 1.1] and only use 1 for generation?

@seasonSH
Copy link
Collaborator

seasonSH commented Oct 24, 2023

They are normalized to 1 during training (the extrinsic becomes rotation only). Using the original extrinsic also works, but we just found it (normalized) simpler to use.

@lizhiqi49
Copy link
Author

ok, thanks for your reply :)

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

2 participants