JohnPekl / siamrpnpp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:Python 100.0%