mmdetection3d icon indicating copy to clipboard operation
mmdetection3d copied to clipboard

Supports detection using only lidar data and modifies the data reading logic.

Open JonathanFK981 opened this issue 9 months ago • 1 comments

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.

Motivation

I have added support for lidar - only data detection in this new feature. This is to meet the specific requirements of scenarios where only lidar data is available, such as certain autonomous driving applications in environments with limited camera visibility, or in some industrial inspection scenarios where only lidar sensors are deployed. The goal is to enhance the flexibility and applicability of the existing system in handling different data sources for object detection tasks.

Modification

In this PR, we've made several key modifications to support lidar - only data detection. I have updated the data input module to handle and preprocess lidar - only data.

BC-breaking (Optional)

No breaking changes are introduced by this PR.

Checklist

  1. Pre-commit or other linting tools are used to fix the potential lint issues.
  2. I have added unit tests for the new lidar - only data handling functions, including tests for data input validation,
  3. If the modification has potential influence on downstream projects, this PR should be tested with downstream projects.
  4. The documentation has been modified accordingly, like docstring or example tutorials.

JonathanFK981 avatar Apr 05 '25 09:04 JonathanFK981

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 05 '25 09:04 CLAassistant