-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathground_truth.json
More file actions
54 lines (54 loc) · 1022 Bytes
/
Copy pathground_truth.json
File metadata and controls
54 lines (54 loc) · 1022 Bytes
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
{
"schema_version": "1.0",
"description": "Ground-truth labels for ONEVO Phase 1A camera evaluation. Custom local test videos. label: 'shoplifting' (positive) or 'normal' (negative).",
"alert_threshold": 70,
"default_zone": {
"name": "Whole Frame (High Value)",
"zoneType": "HighValue",
"polygon": [
[
0.0,
0.0
],
[
1.0,
0.0
],
[
1.0,
1.0
],
[
0.0,
1.0
]
]
},
"clips": [
{
"id": "shoplifting_1",
"file": "clips/1.mp4",
"label": "shoplifting"
},
{
"id": "shoplifting_2",
"file": "clips/2.mp4",
"label": "shoplifting"
},
{
"id": "normal_3",
"file": "clips/3.mp4",
"label": "normal"
},
{
"id": "shoplifting_4",
"file": "clips/4.mp4",
"label": "shoplifting"
},
{
"id": "shoplifting_testvideo",
"file": "clips/testvideo.mp4",
"label": "shoplifting"
}
]
}