Skip to content

Add SemanticKITTI LiDAR segmentation tutorial#590

Merged
dpascualhe merged 16 commits into
JdeRobot:masterfrom
tejasstanley:feat/semantickitti-tutorial
Jun 16, 2026
Merged

Add SemanticKITTI LiDAR segmentation tutorial#590
dpascualhe merged 16 commits into
JdeRobot:masterfrom
tejasstanley:feat/semantickitti-tutorial

Conversation

@tejasstanley

Copy link
Copy Markdown
Collaborator

This PR adds a SemanticKITTI LiDAR segmentation tutorial for evaluating MMDetection3D models with PerceptionMetrics.

Changes

  • Adds a notebook workflow for loading SemanticKITTI data and exporting labels into PerceptionMetrics train-ID format.
  • Runs MMDetection3D MinkUNet inference through the existing mmdet3d model utility.
  • Adds an MMDetection3D model-output ontology for the 0..18 SemanticKITTI class convention.
  • Adds ontology translation from PerceptionMetrics train IDs to MMDetection3D output IDs during evaluation.
  • Adds BEV visualization for predictions and ground truth with aligned class IDs.
  • Adds notebook guidance explaining setup, data preparation, model loading, ontology translation, evaluation, and visualization.
  • Adds links for SemanticKITTI data, MMDetection3D, and the model checkpoint.

@dpascualhe dpascualhe linked an issue Jun 9, 2026 that may be closed by this pull request
@tejasstanley tejasstanley marked this pull request as ready for review June 11, 2026 14:31
@dpascualhe dpascualhe merged commit f0d0f57 into JdeRobot:master Jun 16, 2026
1 check failed
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

Successfully merging this pull request may close these issues.

Add SemanticKITTI dataset tutorial

2 participants