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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
| {
| "annotations": [
| {
| "id": "1001",
| "lead_time": 15.053,
| "result": [
| {
| "value": {
| "number": 2
| },
| "id": "W7wMwaYoa9",
| "from_name": "num",
| "to_name": "text",
| "type": "number",
| "origin": "manual"
| },
| {
| "value": {
| "datetime": "1991-05-22T09:17"
| },
| "id": "xMvgTyP6e4",
| "from_name": "dt",
| "to_name": "text",
| "type": "datetime",
| "origin": "manual"
| },
| {
| "value": {
| "text": [
| "Hello",
| "World"
| ]
| },
| "id": "0yMHFegGSK",
| "from_name": "txt",
| "to_name": "text",
| "type": "textarea",
| "origin": "manual"
| },
| {
| "value": {
| "choices": [
| "Choice 1"
| ]
| },
| "id": "dZyZ7Dx3uS",
| "from_name": "choices",
| "to_name": "text",
| "type": "choices",
| "origin": "manual"
| },
| {
| "value": {
| "taxonomy": [
| [
| "Choice 2",
| "Choice 2.1"
| ]
| ]
| },
| "id": "4IHbGrfa-P",
| "from_name": "taxonomy",
| "to_name": "text",
| "type": "taxonomy",
| "origin": "manual"
| }
| ]
| }
| ],
| "data": {
| "image": "https://htx-pub.s3.us-east-1.amazonaws.com/examples/images/nick-owuor-astro-nic-visuals-wDifg5xc9Z4-unsplash.jpg"
| },
| "id": 1,
| "predictions": [
| {
| "created_ago": "3 hours",
| "model_version": "model 1",
| "result": [
| {
| "from_name": "tag",
| "id": "t5sp3TyXPo",
| "source": "$image",
| "to_name": "img",
| "type": "rectanglelabels",
| "value": {
| "height": 11.612284069097889,
| "rectanglelabels": [
| "Moonwalker"
| ],
| "rotation": 0,
| "width": 39.6,
| "x": 13.2,
| "y": 34.702495201535505
| }
| }
| ]
| },
| {
| "created_ago": "4 hours",
| "model_version": "model 2",
| "result": [
| {
| "from_name": "tag",
| "id": "t5sp3TyXPo",
| "source": "$image",
| "to_name": "img",
| "type": "rectanglelabels",
| "value": {
| "height": 33.61228406909789,
| "rectanglelabels": [
| "Moonwalker"
| ],
| "rotation": 0,
| "width": 39.6,
| "x": 13.2,
| "y": 54.702495201535505
| }
| }
| ]
| }
| ]
| }
|
|