-
Notifications
You must be signed in to change notification settings - Fork 173
/
Copy pathsiamfcpp_alexnet_online.yaml
39 lines (39 loc) · 1.06 KB
/
siamfcpp_alexnet_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
39
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-vot-md5_88e4e9ee476545b952b04ae80c480f08.pkl"
pipeline:
name: "SiamFCppOnlineTracker"
SiamFCppOnlineTracker:
test_lr: 0.5074
window_influence: 0.237
penalty_k: 0.0588
x_size: *X_SIZE_TEST
num_conv3x3: *NUM_CONV3x3
online_score_weight: 0.6
tester:
names: ["VOTTester",]
VOTTester:
exp_name: *TEST_NAME
exp_save: *TEST_SAVE
device_num: 4
dataset_names: ["VOT2018"]