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 query_bbox #43

Open
autumn-wong opened this issue Jul 22, 2024 · 1 comment
Open

Question about query_bbox #43

autumn-wong opened this issue Jul 22, 2024 · 1 comment

Comments

@autumn-wong
Copy link

Thank you for your excellent work!
While reading the code, I have a question. Why is the dimension of the query_bbox in SparseOcc [B, Q, 6]? It looks like it only uses xyz wlh and not additionally sin cos vx vy like SparseBEV. Is there any experiment shows that sin cos vx vy is not very useful in Occ tasks?

@YANG-CY-163
Copy link
Contributor

The query in sparse_voxel_decoder corresponds to the voxels,and the query_bbox is related to voxel coords, and has nothing to do with velocity and angle , which is different from SparseBEV.

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