Add beginner-friendly LiDAR segmentation tutorial (RELLIS-3D compatible, no heavy dependencies)#514
Add beginner-friendly LiDAR segmentation tutorial (RELLIS-3D compatible, no heavy dependencies)#514Khiladi-786 wants to merge 10 commits intoJdeRobot:masterfrom
Conversation
…et, and dependencies
…et, and dependencies
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Refined the optional RELLIS-3D section with clearer guidance and added references to the dataset loader. The tutorial now:
Happy to make any further adjustments if needed. |
|
Added basic SemanticKITTI dataset support as discussed. |
|
Happy to further extend this if needed — for example:
Let me know what direction would be most useful for the project. |
|
Closing since there is no associated issue (feel free to reopen after creting the corresponding issue). Also, adding SemanticKITTI will part of the GSoC project if possible and so it won't be done for now. |
|
Thanks for the clarification! Understood — I’ll create a proper issue first to align with the repository workflow and scope. I’ll also separate the contributions to keep things focused (e.g., tutorial vs dataset support), and reopen accordingly. Appreciate the guidance! |
Overview
This PR adds a beginner-friendly LiDAR segmentation tutorial notebook to the
examples/directory.Unlike existing approaches, this tutorial is designed to be:
Key Features
Why this is useful
Added
examples/tutorial_lidar_segmentation_rellis3d.ipynbTested
Notes
This tutorial is intentionally simplified to prioritize learning and accessibility. It can be extended later to include full dataset/model integration if needed.