zllrunning / SiameseX.PyTorchLinks
A simplified PyTorch implementation of Siamese networks for tracking: SiamFC, SiamRPN, SiamRPN++, SiamVGG, SiamDW, SiamRPN-VGG.
☆451Updated 6 years ago
Alternatives and similar repositories for SiameseX.PyTorch
Users that are interested in SiameseX.PyTorch are comparing it to the libraries listed below
Sorting:
- Pytorch implementation of "Fully-Convolutional Siamese Networks for Object Tracking"☆627Updated 4 years ago
- SiamFC PyTorch☆235Updated 5 years ago
- A clean PyTorch implementation of SiamRPN tracker, evaluated on 7 datasets.☆196Updated 6 years ago
- [CVPR'19 Oral] Deeper and Wider Siamese Networks for Real-Time Visual Tracking☆759Updated 4 years ago
- Full reimplementation of siamese rpn, has 0.24 eao on vot2017.☆225Updated 4 years ago
- A clean PyTorch implementation of SiamFC tracking/training, evaluated on 7 datasets.☆681Updated 5 years ago
- Implementation SiamRPN on PyTorch with GOT-10k dataset☆104Updated 6 years ago
- Python Single Object Tracking Evaluation☆442Updated 6 years ago
- Official Python toolkit for generic object tracking benchmark GOT-10k and beyond☆578Updated 2 years ago
- Siam R-CNN two-stage re-detector for visual object tracking☆235Updated 4 years ago
- SiamCAR: Siamese Fully Convolutional Classification and Regression for Visual Tracking (CVPR 2020, Oral)☆339Updated 2 years ago
- Official PyTorch implementation of "GlobalTrack: A Simple and Strong Baseline for Long-term Tracking" @ AAAI2020.☆255Updated 5 years ago
- CVPR2020 Oral && Best Paper Nomination☆264Updated 2 years ago
- Siamese Box Adaptive Network for Visual Tracking☆302Updated last year
- Powerful visualization tool (still under development)☆150Updated 5 years ago
- A series of basic algorithms that are useful for video understanding, including Single Object Tracking (SOT), Video Object Segmentation (…