All Projects → zhanght021 → RPT

zhanght021 / RPT

Licence: MIT License
RPT: Learning Point Set Representation for Siamese Visual Tracking

Programming Languages

python
139335 projects - #7 most used programming language
Cuda
1817 projects
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to RPT

sqair
Implementation of Sequential Attend, Infer, Repeat (SQAIR)
Stars: ✭ 96 (+28%)
Mutual labels:  tracking
cerbero
Track your users interactions
Stars: ✭ 56 (-25.33%)
Mutual labels:  tracking
svelte-google-analytics
Google Analytics component for Svelte
Stars: ✭ 41 (-45.33%)
Mutual labels:  tracking
viper
Real-time tracking and analytics using Node.js and Socket.IO
Stars: ✭ 12 (-84%)
Mutual labels:  tracking
chames
Notifies you when a game is available for a good price on g2a.com
Stars: ✭ 23 (-69.33%)
Mutual labels:  tracking
alternative-front-ends
Overview of alternative open source front-ends for popular internet platforms (e.g. YouTube, Twitter, etc.)
Stars: ✭ 1,664 (+2118.67%)
Mutual labels:  tracking
dump1090-docker
Run dump1090-fa (Flightaware fork) quickly and easily with Docker!
Stars: ✭ 23 (-69.33%)
Mutual labels:  tracking
brfv4 win examples
Windows C++ examples utilizing OpenCV for camera access and drawing the face tracking results.
Stars: ✭ 13 (-82.67%)
Mutual labels:  tracking
SiamFC-tf
A TensorFlow implementation of the SiamFC tracker, use with your own camera and video, or integrate to your own project 实时物体追踪,封装API,可整合到自己的项目中
Stars: ✭ 22 (-70.67%)
Mutual labels:  tracking
sparseIndexTracking
Design of Portfolio of Stocks to Track an Index
Stars: ✭ 27 (-64%)
Mutual labels:  tracking
addon-traccar
Traccar - Home Assistant Community Add-ons
Stars: ✭ 65 (-13.33%)
Mutual labels:  tracking
react-native-tracking-transparency
🕵️ A React Native Library for interacting with the tracking API from iOS 14.
Stars: ✭ 149 (+98.67%)
Mutual labels:  tracking
ember-deep-tracked
Deep auto-tracking for when you just don't care, and want things to work (at the cost of performance in some situtations)
Stars: ✭ 20 (-73.33%)
Mutual labels:  tracking
bee-apm
BeeAPM is a distributed tracing system and APM ( Application Performance Monitoring )
Stars: ✭ 137 (+82.67%)
Mutual labels:  tracking
Access-examples
🅰️ Various examples of VBA, queries, macros, forms, reports and ribbon XML in an Microsoft Access database file
Stars: ✭ 51 (-32%)
Mutual labels:  rpt
arcus.observability
Observability with Microsoft Azure in a breeze.
Stars: ✭ 24 (-68%)
Mutual labels:  tracking
AppsTracker
Windows Application for tracking computer usage. C# + WPF + MVVM
Stars: ✭ 27 (-64%)
Mutual labels:  tracking
cam-track
Windows, Unix, Raspberry Pi Computer python program to Track Camera X, Y Movements and Convert to Camera Pointing Position. Useful for Stabilization or Robotics Course Correction
Stars: ✭ 27 (-64%)
Mutual labels:  tracking
PlaceTracking
Simple and free to use API for time and location tracking
Stars: ✭ 21 (-72%)
Mutual labels:  tracking
face-detectify
😅 Detect faces in images. Without native modules. It uses tracking.js.
Stars: ✭ 20 (-73.33%)
Mutual labels:  tracking

RPT: Learning Point Set Representation for Siamese Visual Tracking[ECCVW2020]

☀️ Currently, this code only supports the offline version of RPT, the absolute RPT code will come soon!

News

  • 🏆 We are the Winner of VOT-2020 Short-Term challenge
  • 🏆 We get both 1st on the public and sequestered benchmark dataset of the VOT2020 Short-Term challenge
  • ☀️☀️Our VOT2020-ST Winner presentation has been uploaded

Spotlight video

Video Label


Models

Dataset pattern A R EAO Config. Filename
VOT2018 offline 0.610 0.150 0.497 config_vot2018_offline.yaml
VOT2019 offline 0.598 0.261 0.409 config_vot2019_offline.yaml
VOT2018 online 0.629 0.103 0.510 😄coming soon😄
VOT2019 online 0.623 0.186 0.417 😄coming soon😄
  • The pretrained model can be downloaded from [google] or [baidu], extraction code: g4ac.
  • The raw results can be downloaded [here], extraction code: mkbh.

Abstract

While remarkable progress has been made in robust visual tracking, accurate target state estimation still remains a highly challenging problem. In this paper, we argue that this issue is closely related to the prevalent bounding box representation, which provides only a coarse spatial extent of object. Thus an effcient visual tracking framework is proposed to accurately estimate the target state with a finer representation as a set of representative points. The point set is trained to indicate the semantically and geometrically significant positions of target region, enabling more fine-grained localization and modeling of object appearance. We further propose a multi-level aggregation strategy to obtain detailed structure information by fusing hierarchical convolution layers. Extensive experiments on several challenging benchmarks including OTB2015, VOT2018, VOT2019 and GOT-10k demonstrate that our method achieves new state-of-the-art performance while running at over 20 FPS.


Installation

Please find installation instructions in INSTALL.md


Quick Start: Using siamreppoints

Download pretrained models and put the siamreppoints.model in the correct directory in experiments

cd siamreppoints/tools
python test.py \
       --snapshot ./snapshot/siamreppoints.model \  #model path
       --dataset VOT2018 \  #dataset name
       --config ./experiments/siamreppoints/config_vot2018_offline.yaml  #config file 
cd siamreppoints/tools
python eval.py \
       --tracker_path ./results \  #result path
       --dataset VOT2018 \  #dataset name
       --tracker_prefix 'siam' \  # tracker_name
       --num 1  # number thread to eval

Ackowledgement

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