epswartz / simple_image_labeler

A very simple web app for annotating images with bounding boxes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple_image_labeler

A very simple web app to annotate images with rectangular, unrotated bounding boxes for single-class object detection.

Careful with refresh I'm still figuring out some form resub bs

Installation

  1. Clone this repo
  2. Install flask, tqdm and pandas
  3. python3 main.py --dir <your image directory (subdirs are ok)> [--csv <csv file to store boxes>]
  4. Go to http://localhost:5000
  5. Click the corners of the bounding box, then click next image
  6. When you're done, or if you feel like stopping, stop the server and look in bboxes.csv (or other specified by --csv)

About

A very simple web app for annotating images with bounding boxes.


Languages

Language:Python 51.7%Language:HTML 39.1%Language:CSS 4.2%Language:Dockerfile 4.2%Language:Makefile 0.8%