[aedd99]: / h5py_init_main.py

Download this file

34 lines (22 with data), 1.2 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
from h5py_init import *
if __name__ == "__main__":
init_data_by_class(vid_class = 'NonFall', dset = 'UR-Filled',\
raw = False, img_width = 64, img_height = 64)
# init_data_by_class(vid_class = 'NonFall', dset = 'UR',\
# raw = False, img_width = 64, img_height = 64)
# init_data_by_class(vid_class = 'NonFall', dset = 'Thermal',\
# raw = False, img_width = 64, img_height = 64)
# init_data_by_class(vid_class = 'NonFall', dset = 'SDU-Filled',\
# raw = False, img_width = 64, img_height = 64)
# init_data_by_class(vid_class = 'NonFall', dset = 'SDU',\
# raw = False, img_width = 64, img_height = 64)
# init_videos(img_width = 64, img_height = 64, \
# raw = False, dset = 'UR-Filled')
# init_videos(img_width = 64, img_height = 64, \
# raw = False, dset = 'Thermal')
# init_videos(img_width = 64, img_height = 64, \
# raw = False, dset = 'UR')
# init_videos(img_width = 64, img_height = 64, \
# raw = False, dset = 'SDU')
# init_videos(img_width = 64, img_height = 64, \
# raw = False, dset = 'SDU-Filled')