forked from megvii-research/video_analyst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
siamfcpp_alexnet-got-online.yaml
38 lines (38 loc) · 1.04 KB
/
siamfcpp_alexnet-got-online.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
test:
track:
exp_name: &TEST_NAME "siamfcpp_alexnet_online"
exp_save: &TEST_SAVE "logs"
model:
backbone:
name: "AlexNet"
AlexNet:
pretrain_model_path: ""
losses:
names: []
task_head:
name: "DenseboxHead"
DenseboxHead:
total_stride: 8
score_size: &SCORE_SIZE_TEST 17
x_size: &X_SIZE_TEST 303
num_conv3x3: &NUM_CONV3x3 3
head_conv_bn: [False, False, True]
task_model:
name: "SiamTrack"
SiamTrack:
pretrain_model_path: "models/siamfcpp/siamfcpp-alexnet-got-md5_5e01cf6271ad42e935032b61b05854d3.pkl"
pipeline:
name: "SiamFCppOnlineTracker"
SiamFCppOnlineTracker:
test_lr: 0.52
window_influence: 0.21
penalty_k: 0.04
x_size: *X_SIZE_TEST
num_conv3x3: *NUM_CONV3x3
tester:
names: ["GOT10kTester",]
GOT10kTester:
exp_name: *TEST_NAME
exp_save: *TEST_SAVE
device_num: 4
subsets: ["val"] # (val|test)