-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcurrent_configs.yaml
52 lines (40 loc) · 1.11 KB
/
current_configs.yaml
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
dataset_configs:
train_ft_path: /data2/zzx/t14/Rgb_Train_All
test_ft_path: /data2/zzx/t14/Rgb_Test_All
train_ft_path_flow: /data2/zzx/t14/Flow_Train_All
test_ft_path_flow: /data2/zzx/t14/Flow_Test_All
train_dict_path: data/thumos14_train_prop_dict.pkl
val_dict_path: data/thumos14_val_prop_dict.pkl
test_dict_path: data/thumos14_test_prop_dict.pkl
train_prop_file: data/bsn_train_proposal_list.txt
test_prop_file: data/bsn_test_proposal_list.txt
training_epoch_multiplier: 20
testing_epoch_multiplier: 1
fg_iou_thresh: 0.7
bg_iou_thresh: 0.01
incomplete_iou_thresh: 0.3
bg_coverage_thresh: 0.02
incomplete_overlap_thresh: 0.01
prop_per_video: 8
fg_ratio: 1
bg_ratio: 1
incomplete_ratio: 6
iou_threshold: 0.7
dis_threshold: 0
starting_ratio: 0.5
ending_ratio: 0.5
graph_configs:
adj_num: 21
child_num: 4
iou_num: 8
dis_num: 2
model_configs:
num_class: 20
act_feat_dim: 1024
comp_feat_dim: 3072
dropout: 0.8
gcn_dropout: 0.7
num_segments: 5
evaluation:
top_k: 2000
nms_threshold: 0.2