keras-team / keras-cv

Industry-strength Computer Vision workflows with Keras
Other
976 stars 318 forks source link

Add SqueezeSeg for Semantic Segmentation of 3D LiDAR point clouds #1712

Open soumik12345 opened 1 year ago

soumik12345 commented 1 year ago

Short Description

Baseline models for end-to-end semantic segmentation of 3D LiDAR point clouds, specifically (but not limited to) the detection and categorization of instances of interest, such as cars, pedestrians, and cyclists. Also, data-loading utilities for large-scale labeled datasets of 3D LiDAR point clouds such as Semantic-KITTI and nuScenes could be added.

Papers

Existing Implementations

Other Information

divyashreepathihalli commented 4 months ago

@soumik12345 Thanks for opening this feature request. If you are interested in contributing please go ahead and open the PR. This is not a priority for the team at the moment, so we will not be able to guide you with the implementation. But if you do have a PR, we can help review and add it to our code base.

soumik12345 commented 4 months ago

Thanks, I will start working on this PR.