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

actual scale for the corresponding BEV #16

Open
yejy53 opened this issue Aug 3, 2023 · 5 comments
Open

actual scale for the corresponding BEV #16

yejy53 opened this issue Aug 3, 2023 · 5 comments

Comments

@yejy53
Copy link

yejy53 commented Aug 3, 2023

I have a question, what is the actual scale for the corresponding BEV? For example, if I use the demo, the generated BEV square is 64*129, and the actual scale for each grid is (m)?

@yejy53
Copy link
Author

yejy53 commented Aug 3, 2023

Suppose I have a panoramic image now, how should I modify the generation of BEV, so that it can no longer be in the frustum space

@sarlinpe
Copy link
Collaborator

Sorry for the late reply. The resolution is 2 pixels per meter:

pixel_per_meter: ${data.pixel_per_meter}

This can be changed during data processing.

@martin-liao
Copy link

martin-liao commented Feb 27, 2024

Sorry for the late reply. The resolution is 2 pixels per meter:

pixel_per_meter: ${data.pixel_per_meter}

This can be changed during data processing.

The paper mentioned BEV has size LXD=32x32m with resolution delta=50cm, which means the shape of bev features should be 64x64 equally. However, in link, the grid_size is set to [129 (64 * 2 + 1,64). Maybe the additional 1 is a dummy bins like issue30?

@sarlinpe
Copy link
Collaborator

Not a dummy bin - we chose to position the camera at the center of the middle cell so the width of the BEV should be odd. The paper is incorrect, the size of the BEV is actually LxD=65x32m - I will try to fix it at some point.

@martin-liao
Copy link

Oh, I understand. 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

3 participants