Datasets:

ArXiv:
License:
davanstrien HF staff commited on
Commit
4c5feb7
1 Parent(s): 1232242

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md CHANGED
@@ -300,6 +300,54 @@ size_categories:
300
 
301
  [More Information Needed]
302
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
303
  ### Data Fields
304
 
305
  [More Information Needed]
 
300
 
301
  [More Information Needed]
302
 
303
+ COCO
304
+
305
+ ```python
306
+ {'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=1019x1680>,
307
+ 'source': 'Europeana Collection',
308
+ 'width': 1019,
309
+ 'height': 1680,
310
+ 'dept': 3,
311
+ 'segmented': None,
312
+ 'image_id': '0',
313
+ 'annotations': [{'category_id': 40,
314
+ 'image_id': '0',
315
+ 'area': 131460,
316
+ 'bbox': [259.0, 166.0, 420.0, 313.0],
317
+ 'segmentation': [],
318
+ 'iscrowd': False},
319
+ {'category_id': 19,
320
+ 'image_id': '0',
321
+ 'area': 624338,
322
+ 'bbox': [115.0, 354.0, 767.0, 814.0],
323
+ 'segmentation': [],
324
+ 'iscrowd': False},
325
+ {'category_id': 15,
326
+ 'image_id': '0',
327
+ 'area': 17688,
328
+ 'bbox': [445.0, 1170.0, 134.0, 132.0],
329
+ 'segmentation': [],
330
+ 'iscrowd': False},
331
+ {'category_id': 51,
332
+ 'image_id': '0',
333
+ 'area': 12194,
334
+ 'bbox': [354.0, 1196.0, 91.0, 134.0],
335
+ 'segmentation': [],
336
+ 'iscrowd': False},
337
+ {'category_id': 51,
338
+ 'image_id': '0',
339
+ 'area': 14883,
340
+ 'bbox': [580.0, 1203.0, 121.0, 123.0],
341
+ 'segmentation': [],
342
+ 'iscrowd': False},
343
+ {'category_id': 57,
344
+ 'image_id': '0',
345
+ 'area': 359870,
346
+ 'bbox': [203.0, 642.0, 679.0, 530.0],
347
+ 'segmentation': [],
348
+ 'iscrowd': False}]}
349
+ ```
350
+
351
  ### Data Fields
352
 
353
  [More Information Needed]