This is a tool to annotate images with boxes and category labels. The utility of this tool is that you don't need to run a server, you can create the annotations on your local machine. Once you have finished annotating the images, you can download the annotations and use them to train or evaluate a machine learning system.
index.html
file.
index.html
file, call it annotation_task.
index.html
is this file, the one you are currently reading.
index.html
.
categories.json
[{
"id" : 1,
"name" : "Bird",
"supercategory" : "Animal"
},
{
"id" : 2,
"name" : "Man",
"supercategory" : "Person"
},
{
"id" : 3,
"name" : "Bicycle",
"supercategory" : "Machine"
},...]
images.json
, containing a list of images to annotate, having the following format:
[{
"id" : "2044008b9b424bf98d1635251a0802c8",
"url" : "https://s3.amazonaws.com/vibe-content/photos/2044008b9b424bf98d1635251a0802c8.jpg"
},...]
images.json
. It must be one or the other.
annotations.json
.
index.html
.annotations.json
file.
annotations.json
file from your downloads folder to the annotation_task folder in order to review or edit your annotations at a later time.