-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdetections9.json
60 lines (60 loc) · 1.6 KB
/
detections9.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
59
60
{
"output":[
{
"name":"gun_phone.webp",
"path":"/home/pedro/e04-mp/teste_imgs/gun_phone.webp",
"object_1":{
"id":1,
"class":"smartphone",
"confidence":0.499755859375,
"box":[
17.0,
75.0,
248.0,
372.0
]
},
"object_2":{
"id":2,
"class":"pistol",
"confidence":0.8369140625,
"box":[
275.0,
18.0,
581.0,
327.0
]
}
},
{
"name":"knife_487.jpg",
"path":"/home/pedro/e04-mp/teste_imgs/knife_487.jpg",
"object_1":{
"id":1,
"class":"knife",
"confidence":0.55712890625,
"box":[
256.0,
111.0,
508.0,
405.0
]
}
},
{
"name":"Best-Knive-Magnet-Hero-no-logo-08022018.jpg",
"path":"/home/pedro/e04-mp/yolov5/outputs/dowloaded_files/Best-Knive-Magnet-Hero-no-logo-08022018.jpg",
"object_1":{
"id":1,
"class":"knife",
"confidence":0.39111328125,
"box":[
1806.0,
328.0,
1972.0,
1290.0
]
}
}
]
}