-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsections_created_test_file.otconfig
More file actions
87 lines (87 loc) · 1.97 KB
/
Copy pathsections_created_test_file.otconfig
File metadata and controls
87 lines (87 loc) · 1.97 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
{
"project": {
"name": "Preconfigured Test Project",
"start_date": 1577836800.0,
"metadata": null
},
"videos": [
{
"path": "..\/data\/OTCamera19_FR20_2023-05-24_08-00-00.mp4"
}
],
"analysis": {
"do_events": true,
"do_counting": true,
"tracks": [
"..\/data\/OTCamera19_FR20_2023-05-24_08-00-00.ottrk"
],
"export": {
"save_name": "",
"save_suffix": "",
"event_formats": [
"csv"
],
"count_intervals": [
15
]
},
"num_processes": 1,
"logfile": "logs"
},
"sections": [
{
"id": "1",
"name": "North-Section",
"type": "line",
"relative_offset_coordinates": {
"section-enter": {
"x": 0.5,
"y": 0.5
}
},
"coordinates": [
{
"x": 22,
"y": 22
},
{
"x": 154,
"y": 66
}
],
"plugin_data": {}
},
{
"id": "2",
"name": "South-Section",
"type": "line",
"relative_offset_coordinates": {
"section-enter": {
"x": 0.5,
"y": 0.5
}
},
"coordinates": [
{
"x": 242,
"y": 88
},
{
"x": 374,
"y": 154
}
],
"plugin_data": {}
}
],
"flows": [
{
"id": "1",
"name": "Test-Flow",
"start": "2",
"end": "1",
"distance": 42.0
}
],
"remark": ""
}