-
Notifications
You must be signed in to change notification settings - Fork 87
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
Visualization and the usage of the ESDF map #15
Comments
Hi. Thanks for your interest in nvblox. Your results look really cool! We're definitely interested in you contributing your sensor models. Could you send me an email on [email protected]? |
We're very happy to have your contribution. Looking forward to your pull-request :). |
I got the same problem, how to visualize the ESDF map as shown in https://github.com/nvidia-isaac/nvblox/blob/public/docs/images/nvblox_slice.gif, or could you please recommend any other viz tools? |
I think that you can publish a series of point cloud (each point records the distance) |
Thanks for reply. Btw, I just discovered that you have adapted nvblox to the KITTI dataset! I think it is possible to follow your version to adapt nuScenes and Waymo dataset (related to my previously opened issue 37: #37). |
Sure, I have previously pulled several requests. You can check them to adapt other public datasets. |
Hi Dr. Jiao @gogojjh, I have encountered some problems running your code. I think that you have transferred the KITTI-format data into 3dmatch-format, which includes "seq-xx" folders, "lidar-intrinsics.txt", "frame-xxxxxx.color.png", "frame-xxxxxx.depth.png" and "frame-xxxxxx.poses.txt" files. However, I cannot access the provided download link of your data (stored in NAS), and I cannot find the data-format transfer script either. Could you please provide your data-format transfer script, and a Google Drive or Onedrive download link of your processed KITTI data? Thanks a lot! Best, |
Hi, I update the link again, please try: The data-format transfer script is here: |
Thanks a lot! |
Thanks for the great work!
I have tested the nvblox in my own computer and modified the code to support two features:
If you are interested, I can pull a request. And please remind users that they should set specially
-mesh_frame_subsampling=500
(for example) to avoid the memory issue for a large-scale dataset.And I have a problem about the ESDF map. Could you please recommend any tools to visualize the ESDF map as shown in https://github.com/nvidia-isaac/nvblox/blob/public/docs/images/nvblox_slice.gif?
Thanks.
The text was updated successfully, but these errors were encountered: