IAT - Image Annotation Tool, is a desktop software written in python and OpenCV to help building your own image annotated dataset! Currently, the software is configured for two different classes, but it is easily extendable.
- Put images on the '/img' folder, besides the main.py script
- With the mouse pointer, annotate your picture and then press:
1
or2
to mark as class 1 or 2. - To navigate thru the images press
q
orw
1
to mark as class 12
to mark as class 2ESC
remove the selected windowq
go backwards on the image setw
go forward on the image setx
exit programo
force save current windowr
redraw windows.
This text you see here is actually written in Markdown! To get a feel for Markdown's syntax, type some text into the left window and watch the results in the right.
IAT requires OpenCV to run.
$ python main.py