Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SSUHan/RapidLabeling

RapidCheck Image Labeling Tool for Image Detection Dataset
https://github.com/SSUHan/RapidLabeling

Last synced: about 2 months ago
JSON representation

RapidCheck Image Labeling Tool for Image Detection Dataset

Awesome Lists containing this project

README

        

# Rapid Labeling System

This project is web based labeling system. User can upload video file to be labeled and get VOC format dataset.

#### Install

```
pip install -r requirements.txt
```

#### Run

```
python runserver.py
```

#### Dependencies

* Flask
* annotorious
* jQuery