#162 · Primary category: Computer Vision
pysot
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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)