dirtmaxim / tf-adnet-tracking

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

$ python runner.py by_dataset  --vid-path=./data/freeman1/

References

About

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

License:GNU General Public License v3.0


Languages

Language:Python 98.8%Language:M 1.2%