-
Notifications
You must be signed in to change notification settings - Fork 176
/
siamfcpp_alexnet.yaml
38 lines (38 loc) · 1.01 KB
/
siamfcpp_alexnet.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"
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-vot-md5_88e4e9ee476545b952b04ae80c480f08.pkl"
pipeline:
name: "SiamFCppTracker"
SiamFCppTracker:
test_lr: 0.58
window_influence: 0.21
penalty_k: 0.08
x_size: *X_SIZE_TEST
num_conv3x3: *NUM_CONV3x3
tester:
names: ["VOTTester",]
VOTTester:
exp_name: *TEST_NAME
exp_save: *TEST_SAVE
device_num: 1
dataset_names: ["VOT2018"]