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

About the dataset #6

Open
MarcusnHuang opened this issue Jan 6, 2025 · 1 comment
Open

About the dataset #6

MarcusnHuang opened this issue Jan 6, 2025 · 1 comment

Comments

@MarcusnHuang
Copy link

Your work is very good, I would like to learn more about it, for the S.MID dataset, I noticed that it is published according to the SemanticKITTI dataset, I would like to consult you, how to convert the .txt point cloud with labels I processed into .bin and .label files like SemanticKITTI, what software or tools do you borrow? Looking forward to your reply, thank you very much!

@Cavendish518
Copy link
Owner

Hi. Ususally, LiDAR data is saved in .pcd or .bin format. I think you can read your data form .txt and split it into [x,y,z,i] with float type and [label,] and int type. In particular, KITTI's label file adopts high-order and low-order storage strategies to express instance and semantic labels. The separated data can be directly saved as .bin and .label files. There should be a lot of Python code that can help you complete the storage work without the need for additional tools.

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