#519 · Primary category: Computer Vision
Pytorch-SiamFC
Pytorch implementation of "Fully-Convolutional Siamese Networks for Object Tracking"
Project last updated:10/27/20
GitHub Stars
637
Forks
142
Contributors
6
License
MIT
Why we included this project
SiamFC is the classic fully-convolutional Siamese tracker from the 2016 paper, and this repo gives you a readable PyTorch port of it. Instead of shipping only the inference path, it covers the whole pipeline: you can train the embedding network on ImageNet VID to learn a patch similarity metric, run the tracker on new videos, and inspect the correlation maps that show where the target is. The code is organized into training, tracking, and visualization parts, with experiment folders, parameter files, and TensorBoard logging that make it easy to tweak settings and compare runs. The included baseline pretrained weights help you get results without training from scratch, which makes it a good starting point for researchers and students who want to see how Siamese trackers actually work. One caveat: the project has not been updated since 2020.
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)