Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 287 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 287 Bytes

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