All Projects → leeyeehoo → Siamvgg

leeyeehoo / Siamvgg

SiamVGG: Visual Tracking with Deeper Siamese Networks

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Siamvgg

Doc Hunt
Keep your documentation up to date by tracking changes in your source code
Stars: ✭ 24 (-65.22%)
Mutual labels:  tracking
Zeit
Zeit, erfassen. A command line tool for tracking time spent on activities.
Stars: ✭ 33 (-52.17%)
Mutual labels:  tracking
Remoraj
Extensible, low overhead Java Bytecode instrumentation agent for optimizing Java app performance
Stars: ✭ 53 (-23.19%)
Mutual labels:  tracking
Indian Courier Api
API to track parcel from various Indian Logistics Providers
Stars: ✭ 26 (-62.32%)
Mutual labels:  tracking
Toodles
Project management directly from the TODOs in your codebase
Stars: ✭ 963 (+1295.65%)
Mutual labels:  tracking
Helix
Habit tracking app
Stars: ✭ 43 (-37.68%)
Mutual labels:  tracking
Mixpanel Android
Official Mixpanel Android SDK
Stars: ✭ 907 (+1214.49%)
Mutual labels:  tracking
Mrs uav system
The entry point to the MRS UAV system.
Stars: ✭ 64 (-7.25%)
Mutual labels:  tracking
Correios Sro Xml
Tracking Objects System from Correios - SRO (Sistema de Rastreamento de Objetos dos Correios)
Stars: ✭ 32 (-53.62%)
Mutual labels:  tracking
React Tracking
🎯 Declarative tracking for React apps.
Stars: ✭ 1,062 (+1439.13%)
Mutual labels:  tracking
Sro
Friendly Correios SRO API wrapper and command-line utility
Stars: ✭ 7 (-89.86%)
Mutual labels:  tracking
Aurelia Google Analytics
An Aurelia.io plugin that adds Google Analytics page tracking to your project.
Stars: ✭ 28 (-59.42%)
Mutual labels:  tracking
Ab3dmot
(IROS 2020, ECCVW 2020) Official Python Implementation for "3D Multi-Object Tracking: A Baseline and New Evaluation Metrics"
Stars: ✭ 1,032 (+1395.65%)
Mutual labels:  tracking
Norfair
Lightweight Python library for adding real-time 2D object tracking to any detector.
Stars: ✭ 933 (+1252.17%)
Mutual labels:  tracking
Drol
Discriminative and Robust Online Learning for Siamese Visual Tracking [AAAI2020]
Stars: ✭ 54 (-21.74%)
Mutual labels:  tracking
Media Tracker
Self-hosted open source media-tracker for tv shows and movies. (React, Redux)
Stars: ✭ 21 (-69.57%)
Mutual labels:  tracking
Gumshoe
A we analytics and event tracking sleuth JavaScript library
Stars: ✭ 39 (-43.48%)
Mutual labels:  tracking
Oblecto
Oblecto is a media server, which streams media you already own, and is designed to be at the heart of your entertainment experience. It runs on your home server to index and analyze your media such as Movies and TV Shows and presents them in an interface tailored for your media consupmtion needs.
Stars: ✭ 67 (-2.9%)
Mutual labels:  tracking
Find Maraudersmap
Internal positioning for everyone, in the style of Harry Potter
Stars: ✭ 62 (-10.14%)
Mutual labels:  tracking
Blender autotracker
Blender autotracker addon
Stars: ✭ 47 (-31.88%)
Mutual labels:  tracking

SiamVGG

SiamVGG: Visual Tracking with Deeper Siamese Networks

The accuracy may be improved by using cv2 instead of PIL. I'll developing it later (if you are interested in it you can modified it yourself).

Won 4th place in VOT2018 Realtime Challenge

Demo

SiamVGG with RPN module link

Required:

Python 2.7 PyTorch 4.0 (in VOTToolkit <=3.0)

  • train: Including the training code.
  • dataset: Instruction of generating the dataset note step by step.
  • vot2018submission: Including the original submission in VOT2018. Download the pretrained data from Google Drive and follow the instruction to set up the test. (Partial of the code are modified from SiamFC-pytorch and [https://github.com/HelloRicky123/Siamese-RPN], thanks to Lianghua and Ruiqi.)

If you find our project useful, please cite our technical report:

@inproceedings{Li2019SiamVGGVT,
  title={SiamVGG: Visual Tracking using Deeper Siamese Networks},
  author={Yuhong Li and Xiaofan Zhang},
  year={2019}
}

arxiv version

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].