#201 · Primary category: Computer Vision
SiamMask
[CVPR19/TPAMI23] SiamMask: A Framework for Fast Online Object Tracking and Segmentation
Project last updated:02/14/25
GitHub Stars
3.5K
Forks
804
Contributors
3
License
MIT
Why we included this project
For teams working on video object tracking and segmentation, SiamMask is the official reference implementation of a method that merges both tasks into a single forward pass. Instead of choosing between a bounding box and a pixel mask, the tracker outputs both at once, which matters for applications like video object segmentation, fine-grained motion analysis, and per-frame annotation of clips. The repo includes trained models ready to run plus full training code, so you can reproduce the published VOT and DAVIS numbers or fine-tune on your own footage. It is built on PyTorch and clearly documented, making it a solid baseline for building or extending a real-time tracking and segmentation pipeline, though it stays research-oriented rather than a plug-and-play product.
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)