FastAnnotation

Table of contents

General info

This is a simple framework to make object detection dataset very quickly !

Let’s see an example:

And this is how the result look:

Requirements

Use Run.bat to execute the program.

Libraries:

  • Numpy
  • Pandas
  • Pillow

Setup

I- Put all the files to be annoted in ‘/DataRaw‘ directory

II- Launch Run.bat

III-

  • Write in Object Class the name of the class to be asigned to the bounding box.
  • Push the button ‘Draw BB‘ in order to draw a new bounding box, do it for every bounding box.
  • When you are done push the button ‘Validate‘ in order to save all the changes in ‘annotations.csv’
  • You can navigate freely between all your files and see the bounding boxes already placed.

GitHub

View Github