-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresults.json
More file actions
101 lines (101 loc) · 2.07 KB
/
Copy pathresults.json
File metadata and controls
101 lines (101 loc) · 2.07 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
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
{
"backend": "yoloe",
"model": "yoloe-11s-seg.pt",
"alert_threshold": 70,
"num_scored": 5,
"num_skipped": 0,
"metrics": {
"tp": 4,
"fp": 0,
"tn": 1,
"fn": 0,
"precision": 1.0,
"recall": 1.0,
"f1": 1.0,
"fpr": 0.0
},
"per_clip": [
{
"id": "shoplifting_1",
"file": "clips/1.mp4",
"gt_label": "shoplifting",
"score": 125,
"predicted": "alert",
"events": [
"HighValueZoneEntry",
"Dwell",
"RepeatedHandling",
"Concealment",
"GroupDistraction",
"HighValueActivity",
"LowStaffRemoval",
"BagOpen"
],
"elapsed_s": 111.61
},
{
"id": "shoplifting_2",
"file": "clips/2.mp4",
"gt_label": "shoplifting",
"score": 102,
"predicted": "alert",
"events": [
"HighValueZoneEntry",
"Dwell",
"RepeatedHandling",
"Concealment",
"GroupDistraction",
"HighValueActivity",
"BagOpen"
],
"elapsed_s": 202.02
},
{
"id": "normal_3",
"file": "clips/3.mp4",
"gt_label": "normal",
"score": 35,
"predicted": "no_alert",
"events": [
"HighValueZoneEntry",
"Dwell",
"RepeatedHandling",
"GroupDistraction"
],
"elapsed_s": 184.12
},
{
"id": "shoplifting_4",
"file": "clips/4.mp4",
"gt_label": "shoplifting",
"score": 70,
"predicted": "alert",
"events": [
"HighValueZoneEntry",
"Dwell",
"RepeatedHandling",
"Concealment",
"HighValueActivity"
],
"elapsed_s": 105.18
},
{
"id": "shoplifting_testvideo",
"file": "clips/testvideo.mp4",
"gt_label": "shoplifting",
"score": 120,
"predicted": "alert",
"events": [
"HighValueZoneEntry",
"Dwell",
"RepeatedHandling",
"Concealment",
"GroupDistraction",
"HighValueActivity",
"LowStaffRemoval",
"BagOpen"
],
"elapsed_s": 164.94
}
]
}