A simplified PyTorch implementation of Siamese networks for tracking: SiamFC, SiamRPN, SiamRPN++, SiamVGG, SiamDW, SiamRPN-VGG.
☆452Aug 5, 2019Updated 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:
- [CVPR'19 Oral] Deeper and Wider Siamese Networks for Real-Time Visual Tracking☆760May 18, 2021Updated 4 years ago
- SiamVGG: Visual Tracking with Deeper Siamese Networks☆79Jun 5, 2019Updated 6 years ago
- SiamRPN, SiamRPN++, unofficial implementation of "SiamRPN++" (CVPR2019), multi-GPUs, LMDB.☆498Jun 17, 2019Updated 6 years ago
- A clean PyTorch implementation of SiamRPN tracker, evaluated on 7 datasets.☆198Dec 29, 2018Updated 7 years ago
- Pytorch implementation of "Fully-Convolutional Siamese Networks for Object Tracking"☆634Oct 27, 2020Updated 5 years ago
- SenseTime Research platform for single object tracking, implementing algorithms like SiamRPN and SiamMask.☆4,585Jun 22, 2025Updated 8 months ago
- Full reimplementation of siamese rpn, has 0.24 eao on vot2017.☆226Sep 9, 2021Updated 4 years ago
- Python Single Object Tracking Evaluation☆450Jul 20, 2019Updated 6 years ago
- Implementation SiamRPN on PyTorch with GOT-10k dataset☆105Jul 2, 2019Updated 6 years ago
- [ECCV2018] Distractor-aware Siamese Networks for Visual Object Tracking☆1,290Jan 8, 2020Updated 6 years ago
- This is a re-implementation of Siamese-RPN with pytorch, which is CVPR2018 spotlight.☆379Nov 25, 2018Updated 7 years ago
- A clean PyTorch implementation of SiamFC tracking/training, evaluated on 7 datasets.☆695Jun 1, 2020Updated 5 years ago
- Official Python toolkit for generic object tracking benchmark GOT-10k and beyond☆585Oct 3, 2023Updated 2 years ago
- [CVPR19/TPAMI23] SiamMask: A Framework for Fast Online Object Tracking and Segmentation☆3,543Feb 14, 2025Updated last year
- Combination of SiamRPN and VGG☆39Apr 7, 2019Updated 6 years ago
- [ECCV'20] Ocean: Object-aware Anchor-Free Tracking☆622Aug 7, 2023Updated 2 years ago
- Visual tracking library based on PyTorch.☆3,487Aug 8, 2024Updated last year
- (2020-2022)The PyTorch version of SiamFC,SiamRPN,DaSiamRPN, UpdateNet , SiamDW, SiamRPN++, SiamMask, SiamFC++, SiamCAR, SiamBAN, Ocean…☆1,602Oct 26, 2023Updated 2 years ago
- A series of basic algorithms that are useful for video understanding, including Single Object Tracking (SOT), Video Object Segmentation (…☆855Aug 3, 2023Updated 2 years ago
- Learning the Model Update for Siamese Trackers (ICCV 2019)☆138Oct 24, 2019Updated 6 years ago
- Visual Tracking Paper List☆3,953Jul 20, 2020Updated 5 years ago
- [BMVC'19] Tracking Holistic Object Representations☆154Sep 30, 2019Updated 6 years ago
- SiamFC PyTorch☆235Jan 13, 2020Updated 6 years ago
- ☆193Sep 11, 2019Updated 6 years ago
- SiamCAR: Siamese Fully Convolutional Classification and Regression for Visual Tracking (CVPR 2020, Oral)☆342Nov 14, 2022Updated 3 years ago
- Python re-implementation of some correlation filter based tracker☆567May 20, 2019Updated 6 years ago
- An implementation for Siamese Region Proposal Network with PyTorch☆201Apr 24, 2019Updated 6 years ago
- Official PyTorch implementation of "GlobalTrack: A Simple and Strong Baseline for Long-term Tracking" @ AAAI2020.☆257Mar 20, 2020Updated 5 years ago
- Siamese Box Adaptive Network for Visual Tracking☆309May 27, 2024Updated last year
- Proposal, Tracking and Segmentation (PTS): A Cascaded Network for Video Object Segmentation☆117Nov 23, 2019Updated 6 years ago
- Discriminative and Robust Online Learning for Siamese Visual Tracking (AAAI 2020)☆76Jan 7, 2022Updated 4 years ago
- Official Implementation of How To Train Your Deep Multi-Object Tracker (CVPR2020)☆502Mar 20, 2023Updated 2 years ago
- ☆30Jul 3, 2019Updated 6 years ago
- Arbitrary object tracking at 50-100 FPS with Fully Convolutional Siamese networks.☆630May 16, 2019Updated 6 years ago
- `Skimming-Perusal' Tracking: A Framework for Real-Time and Robust Long-term Tracking☆126Nov 22, 2022Updated 3 years ago
- Open source visual object tracking library in python☆84Mar 29, 2019Updated 6 years ago
- Precise RoI Pooling with coordinate gradient support, proposed in the paper "Acquisition of Localization Confidence for Accurate Object D…