Discover and explore top open-source AI tools and projects—updated daily.
3D-BAT: Web-based tool for annotating 3D point clouds and images
Top 46.2% on SourcePulse
3D-BAT (3D Bounding Box Annotation Toolbox) is a web-based, open-source tool designed for annotating point cloud and image data, primarily for autonomous driving and robotics research. It offers a comprehensive suite of features for efficient and accurate 3D object detection labeling, supporting multi-sensor data and AI-assisted workflows.
How It Works
3D-BAT utilizes a web-based architecture, allowing for platform-independent access. It supports full-surround annotations, including 3D bounding boxes, and offers features like AI-assisted labeling, interpolation, and 3D-to-2D label transfer. The tool is designed for extensibility, enabling custom datasets, classes, and attributes, with support for formats like OpenLABEL and V2X data.
Quick Start & Requirements
git clone https://github.com/walzimmer/3d-bat.git && cd 3d-bat
conda create -n 3d-bat python==3.11.3
, conda activate 3d-bat
, pip install -r requirements.txt
npm install
npm run start-server
npm run start
Highlighted Details
Maintenance & Community
The project has seen recent updates in early 2024, including active learning support and V2X data labeling. It has been recognized with an IEEE Best Student Paper Award at ITSC'23. Further community engagement details are not explicitly provided in the README.
Licensing & Compatibility
The software is licensed under a permissive, non-commercial license from The Regents of the University of California. Commercial use requires explicit permission and contact with the UC San Diego Office of Innovation and Commercialization.
Limitations & Caveats
The license explicitly restricts commercial use without separate agreement. While extensible, the README notes that a comprehensive readthedocs documentation is still upcoming.
1 year ago
Inactive