COCO JSON
Folder structure
train
annotations.json
image1.jpg
image2.jpg
image(N).jpg
valid
annotations.json
image3.jpg
image4.jpg
image(N+1).jpg
test
annotations.json
image5.jpg
image(N+2).jpg
Labels file
The bbox field is composed of the following 4 numbers in order.
X value of the top left point of the bounding box.
Y value of the top left point of the bounding box.
Width of the bounding box.
Height of the bounding box.
einstein.jpg
annotations.json
Last updated