Datasets:
Commit
•
4a1a055
1
Parent(s):
ab392dc
spelling
Browse files
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
|
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
|
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 |
|