forked from Alvin-Zeng/PGCN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
current_configs.yaml
47 lines (37 loc) · 1.23 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
dataset_configs:
train_dict_path: /home/alvin/Projects/ICCV_camera_ready/data/thumos14_train_prop_dict.pkl
val_dict_path: /home/alvin/Projects/ICCV_camera_ready/data/thumos14_val_prop_dict.pkl
test_dict_path: /home/alvin/Projects/ICCV_camera_ready/data/thumos14_test_prop_dict.pkl
train_ft_path: /home/datasets/THUMOS14/I3D_video_level/Flow_Val_All
test_ft_path: /home/datasets/THUMOS14/I3D_video_level/Flow_Test_All
train_prop_file: /home/alvin/Projects/ICCV_camera_ready/data/bsn_train_proposal_list.txt
test_prop_file: /home/alvin/Projects/ICCV_camera_ready/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
evaluation:
top_k: 2000
nms_threshold: 0.2