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

Question about BEV generation #19

Open
yejy53 opened this issue Aug 8, 2023 · 2 comments
Open

Question about BEV generation #19

yejy53 opened this issue Aug 8, 2023 · 2 comments

Comments

@yejy53
Copy link

yejy53 commented Aug 8, 2023

How to generate BEV features using panoramic data, such as downloaded Google panoramic images?
Additionally, for example, if I have panoramic imagery, can I divide it into 4 single-view images, and the geographical location of the four views is consistent, which can improve the positioning accuracy?

@sarlinpe
Copy link
Collaborator

You can generate perspective views from the panoramic image, infer a heatmap for each of them, and fuse the heatmaps into a single one using the relative poses between the cameras. Since perspective views are related by a rotation only, you only need to shift each heatmap along the rotation dimension by yaw_relative / 360 * num_rotations.

@yejy53
Copy link
Author

yejy53 commented Aug 28, 2023

I've taken this issue into account, but during the final implementation, when multiple BEVs are combined, stitching lines become evident. This is because BEV exhibits anomalies at the frustum edges.

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