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

vis_occupancy results problem #24

Open
Chris91gp opened this issue Nov 21, 2023 · 3 comments
Open

vis_occupancy results problem #24

Chris91gp opened this issue Nov 21, 2023 · 3 comments

Comments

@Chris91gp
Copy link

Chris91gp commented Nov 21, 2023

Thanks for great work,how to use tools/ vis_occupancy.py to show the result? it looks like has bug. I don't know where the problem is.
the inputs shape is 200 * 200 * 18

image

@KarlLi5
Copy link

KarlLi5 commented Jan 15, 2024

Hello, I encountered the same issue as you. May I ask if you have successfully resolved it?

@pisquilo
Copy link

Hi, I also have a similar issue. Did anyone manage to solve this?

@WMCh
Copy link

WMCh commented Feb 4, 2024

@Chris91gp @KarlLi5 @pisquilo Hello, the voxels with the prediction label equal to 17 (free) can be filtered out when drawing. Add the following codes

fov_voxels = fov_voxels[fov_voxels[:, 3] != 17]

before

# outfov_voxels = outfov_grid_coords[

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

4 participants