#554 · Primary category: Computer Vision

siamese-fc

computer-vision deep-learning machine-learning object-tracking siamese-network

Arbitrary object tracking at 50-100 FPS with Fully Convolutional Siamese networks.

Project last updated:05/16/19

GitHub Stars

628

Forks

217

Contributors

4

License

MIT

Why we included this project

Video object tracking researchers will recognize this as the original SiamFC implementation, the fully convolutional Siamese network that tracked arbitrary objects at 50-100 FPS without online fine-tuning. The repo supports two workflows: plug in a pretrained network and run the tracker on your own sequences, or train from scratch using the ILSVRC15 curation scripts. It is MATLAB and MatConvNet based, so it fits people who want to reproduce the paper's experiments or extend the architecture in that stack. The authors themselves point newcomers to the newer CFNet repository, which is cleaner and gives slightly better results, so treat this as the historical baseline rather than the maintained code. Even so, it is the natural place to start if you want to understand the original SiamFC design or compare later trackers against it.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category