Pytorch-SiamFC and siamfc-tf
These two tools are competitors, as both offer implementations of SiamFC tracking, but in different deep learning frameworks—PyTorch and TensorFlow, respectively—meaning a user would choose one based on their preferred framework.
About Pytorch-SiamFC
rafellerc/Pytorch-SiamFC
Pytorch implementation of "Fully-Convolutional Siamese Networks for Object Tracking"
This project helps computer vision engineers develop and train AI models for real-time object tracking in videos. You provide video datasets with labeled objects, and it produces a trained model that can quickly locate a specific object across frames. It's ideal for those working on tasks like autonomous navigation, surveillance, or sports analytics.
About siamfc-tf
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.
Scores updated daily from GitHub, PyPI, and npm data. How scores work