Skip to content

A Tensorflow unofficial implementation of "SiamRPN++" (CVPR2019)

Notifications You must be signed in to change notification settings

JohnPekl/siamrpnpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

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)

About

A Tensorflow unofficial implementation of "SiamRPN++" (CVPR2019)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages