#448 · Primary category: Computer Vision
siamfc-tf
SiamFC tracking in TensorFlow.
Project last updated:08/16/23
GitHub Stars
571
Forks
184
Contributors
6
License
Other
Why we included this project
SiamFC is the fully-convolutional Siamese tracker that the widely cited paper introduced, and this repo is a TensorFlow port of it. If you work on single-object visual tracking and want to study or reproduce a classic baseline without wrestling with the original MatConvNet code, this is a compact place to see how the siamese architecture and correlation matching fit together. It runs a pretrained network in forward mode over standard tracking sequences, with optional visualization, so it works well for benchmarking or for getting a feel for how these trackers behave. Just keep in mind it is research code, not a maintained library: the setup still assumes Python 2.7, and there is no training path, only forward tracking.
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)