All Projects → open-mmlab → labelbee-client

open-mmlab / labelbee-client

Licence: Apache-2.0 license
Out-of-the-box Annotation Toolbox

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to labelbee-client

sparv-pipeline
Språkbanken's text analysis tool
Stars: ✭ 19 (-93.47%)
Mutual labels:  annotation-tool
Cvat
Powerful and efficient Computer Vision Annotation Tool (CVAT)
Stars: ✭ 6,557 (+2153.26%)
Mutual labels:  annotation-tool
annotate
Create 3D labelled bounding boxes in RViz
Stars: ✭ 104 (-64.26%)
Mutual labels:  annotation-tool
neat
Named entity annotation tool
Stars: ✭ 21 (-92.78%)
Mutual labels:  annotation-tool
Vott
Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
Stars: ✭ 3,684 (+1165.98%)
Mutual labels:  annotation-tool
Label Studio
Label Studio is a multi-type data labeling and annotation tool with standardized output format
Stars: ✭ 7,264 (+2396.22%)
Mutual labels:  annotation-tool
label-studio-frontend
Data labeling react app that is backend agnostic and can be embedded into your applications — distributed as an NPM package
Stars: ✭ 230 (-20.96%)
Mutual labels:  annotation-tool
neurotic
Curate, visualize, annotate, and share your behavioral ephys data using Python
Stars: ✭ 24 (-91.75%)
Mutual labels:  annotation-tool
Doccano
Open source annotation tool for machine learning practitioners.
Stars: ✭ 5,600 (+1824.4%)
Mutual labels:  annotation-tool
piaf
Question Answering annotation platform - Plateforme d'annotation
Stars: ✭ 62 (-78.69%)
Mutual labels:  annotation-tool
redcoat
A lightweight web-based annotation tool for labelling entity recognition data.
Stars: ✭ 19 (-93.47%)
Mutual labels:  annotation-tool
DetEdit
A graphical user interface for annotating and editing events detected in long-term acoustic monitoring data
Stars: ✭ 20 (-93.13%)
Mutual labels:  annotation-tool
Labelbox
Labelbox is the fastest way to annotate data to build and ship computer vision applications.
Stars: ✭ 1,588 (+445.7%)
Mutual labels:  annotation-tool
auto-labeling-pipeline
doccano auto labeling pipeline helps doccano to annotate a document automatically.
Stars: ✭ 29 (-90.03%)
Mutual labels:  annotation-tool
Alturos.ImageAnnotation
A collaborative tool for labeling image data for yolo
Stars: ✭ 47 (-83.85%)
Mutual labels:  annotation-tool
Grid-Anchor-based-Image-Cropping-Pytorch
Compatible with Python3 & PyTorch 1.0+ on Ubuntu
Stars: ✭ 47 (-83.85%)
Mutual labels:  annotation-tool
Screenity
The most powerful screen recorder & annotation tool for Chrome 🎥
Stars: ✭ 6,229 (+2040.55%)
Mutual labels:  annotation-tool
image-sorter2
One-click image sorting/labelling script
Stars: ✭ 65 (-77.66%)
Mutual labels:  annotation-tool
pylabel
Python library for computer vision labeling tasks. The core functionality is to translate bounding box annotations between different formats-for example, from coco to yolo.
Stars: ✭ 171 (-41.24%)
Mutual labels:  annotation-tool
iris
Semi-automatic tool for manual segmentation of multi-spectral and geo-spatial imagery.
Stars: ✭ 87 (-70.1%)
Mutual labels:  annotation-tool

LabelBee-Client

Releases · Getting Started · 简体中文

Features

  • 📦 Out of the Box, built-in six annotation tools, simple configurations
  • 🪵 Flexible combinations, multiple tools can directly rely on each other
  • 💻 Multiple operating systems: Mac / Linux / Windows
  • 🏁 Support Data Formats
General Data COCO Semantic Segmentation Mask
Export ✔️ ✔️ ✔️
Import ✔️

Download

Mac & Windows & Linux

Support Scenes

  • Detection: Detection scenes for vehicles, license plates, pedestrians, faces, industrial parts, etc.
  • Classification: Detection of object classification, target characteristics, right and wrong judgments, and other classification scenarios
  • Semantic segmentation: Human body segmentation, panoramic segmentation, drivable area segmentation, vehicle segmentation, etc.
  • Text transcription: Text detection and recognition of license plates, invoices, insurance policies, signs, etc.
  • Contour detection: positioning line scenes such as human contour lines, lane lines, etc.
  • Key point detection: positioning scenes such as human face key points, vehicle key points, road edge key points, etc.

Detection / Segmentation

Line / Point / Text

Usage

Annotation Format

{
  "width": 4368,
  "height": 2912,
  "valid": true,
  "rotate": 0,
  "step_1": {
    "toolName": "rectTool",
    "result": [
      {
        "x": 530.7826086956522,
        "y": 1149.217391304348,
        "width": 1314.7826086956522,
        "height": 1655.6521739130435,
        "attribute": "",
        "valid": true,
        "id": "Rp1x6bZs",
        "sourceID": "",
        "textAttribute": "",
        "order": 1
      }
    ]
  }
}

For details, click to view LabelBee Annotation Format

Important

js can't export 8bit unsign Int image, so a python script is provided to solve this problem

Links

LICENSE

This project is released under the Apache 2.0 license.

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].