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

field of view single-input model #38

Closed
meissnerda71974 opened this issue Aug 28, 2023 · 2 comments
Closed

field of view single-input model #38

meissnerda71974 opened this issue Aug 28, 2023 · 2 comments

Comments

@meissnerda71974
Copy link

First of all thank you so much for this great work.

In the paper I read that the field of view of the ground truth image for the full 360° is approximately 70m x 44m. Do you have an approximation of the field of view of the single-input model too?
Based on the ground truth BEV image it might also let us do an approximation of which field of view it might have on a real world application?

Thanks a lot in advance.

@lreiher
Copy link
Member

lreiher commented Aug 30, 2023

Some trigonometry gives us a very simple equation:

fov_m = z_drone * f / res

Here, fov_m is the field of view in meters, z_drone the height of the virtual drone camera, f its focal length and res its resolution.

All values can be found here.

This yields an FoV of 50m x 25m.

@meissnerda71974
Copy link
Author

Great, thanks a lot!

@lreiher lreiher closed this as completed Sep 1, 2023
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