nearthlab/SiamMaskCpp
C++ Implementation of SiamMask
This is a C++ implementation for real-time object tracking in video streams, which helps in applications like surveillance or analyzing movement in sports footage. You provide video input and a trained model, and it outputs the precise location of a specified object as it moves through the frames. This tool is for developers building high-performance computer vision systems.
100 stars. No commits in the last 6 months.
Use this if you need a significantly faster C++ solution for real-time visual object tracking in video, especially when migrating from a Python-based prototype.
Not ideal if you are looking for a ready-to-use application with a graphical interface or if you are not comfortable with C++ development and command-line tools.
Stars
100
Forks
24
Language
C++
License
MIT
Category
Last pushed
Feb 28, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/nearthlab/SiamMaskCpp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
roboflow/rf-detr
[ICLR 2026] RF-DETR is a real-time object detection and segmentation model architecture...
stereolabs/zed-sdk
⚡️The spatial perception framework for rapidly building smart robots and spaces
mikel-brostrom/boxmot
BoxMOT: Pluggable SOTA multi-object tracking modules with support for axis-aligned and oriented...
RizwanMunawar/yolov7-object-tracking
YOLOv7 Object Tracking Using PyTorch, OpenCV and Sort Tracking
google-deepmind/tapnet
Tracking Any Point (TAP)