JohnPekl/siamrpnpp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Please do the following to run the source code
0) Make sure the following packages are installed in Python 3.6
pickle
numpy 1.16.2
random
matplotlib 3.0.3
skimage
opencv 4.1.2.30
tensorflow v1.15
tensorflow-gpu v1.15
# Change location of vot 2018 dataset
'D://temp//dataset//_unpack//vot2013'
1) Run 'python train.py' to perform training
[Pytorch version](https://github.com/PengBoXiangShang/SiamRPN_plus_plus_PyTorch)
[Re-use some parts of SiameseRPN Tensorflow](https://github.com/makalo/Siamese-RPN-tensorflow)