-
Notifications
You must be signed in to change notification settings - Fork 190
/
gt_detection.json
58 lines (58 loc) · 1.03 KB
/
gt_detection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"data_root": "",
"data_list": [
{
"img_name": "relative/path/xxx.jpg",
"annotations": [
{
"polygon": [
[
x1,
y1
],
[
x2,
y2
],
[
x3,
y3
],
[
x4,
y4
]
],
"text": "label",
"illegibility":false,
"language":"Latin",
"chars": [
{
"polygon": [
[
x1,
y1
],
[
x2,
y2
],
[
x3,
y3
],
[
x4,
y4
]
],
"char": "c",
"illegibility": false,
"language":"Latin"
}
]
}
]
}
]
}