All Projects → l3p-cv → Lost

l3p-cv / Lost

Licence: mit
Label Objects and Save Time (LOST) - Design your own smart Image Annotation process in a web-based environment.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Lost

jupyter-bbox-widget
A Jupyter widget for annotating images with bounding boxes
Stars: ✭ 19 (-95.29%)
Mutual labels:  image-annotation, bounding-boxes
Alturos.ImageAnnotation
A collaborative tool for labeling image data for yolo
Stars: ✭ 47 (-88.34%)
Mutual labels:  image-annotation, bounding-boxes
Labelbox
Labelbox is the fastest way to annotate data to build and ship computer vision applications.
Stars: ✭ 1,588 (+294.04%)
Mutual labels:  image-annotation, bounding-boxes
Pixie
Pixie is a GUI annotation tool which provides the bounding box, polygon, free drawing and semantic segmentation object labelling
Stars: ✭ 52 (-87.1%)
Mutual labels:  image-annotation, bounding-boxes
U-2-Net-Demo
Demonstration using Google Colab to show how U-2-NET can be used for Background Removal, Changing Backgrounds, Bounding Box Creation, Salient Feature Highlighting and Salient Object Cropping.
Stars: ✭ 132 (-67.25%)
Mutual labels:  bounding-boxes
boxdetect
BoxDetect is a Python package based on OpenCV which allows you to easily detect rectangular shapes like character or checkbox boxes on scanned forms.
Stars: ✭ 46 (-88.59%)
Mutual labels:  bounding-boxes
discolight
discolight is a robust, flexible and infinitely hackable library for generating image augmentations ✨
Stars: ✭ 25 (-93.8%)
Mutual labels:  bounding-boxes
BBoxEE
Bounding Box Editor and Exporter
Stars: ✭ 15 (-96.28%)
Mutual labels:  bounding-boxes
Carnd Vehicle Detection
Vehicle detection using YOLO in Keras runs at 21FPS
Stars: ✭ 367 (-8.93%)
Mutual labels:  bounding-boxes
Vott
Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
Stars: ✭ 3,684 (+814.14%)
Mutual labels:  image-annotation
turktool
Modern React app for bounding box annotation on mturk
Stars: ✭ 46 (-88.59%)
Mutual labels:  bounding-boxes
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 (-42.93%)
Mutual labels:  image-annotation
Table-Detection-Extraction
Detect the tables in a form and extract the tables as well as the cells of the tables.
Stars: ✭ 35 (-91.32%)
Mutual labels:  bounding-boxes
copilot
Lane and obstacle detection for active assistance during driving. Uses windowed sweep for lane detection. Combination of object tracking and YOLO for obstacles. Determines lane change, relative velocity and time to collision
Stars: ✭ 95 (-76.43%)
Mutual labels:  bounding-boxes
Object Detection Metrics
Most popular metrics used to evaluate object detection algorithms.
Stars: ✭ 3,888 (+864.76%)
Mutual labels:  bounding-boxes
country-bounding-boxes
A list of ISO 3166-1 country codes and their bounding boxes.
Stars: ✭ 26 (-93.55%)
Mutual labels:  bounding-boxes
computer vision utils
Everything that I code more than twice during my PhD will end up here.
Stars: ✭ 16 (-96.03%)
Mutual labels:  bounding-boxes
Approxmvbb
Fast algorithms to compute an approximation of the minimal volume oriented bounding box of a point cloud in 3D.
Stars: ✭ 304 (-24.57%)
Mutual labels:  bounding-boxes
morphocluster
Source code for the MorphoCluster application described in Schroeder et al. 2020
Stars: ✭ 13 (-96.77%)
Mutual labels:  image-annotation
DarkMark
Marking up images for use with Darknet.
Stars: ✭ 62 (-84.62%)
Mutual labels:  image-annotation

pipeline status Documentation Status

LOST - Label Objects and Save Time

LOST Features

Demo Videos

Description

LOST (Label Object and Save Time) is a flexible web-based framework for semi-automatic image annotation. It provides multiple annotation interfaces for fast image annotation.

LOST is flexible since it allows to run user defined annotation pipelines where different annotation interfaces/ tools and algorithms can be combined in one process.

It is web-based since the whole annotation process is visualized in your browser. You can quickly setup LOST with docker on your local machine or run it on a web server to make an annotation process available to your annotators around the world. LOST allows to organize label trees, to monitor the state of an annotation process and to do annotations inside the browser.

LOST was especially designed to model semi-automatic annotation pipelines to speed up the annotation process. Such a semi-automatic can be achieved by using AI generated annotation proposals that are presented to an annotator inside the annotation tool.

Getting Started

Documentation

If you feel LOST, please find our full documentation here: https://lost.readthedocs.io.

LOST QuickSetup

LOST releases are hosted on DockerHub and shipped in Containers. For a quick setup perform the following steps (these steps have been tested for Ubuntu):

  1. Install docker on your machine or server: https://docs.docker.com/install/

  2. Install docker-compose: https://docs.docker.com/compose/install/

  3. Clone LOST:

    git clone https://github.com/l3p-cv/lost.git
    
  4. Run quick_setup script:

    cd lost/docker/quick_setup/
    # python3 quick_setup.py path/to/install/lost
    python3 quick_setup.py ~/lost
    
  5. Run LOST:

    Follow instructions of the quick_setup script, printed in the command line.

Citing LOST

@article{jaeger2019lost,
    title={{LOST}: A flexible framework for semi-automatic image annotation},
    author={Jonas J\"ager and Gereon Reus and Joachim Denzler and Viviane Wolff and Klaus Fricke-Neuderth},
    year={2019},
    Journal = {arXiv preprint arXiv:1910.07486},
    eprint={1910.07486},
    archivePrefix={arXiv},
    primaryClass={cs.CV}
}

Find our paper on arXiv

Projects using LOST

If you are using LOST and like to share your project, please contact @jaeger-j.

Creators

People

Github
Jonas Jäger @jaeger-j
Gereon Reus @gereonreus
Dennis Weiershäuser @cartok
Tobias Kwant @tkwant

Institutions

L3bm GmbH CVG University Jena Hochschule Fulda
L3bm GmbH CVG Uni Jena Hochschule Fulda
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].