-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample.json
More file actions
51 lines (51 loc) · 1.51 KB
/
sample.json
File metadata and controls
51 lines (51 loc) · 1.51 KB
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
{
"error": "false",
"response": {
"solutions": {
"re_features_v3": {
"detections": []
},
"re_roomtype_global_v2": {
"predictions": [
{
"label": "bathroom",
"confidence": 0.8970289826393127
},
{
"label": "reception",
"confidence": 0.007158671505749226
},
{
"label": "balcony",
"confidence": 0.005832852330058813
},
{
"label": "utility_room",
"confidence": 0.003691081190481782
},
{
"label": "lobby",
"confidence": 0.002996938768774271
}
],
"top_prediction": {
"label": "bathroom",
"confidence": 0.8970289826393127
}
},
"re_condition": {
"score": 4.4
},
"re_appliances_v2": {
"detections": [
{
"label": "radiator"
}
]
}
}
},
"time": "2022-05-01T01:47:23.721327",
"correlation_id": "3c13b71a-510c-45ca-8f7e-97bcf6a5a069",
"version": "2"
}