Datasets:

Modalities:
Image
Text
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
davanstrien HF staff commited on
Commit
4a1a055
1 Parent(s): ab392dc
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -214,12 +214,12 @@ The fields for the COCO config:
214
  - `width`: width of the image
215
  - `image`: image
216
  - `image_id`: id for the image
217
- - `objects`: annotations in COCO format, consisting of a list containing dictionaries with the follwoing keys:
218
  - `bbox`: bounding boxes for the images
219
  - `category_id`: label for the image
220
  - `image_id`: id for the image
221
  - `iscrowd`: COCO is crowd flag
222
- - `segmentation`: COCO segmentation annotations (empty in this case but kept for compatibiality with other processing scripts
223
 
224
 
225
 
 
214
  - `width`: width of the image
215
  - `image`: image
216
  - `image_id`: id for the image
217
+ - `objects`: annotations in COCO format, consisting of a list containing dictionaries with the following keys:
218
  - `bbox`: bounding boxes for the images
219
  - `category_id`: label for the image
220
  - `image_id`: id for the image
221
  - `iscrowd`: COCO is crowd flag
222
+ - `segmentation`: COCO segmentation annotations (empty in this case but kept for compatibility with other processing scripts
223
 
224
 
225