Advertisement
Guest User

Untitled

a guest
Apr 6th, 2018
884
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.70 KB | None | 0 0
  1. {
  2.   "images": [
  3.     {
  4.       "file_name": "ILSVRC2012_val_00000001.JPEG",
  5.       "height": 375,
  6.       "width": 500,
  7.       "id": 1
  8.     }
  9.   ],
  10.   "type": "instances",
  11.   "annotations": [
  12.     {
  13.       "segmentation": [
  14.         [
  15.           110,
  16.           107,
  17.           110,
  18.           193,
  19.           441,
  20.           193,
  21.           441,
  22.           107
  23.         ]
  24.       ],
  25.       "area": 28466,
  26.       "iscrowd": 0,
  27.       "image_id": 1,
  28.       "bbox": [
  29.         110,
  30.         107,
  31.         331,
  32.         86
  33.       ],
  34.       "category_id": 32,
  35.       "id": 1,
  36.       "ignore": 0
  37.     }
  38.   ],
  39.   "categories": [
  40.     {
  41.       "supercategory": "none",
  42.       "id": 32,
  43.       "name": "accordion"
  44.     }
  45.   ]
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement