8000 GitHub - xurui/SiamRPNTracker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xurui/SiamRPNTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LICENSE MIT Licence

siamrpn_tracker

A Libtorch implementation of the SiamRPN tracker algorithm described in paper High Performance Visual Tracking with Siamese Region Proposal Network. This project is inspired by the pytorch version, I rewritten it with C++.

image

Requirements

  1. LibTorch v1.0.0
  2. CUDA
  3. OpenCV

To Compile

If you want to compile and run the project, you can create a build folder first, and set CMAKE_PREFIX_PATH as /Path/to/pytorch/torch/share/cmake, then run the command:

mkdir build;
cd build;
cmake ..;
make;

Quick Start

  1. Download traced model files detect.pt and template.pt from Baidu Yun or Google Drive , and put the file under path/to/SiamRPNTracker/model.
  2. run
./siamrpn_tracker

Reference

Li, Bo, et al. "High performance visual tracking with siamese region proposal network." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2018.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0