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 is grid_radius calculated #5

Open
povolann opened this issue Dec 22, 2023 · 0 comments
Open

How is grid_radius calculated #5

povolann opened this issue Dec 22, 2023 · 0 comments

Comments

@povolann
Copy link

Hello, can you please explain a bit more in detail how did you set up the rendering parameters for the ffhq dataset?
dataset_fov = 12.6 # from face estimator
grid_radius = [1.2, 1.2, 1.2] # estimate grid size via sin(fov/2)*r * sqrt(2) -> 1.6
I assume that r is radius, so it would be sin(0.21989/2)10 sqrt(2)=1.55~1.6
But when I tried to double check it with the carla dataset, but the calculation doesn't really seem correct: sin(0.21989/2)10 sqrt(2)=3.66? So, can you explain a bit more what exactly is the grid_radius? Thank you!!

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

1 participant