/OD-Bench

[WIP] Object detecion tool for dataset setup, annotation and augmentation (Flask, OpenCV)

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

OD Bench

Tool for data augmentation, annotation and label conversion

Features

  • Augmentation (color, rotation, contrast, hue, saturation, etc)
  • Auto rescale and rotate existing bounding box
  • GUI Annotation tool
  • Export XML Voc to Yolo format

It can parse annotations in VOC XML format only. (atm)

Setup

  • create a new venv
  • pip install -r requirements.txt
  • python app.py

Demo