All Projects → ch-sa → labelCloud

ch-sa / labelCloud

Licence: GPL-3.0 license
A lightweight tool for labeling 3D bounding boxes in point clouds.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to labelCloud

annotate
Create 3D labelled bounding boxes in RViz
Stars: ✭ 104 (-60.61%)
Mutual labels:  annotation, labeling, bounding-boxes
Labelbox
Labelbox is the fastest way to annotate data to build and ship computer vision applications.
Stars: ✭ 1,588 (+501.52%)
Mutual labels:  annotation, labeling, bounding-boxes
Cvat
Powerful and efficient Computer Vision Annotation Tool (CVAT)
Stars: ✭ 6,557 (+2383.71%)
Mutual labels:  annotation, labeling
Label Studio
Label Studio is a multi-type data labeling and annotation tool with standardized output format
Stars: ✭ 7,264 (+2651.52%)
Mutual labels:  annotation, labeling
Slate
A Super-Lightweight Annotation Tool for Experts: Label text in a terminal with just Python
Stars: ✭ 61 (-76.89%)
Mutual labels:  annotation, labeling
turktool
Modern React app for bounding box annotation on mturk
Stars: ✭ 46 (-82.58%)
Mutual labels:  labeling, bounding-boxes
Person Search Annotation
Cross-Platform Annotation Tool for Person Search Datasets
Stars: ✭ 9 (-96.59%)
Mutual labels:  annotation, labeling
Diffgram
Data Annotation, Data Labeling, Annotation Tooling, Training Data for Machine Learning
Stars: ✭ 43 (-83.71%)
Mutual labels:  annotation, labeling
Kili Playground
Simplest and fastest image and text annotation tool.
Stars: ✭ 166 (-37.12%)
Mutual labels:  annotation, labeling
Nova
NOVA is a tool for annotating and analyzing behaviours in social interactions. It supports Annotators using Machine Learning already during the coding process. Further it features both, discrete labels and continuous scores and a visuzalization of streams recorded with the SSI Framework.
Stars: ✭ 110 (-58.33%)
Mutual labels:  annotation, labeling
Awesome Data Labeling
A curated list of awesome data labeling tools
Stars: ✭ 1,120 (+324.24%)
Mutual labels:  annotation, labeling
Alturos.ImageAnnotation
A collaborative tool for labeling image data for yolo
Stars: ✭ 47 (-82.2%)
Mutual labels:  labeling, bounding-boxes
image-sorter2
One-click image sorting/labelling script
Stars: ✭ 65 (-75.38%)
Mutual labels:  annotation, labeling
bioportal web ui
A Rails application for biological ontologies
Stars: ✭ 20 (-92.42%)
Mutual labels:  annotation
typescript-retry-decorator
lightweight typescript retry decorator with 0 dependency.
Stars: ✭ 50 (-81.06%)
Mutual labels:  annotation
VIAN
No description or website provided.
Stars: ✭ 18 (-93.18%)
Mutual labels:  annotation
GDR-Net
GDR-Net: Geometry-Guided Direct Regression Network for Monocular 6D Object Pose Estimation. (CVPR 2021)
Stars: ✭ 167 (-36.74%)
Mutual labels:  6d-pose-estimation
evidenceontology
Evidence & Conclusion Ontology development site: Use ISSUES to request terms. See WIKI for how to request terms. See README for how to cite ECO. Visit our website for more project info.
Stars: ✭ 35 (-86.74%)
Mutual labels:  annotation
KCommando
Annotation-based multifunctional command handler framework for JDA & Javacord.
Stars: ✭ 26 (-90.15%)
Mutual labels:  annotation
aptk
A toolkit project to enable you to build annotation processors more easily
Stars: ✭ 28 (-89.39%)
Mutual labels:  annotation

Contributions welcome!

labelCloud

A lightweight tool for labeling 3D bounding boxes in point clouds.

Overview of the Labeling Tool

🆕 labelCloud is now part of the PyPI and can be installed via pip!

🆕 We are currently evaluating labelCloud and invite you to fill this questionaire https://forms.gle/moEyjGSa1Eiiq7VT8 (~5 min)!

Setup

ℹ️ Currently labelCloud supports Python 3.6 to 3.9.

via pip (PyPI)

pip install labelCloud
labelCloud --example  # start labelCloud with example point cloud

via git (manually)

git clone https://github.com/ch-sa/labelCloud.git  # 1. Clone repository
pip install -r requirements.txt  # 2. Install requirements
# 3. Copy point clouds into `pointclouds` folder.
python3 labelCloud.py  # 4. Start labelCloud

Configure the software to your needs by editing the config.ini file or settings according to the docs.

Labeling

labelCloud supports two different ways of labeling (picking & spanning) as well as multiple mouse and keyboard options for subsequent correction.

Screencast of the Labeling Methods (See also https://www.youtube.com/watch?v=8GF9n1WeR8A for a short introduction and preview of the tool.)

Picking Mode

  • Pick the location of the bounding box (front-top edge)
  • Adjust the z-rotation by scrolling with your mouse wheel

Spanning Mode

  • Subsequently span the length, width and height of the bounding box by selecting four vertices
  • The layers for for the last two vertices (width & height) will be locked to allow easy selection

Correction

  • Use the buttons on the left-hand side or shortcuts to correct the translation, dimension and rotation of the bounding box
  • Resize the bounding box by holding your cursor above one side and scrolling with the mouse wheel

By default the x- and y-rotation of bounding boxes will be prohibited. For labeling 9 DoF-Bounding Boxes deactivate z-Rotation Only Mode in the menu, settings or config.ini file. Now you will be free to rotate around all three axes.

Import & Export Options

labelCloud is built for a versatile use and aims at supporting all common point cloud file formats and label formats for storing 3D bounding boxes. The tool is designed to be easily adaptable to multiple use cases. To change the settings, simply edit the corresponding line in the config.ini (see the documentation) for a description of all parameters).

Supported Import Formats

Type File Formats
Colored *.pcd, *.ply, *.pts, *.xyzrgb
Colorless *.xyz, *.xyzn, *.bin (KITTI)

Supported Export Formats

Label Format Description
centroid_rel Centroid [x, y, z]; Dimensions [length, width, height];
Relative Rotations as Euler angles in radians (-pi..+pi) [yaw, pitch, roll]
centroid_abs Centroid [x, y, z]; Dimensions [length, width, height];
Absolute Rotations as Euler angles in degrees (0..360°) [yaw, pitch, roll]
vertices 8 Vertices of the bounding box each with [x, y, z] (see documentation.md for order)
kitti Centroid; Dimensions; z-Rotation (See specification)
kitti_untransformed See above, but without transformations.

You can easily create your own exporter by subclassing the abstract BaseLabelFormat. All rotations are counterclockwise (i.e. a z-rotation of 90°/π is from the positive x- to the negative y-axis!).

Shortcuts

Shortcut Description
Navigation
Left Mouse Button Rotates the Point Cloud
Right Mouse Button Translates the Point Cloud
Mouse Wheel Zooms into the Point Cloud
Correction
W, A, S, D
Ctrl + Right Mouse Button
Translates the Bounding Box back, left, front, right
Q, E Lifts the Bounding Box up, down
X, Y Rotates the Boundign Box around z-Axis
Scrolling with the Cursor above a Bounding Box Side ("Side Pulling") Changes the Dimension of the Bounding Box
C & V, B & N Rotates the Bounding Box around y-Axis, x-Axis
General
Del Deletes Current Bounding Box
R Resets Perspective
Esc Cancels Selected Points

See documentation.md for software conventions.

Usage & Attribution

When using the tool feel free to drop me a mail with feedback or a description of your use case (christoph.sager[at]tu-dresden.de). If you are using the tool for a scientific project please consider citing our pending publication:

# CAD Journal
@article{Sager_2022,
    doi = {10.14733/cadaps.2022.1191-1206},
    url = {http://cad-journal.net/files/vol_19/CAD_19(6)_2022_1191-1206.pdf},
    year = 2022,
    month = {mar},
    publisher = {{CAD} Solutions, {LLC}},
    volume = {19},
    number = {6},
    pages = {1191--1206},
    author = {Christoph Sager and Patrick Zschech and Niklas Kuhl},
    title = {{labelCloud}: A Lightweight Labeling Tool for Domain-Agnostic 3D Object Detection in Point Clouds},
    journal = {Computer-Aided Design and Applications}
} 

# CAD Conference
@misc{sager2021labelcloud,
  title={labelCloud: A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds}, 
  author={Christoph Sager and Patrick Zschech and Niklas Kühl},
  year={2021},
  eprint={2103.04970},
  archivePrefix={arXiv},
  primaryClass={cs.CV}
}

Acknowledgment

I would like to thank the Robotron RCV-Team for the support in the preparation and user evaluation of the software. The software was developed as part of my diploma thesis titled "labelCloud: Development of a Labeling Tool for 3D Object Detection in Point Clouds" at the Chair for Business Informatics, especially Intelligent Systems of the TU Dresden. The ongoing research can be followed in our project on ResearchGate.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].