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 multi-stage hierarchical sampling on occupancy grids #6

Open
vincenthesiyuan opened this issue Dec 29, 2023 · 0 comments

Comments

@vincenthesiyuan
Copy link

Hi,
Thanks your great works!!

I am so curious for this problem. Because ray marching is performed on occupancy grid, and there may be situations where the intervals are discontinuous due to space skipping. I noticed that in the upsampling stage, pack_diff op is applied directly to operate every ray without considering the impact of discontinuous intervals.

Have you ever tried extending the pack ops to handle the discontinuous intervals on the ray as well? I am very curious if this approach might yield better results. Would not addressing this issue have a significant impact?

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