-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcommon_path.py
22 lines (21 loc) · 911 Bytes
/
common_path.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import os
'''Things that we can change'''
###################################################
# siam_model_ = 'siamrpn_r50_l234_dwxcorr'
siam_model_ = 'siamrpn_r50_l234_dwxcorr_otb'
###################################################
dataset_name_ = 'OTB100'
# dataset_name_ = 'VOT2018'
# dataset_name_ = 'LaSOT'
##################################################
# video_name_ = 'CarScale' # worser(inaccurate scale estimation)
# video_name_ = 'Bolt' # fail earlier(distractor)
# video_name_ = 'Doll' # unstable
# video_name_ = 'ants1'
# video_name_ = 'airplane-1'
video_name_ = ''
#########################################################################################
'''change to yours'''
project_path_ = '/home/masterbin-iiau/Desktop/CSA'
dataset_root_ = '/home/masterbin-iiau/Desktop/tracking_datasets'# make links for used datasets
train_set_path_ = '/media/masterbin-iiau/WIN_SSD/GOT10K_reproduce' #