torrvision/siamfc-tf
SiamFC tracking in TensorFlow.
This project helps computer vision researchers evaluate and use a robust object tracking method. You input video sequences and a pre-trained neural network, and it outputs the tracked location of a target object throughout the video. It's designed for researchers developing or benchmarking real-time object tracking algorithms.
572 stars. No commits in the last 6 months.
Use this if you need to perform high-framerate, state-of-the-art object tracking in video or want to compare your own tracking methods against a strong baseline.
Not ideal if you're looking for a production-ready, easily deployable solution or a tool with a graphical user interface for non-technical users.
Stars
572
Forks
186
Language
Python
License
—
Category
Last pushed
Aug 16, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/torrvision/siamfc-tf"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
DeepTrackAI/DeepTrack2
DeepTrack2 is a modular Python library for generating, manipulating, and analyzing image data...
abhineet123/Deep-Learning-for-Tracking-and-Detection
Collection of papers, datasets, code and other resources for object tracking and detection using...
NVIDIA-ISAAC-ROS/isaac_ros_dnn_inference
NVIDIA-accelerated DNN model inference ROS 2 packages using NVIDIA Triton/TensorRT for both...
DagnyT/hardnet
Hardnet descriptor model - "Working hard to know your neighbor's margins: Local descriptor...
rafellerc/Pytorch-SiamFC
Pytorch implementation of "Fully-Convolutional Siamese Networks for Object Tracking"