#162 · Primary category: Computer Vision

pysot

computer-vision siamese-network tracking

SenseTime Research platform for single object tracking, implementing algorithms like SiamRPN and SiamMask.

Project last updated:06/22/25

GitHub Stars

4.6K

Forks

1.1K

Contributors

15

License

Apache-2.0

Why we included this project

PySOT is SenseTime's research codebase for single object tracking, and it remains a reference point for anyone working with Siamese-network trackers. It ships ready-to-run implementations of SiamRPN, SiamRPN++, DaSiamRPN, SiamFC, and SiamMask, and unlike many paper codebases it covers the whole workflow: training scripts, pretrained baselines on backbones like ResNet and MobileNetV2, and a Python evaluation toolkit for OTB, VOT, LaSOT, and UAV123. That makes it practical for reproducing published results and for getting a fair baseline when you benchmark your own tracker. The command-line tools for demo, test, and eval are straightforward, so you can move from a downloaded model to a webcam demo without much friction.

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