-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvideo_data.py
134 lines (122 loc) · 3.05 KB
/
video_data.py
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# note/status: done
video_filepath = "/graphics/scratch/schuelej/sar/data/GRK008.MP4"
trim_times = [
[0, 9.6],
[15, 16.2],
# [26.1, 26.8],
# [28.1, 29.2],
# [29.8, 29.8],
[32.4, 38.4],
[39.4, 44],
]
is_synthetic = False
# note/status: done
video_filepath = "/graphics/scratch/schuelej/sar/data/GRK011.MP4"
trim_times = [[0, 39], [68, 77], [2 * 60 + 17, 2 * 60 + 21]] # [60 + 57, 60 + 59],
is_synthetic = False
# note/status: done; these settings are for all synthetic recordings
video_filepath = "/graphics/scratch/schuelej/sar/data/synthetic-bladder6.mp4"
trim_times = None
is_synthetic = True
# note/status: done
video_filepath = "/graphics/scratch/schuelej/sar/data/GRK022.MP4"
trim_times = [
# [4, 10],
[11, 12],
[20, 21],
[22, 24],
[24.7, 25],
[26, 27],
[32, 34],
[39, 40],
# [60 + 15, 60 + 19],
[60 + 33, 60 + 34],
[60 + 43, 60 + 47],
]
is_synthetic = False
# note/status: video very jumpy, done but not much data
video_filepath = "/graphics/scratch/schuelej/sar/data/GRK020.mpg"
trim_times = [
# [0, 1],
# [3, 5],
# [6.7, 10],
# [10.5, 13],
[16.6, 21],
# [29, 35],
# [39, 39.2],
# [42.5, 43.7],
]
is_synthetic = False
# note/status: done, but not much data
video_filepath = "/graphics/scratch/schuelej/sar/data/GRK016.mpg"
trim_times = [[19, 25]] # [0, 10],
is_synthetic = False
# # note/status: discard, too dense
# video_filepath = "/graphics/scratch/schuelej/sar/data/GRK012-vlc.mp4"
# trim_times = [
# [5.16, 18],
# [35, 36],
# [60 + 27, 60 + 33],
# ]
# is_synthetic = False
# note/status: done
video_filepath = "/graphics/scratch/schuelej/sar/data/GRK021.mpg"
trim_times = [
[12, 19],
[21, 24],
[26, 32],
[38, 47],
[50, 52],
[60 + 6, 60 + 9],
[60 + 40, 60 + 43],
[60 + 46, 60 + 52],
]
is_synthetic = False
# note/status: done
video_filepath = "/graphics/scratch/schuelej/sar/data/GRK015.mpg"
trim_times = [
[1, 4],
[10, 12],
[60 + 28, 60 + 30],
# [60 + 41, 60 + 42],
]
is_synthetic = False
# note/status: done
video_filepath = "/graphics/scratch/schuelej/sar/data/GRK014.mpg"
trim_times = [
[2 * 60 + 8, 2 * 60 + 9.44005],
[2 * 60 + 11, 2 * 60 + 16],
# [5 * 60 + 29, 5 * 60 + 36],
# [6 * 60 + 20, 6 * 60 + 25],
[6 * 60 + 32, 6 * 60 + 33.5],
[6 * 60 + 42, 6 * 60 + 46],
[9 * 60 + 7, 9 * 60 + 8],
[9 * 60 + 11, 9 * 60 + 13],
]
is_synthetic = False
# note/status: done
video_filepath = "/graphics/scratch/schuelej/sar/data/GRK007.mpg"
trim_times = [
[0, 2],
[60 + 3, 60 + 10],
[60 + 23, 60 + 46],
[2 * 60 + 54, 2 * 60 + 57],
[3 * 60 + 36, 3 * 60 + 39],
[4 * 60 + 16.5, 4 * 60 + 20],
]
is_synthetic = False
frequency = 25 # Hz
# note/status: testing workflow for image folder
video_filepath = "C:/johann/07_HiWi/Git/SB_20220124_006"
use_images = True
fft_filter = True
# note/status: done
video_filepath = "/graphics/scratch/schuelej/sar/data/optitrack-220414.mp4"
trim_times = [
[0, 26],
[38, 42],
[46, 48],
]
fft_filter = False
is_synthetic = True
frequency = 10 # Hz