/tf-adnet-tracking

Deep Object Tracking Implementation in Tensorflow for 'Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning(CVPR 2017)'

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

tf-adnet

Tensorflow Implementation of 'Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning(CVPR 2017)'

GIF Description
freeman1_180202 OTB100 Dataset Freeman1.
  • Green : Ground Truth, Blue : ADNet-Fast Tracking Result

Implementations

  • Network Architecture

  • Training Code

    • Reproduce Paper Result
  • Inference Code

    • Converting Original Weights to Tensorflow

    • Online Learning(finetuning)

    • Faster Inference

Run

OTB100 Dataset

Create a virtualenv in which we can install the dependencies (recommanded):

$ virtualenv env
$ source env/bin/activate

Install dependencies:

$ pip install -r requirements.txt
$ python runner.py by_dataset  --vid-path=./data/freeman1/

References