-
Notifications
You must be signed in to change notification settings - Fork 4
/
buona_vista_tn_index.yml
114 lines (100 loc) · 3.37 KB
/
buona_vista_tn_index.yml
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
num_workers: 8
data:
val-kv1k:
type: ViewDecompositionDataset
args:
phase: test
anno_file: ./examplar_data_labels/KoNViD/labels.txt
data_prefix: ../datasets/KoNViD/
sample_types:
original_tn:
size_h: 480
size_w: 270
clip_len: 64 # 24
frame_interval: 1
t_frag: 8
num_clips: 1
val-livevqc:
type: ViewDecompositionDataset
args:
phase: test
anno_file: ./examplar_data_labels/LIVE_VQC/labels.txt
data_prefix: ../datasets/LIVE_VQC/
sample_types:
original_tn:
size_h: 480
size_w: 270
clip_len: 64 # 24
frame_interval: 1
t_frag: 8
num_clips: 1
val-ltrain:
type: ViewDecompositionDataset
args:
phase: test
anno_file: ./examplar_data_labels/train_labels.txt
data_prefix: ../datasets/LSVQ/
sample_types:
original_tn:
size_h: 480
size_w: 270
clip_len: 64 # 30
frame_interval: 1
t_frag: 8
num_clips: 1
val-ltest:
type: ViewDecompositionDataset
args:
phase: test
anno_file: ./examplar_data_labels/LSVQ/labels_test.txt
data_prefix: ../datasets/LSVQ/
sample_types:
original_tn:
size_h: 480
size_w: 270
clip_len: 64 # 30
frame_interval: 1
t_frag: 8
num_clips: 1
val-l1080p:
type: ViewDecompositionDataset
args:
phase: test
anno_file: ./examplar_data_labels/LSVQ/labels_1080p.txt
data_prefix: ../datasets/LSVQ/
sample_types:
original_tn:
size_h: 480
size_w: 270
clip_len: 64 # 8
frame_interval: 1
t_frag: 8
num_clips: 1
val-cvd2014:
type: ViewDecompositionDataset
args:
phase: test
anno_file: ./examplar_data_labels/CVD2014/labels.txt
data_prefix: ../datasets/CVD2014/
sample_types:
original_tn:
size_h: 480
size_w: 270
clip_len: 64 # 24
frame_interval: 1
t_frag: 8
num_clips: 1
val-ytugc:
type: ViewDecompositionDataset
args:
phase: test
anno_file: ./examplar_data_labels/YouTubeUGC/labels.txt
data_prefix: ../datasets/YouTubeUGC/
sample_types:
original_tn:
size_h: 480
size_w: 270
clip_len: 64 # 24
frame_interval: 1
t_frag: 8
num_clips: 1