All Projects → researchmm → Siamdw

researchmm / Siamdw

Licence: mit
[CVPR'19 Oral] Deeper and Wider Siamese Networks for Real-Time Visual Tracking

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Siamdw

Trackit
[ECCV'20] Ocean: Object-aware Anchor-Free Tracking
Stars: ✭ 424 (-33.23%)
Mutual labels:  tracking
Gpredict
Gpredict satellite tracking application
Stars: ✭ 484 (-23.78%)
Mutual labels:  tracking
Alphapose
Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
Stars: ✭ 5,697 (+797.17%)
Mutual labels:  tracking
Odas
ODAS: Open embeddeD Audition System
Stars: ✭ 435 (-31.5%)
Mutual labels:  tracking
Brfv4 javascript examples
BRFv4 - HTML5/Javascript - examples project. Reference implementation for all other platform example packages.
Stars: ✭ 460 (-27.56%)
Mutual labels:  tracking
Countly Server
Countly helps you get insights from your application. Available self-hosted or on private cloud.
Stars: ✭ 4,857 (+664.88%)
Mutual labels:  tracking
Tracklytics
✔️ Annotation based tracking handler with aspect oriented programming
Stars: ✭ 416 (-34.49%)
Mutual labels:  tracking
Rack Tracker
Tracking made easy: Don’t fool around with adding tracking and analytics partials to your app and concentrate on the things that matter.
Stars: ✭ 601 (-5.35%)
Mutual labels:  tracking
Pytorch Siamfc
Pytorch implementation of "Fully-Convolutional Siamese Networks for Object Tracking"
Stars: ✭ 477 (-24.88%)
Mutual labels:  tracking
Barefoot
Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud.
Stars: ✭ 541 (-14.8%)
Mutual labels:  tracking
Face Track Detect Extract
💎 Detect , track and extract the optimal face in multi-target faces (exclude side face and select the optimal face).
Stars: ✭ 434 (-31.65%)
Mutual labels:  tracking
Monitor Table Change With Sqltabledependency
Get SQL Server notification on record table change
Stars: ✭ 459 (-27.72%)
Mutual labels:  tracking
Timewarrior
Timewarrior - Commandline Time Reporting
Stars: ✭ 528 (-16.85%)
Mutual labels:  tracking
Scriptsafe
a browser extension to bring security and privacy to chrome, firefox, and opera
Stars: ✭ 434 (-31.65%)
Mutual labels:  tracking
Php Ga Measurement Protocol
Send data to Google Analytics from the server using PHP. Implements GA measurement protocol.
Stars: ✭ 561 (-11.65%)
Mutual labels:  tracking
Dipy
DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal processing, machine learning, statistical analysis and visualization of medical images. Additionally, it contains specialized methods for computational anatomy including diffusion, perfusion and structural imaging.
Stars: ✭ 417 (-34.33%)
Mutual labels:  tracking
Blacklist
Curated and well-maintained hostfile to block ads, tracking, cryptomining, and more! Updated regularly. ⚡🔒
Stars: ✭ 492 (-22.52%)
Mutual labels:  tracking
Yett
🔐A small webpage library to control the execution of (third party) scripts
Stars: ✭ 615 (-3.15%)
Mutual labels:  tracking
Siamfc Tf
SiamFC tracking in TensorFlow.
Stars: ✭ 566 (-10.87%)
Mutual labels:  tracking
Eco
Matlab implementation of the ECO tracker.
Stars: ✭ 537 (-15.43%)
Mutual labels:  tracking

Deeper and Wider Siamese Networks for Real-Time Visual Tracking

We are hiring research interns for visual tracking and neural architecture search projects: [email protected]

News

  • 🏆 We are the Winner of VOT-19 RGB-D challenge [codes and models]
  • 🏆 We won the Runner-ups in VOT-19 Long-term and RGB-T challenges [codes and models]
  • ☀️☀️ We add the results on VOT-18, VOT-19, GOT10K, VISDRONE19, and LaSOT datasets.
  • ☀️☀️ The training and testing code of SiamFC+ and SiamRPN+ have been released.
  • ☀️☀️ Our paper has been accepted by CVPR2019 (Oral).
  • ☀️☀️ We provide a parameter tuning toolkit for siamese tracking framework.

Introduction

Siamese networks have drawn great attention in visual tracking because of their balanced accuracy and speed. However, the backbone network utilized in these trackers is still the classical AlexNet, which does not fully take advantage of the capability of modern deep neural networks.

Our proposals improve the performances of fully convolutional siamese trackers by,

  1. introducing CIR and CIR-D units to unveil the power of deeper and wider networks like ResNet and Inceptipon;
  2. designing backbone networks according to the analysis on internal network factors (e.g. receptive field, stride, output feature size), which affect tracking performances.

Main Results

Main results on VOT and OTB

Models OTB13 OTB15 VOT15 VOT16 VOT17
Alex-FC 0.608 0.579 0.289 0.235 0.188
Alex-RPN - 0.637 0.349 0.344 0.244
CIResNet22-FC 0.663 0.644 0.318 0.303 0.234
CIResIncep22-FC 0.662 0.642 0.310 0.295 0.236
CIResNext23-FC 0.659 0.633 0.297 0.278 0.229
CIResNet22-RPN 0.674 0.666 0.381 0.376 0.294

Main results trained with GOT-10k (SiamFC)

Models OTB13 OTB15 VOT15 VOT16 VOT17
Alex-FC - - - - 0.188
CIResNet22-FC 0.664 0.654 0.361 0.335 0.266
CIResNet22W-FC 0.689 0.674 0.368 0.352 0.269
CIResIncep22-FC 0.673 0.650 0.332 0.305 0.251
CIResNext22-FC 0.668 0.651 0.336 0.304 0.246
Raw Results 📎 OTB2013 📎 OTB2015 📎 VOT15 📎 VOT16 📎 VOT17
  • Some reproduced results listed above are slightly better than the ones in the paper.
  • Recently we found that training on GOT10K dataset can achieve better performance for SiamFC. So we provide the results being trained on GOT10K.

New added results

Benchmark VOT18 VOT19 GOT10K VISDRONE19 LaSOT
Performance 0.270 0.242 0.416 0.383 0.384
Raw Results 📎 VOT18 📎 VOT19 📎 GOT10K 📎 VISDRONE 📎 LaSOT
  • We add resutls of SiamFCRes22W on recent benchmarks.
  • Download pretrained on GOT10K model and hyper-parameters.

Environment

The code is developed with Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz GPU: NVIDIA .GTX1080

Quick Start

Test

See details in test.md

Train

See details in train.md

☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️☁️

Citation

If any part of our paper and code is helpful to your work, please generously cite with:

@InProceedings{SiamDW_2019_CVPR,
author = {Zhang, Zhipeng and Peng, Houwen},
title = {Deeper and Wider Siamese Networks for Real-Time Visual Tracking},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2019}
} 

License

Licensed under an MIT license.

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].