We assume the root path is $TracKit, e.g. /home/zpzhang/TracKit
Please follow readme of Ocean to install the environment.
- Download the pretrained PyTorch model to
$TracKit/snapshot
. - Download json files of testing data and put thme in
$TracKit/dataset
. - Download testing data e.g. VOT2017 and put them in
$TracKit/dataset
.
In root path $TracKit
,
python tracking/test_siamdw.py --arch SiamDW --resume snapshot/siamdw_res22w.pth --dataset VOT2017
In root path $TracKit
,
-
Download pretrain model from here and put it in
pretrain
(named withpretrain.model
). -
modify
experiments/train/SiamDW.yaml
according to your needs. (pls use GOT10K with 20w pairs each epoch in my opinion)
python tracking/train_siamdw.py
Then, pls follow the epoch testing
and tuning
as in Ocean.