NimaBoscarino commited on
Commit
a7f2d15
1 Parent(s): 7ede1b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -416,12 +416,11 @@ All of the datasets share a common category taxonomy, which is defined on the [L
416
 
417
  Different datasets may have slightly varying fields, which include:
418
 
419
- `id`: image ID \
420
  `file_name`: the file name \
421
  `width` and `height`: the dimensions of the image \
422
  `study`: which research study the image was collected as part of \
423
  `location` : the name of the location at which the image was taken \
424
- `annotations`: information about image annotation, which includes `category_id` (the reference to the [LILA taxonomy](https://lila.science/taxonomy-mapping-for-camera-trap-data-sets/), the bounding box/boxes (`bbox`/`bboxes`) if any, as well as any other annotation information. \
425
  `image` : the `path` to download the image and any other information that is available, e.g. its size in `bytes`.
426
 
427
 
 
416
 
417
  Different datasets may have slightly varying fields, which include:
418
 
 
419
  `file_name`: the file name \
420
  `width` and `height`: the dimensions of the image \
421
  `study`: which research study the image was collected as part of \
422
  `location` : the name of the location at which the image was taken \
423
+ `annotations`: information about image annotation, which includes the taxonomy information, bounding box/boxes (`bbox`/`bboxes`) if any, as well as any other annotation information. \
424
  `image` : the `path` to download the image and any other information that is available, e.g. its size in `bytes`.
425
 
426