Spaces:
Sleeping
Sleeping
**KIE** | |
```json | |
// Close Set | |
{ | |
"file_name": "image_files/Image_16/11/d5de7f2a20751e50b84c747c17a24cd98bed3554.jpeg", | |
"height": 1200, | |
"width": 1600, | |
"annotations": | |
[ | |
{ | |
"box": [550.0, 190.0, 937.0, 190.0, 937.0, 104.0, 550.0, 104.0], | |
"text": "SAFEWAY", | |
"label": 1 | |
}, | |
{ | |
"box": [1048.0, 211.0, 1074.0, 211.0, 1074.0, 196.0, 1048.0, 196.0], | |
"text": "TM", | |
"label": 25 | |
} | |
], //... | |
} | |
// Open Set | |
{ | |
"file_name": "image_files/Image_12/10/845be0dd6f5b04866a2042abd28d558032ef2576.jpeg", | |
"height": 348, | |
"width": 348, | |
"annotations": | |
[ | |
{ | |
"box": [114.0, 19.0, 230.0, 19.0, 230.0, 1.0, 114.0, 1.0], | |
"text": "CHOEUN", | |
"label": 2, | |
"edge": 1 | |
}, | |
{ | |
"box": [97.0, 35.0, 236.0, 35.0, 236.0, 19.0, 97.0, 19.0], | |
"text": "KOREANRESTAURANT", | |
"label": 2, | |
"edge": 1 | |
} | |
] | |
} | |
``` | |