Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 895 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 895 Bytes

tf-adnet

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

GIF Description
freeman1_180202 tracking
  • 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)

Run

OTB100 Dataset

$ python experiment.py 

References