You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the Tensorflow implementation of our MemDTC tracker published in TPAMI, 2019. It extends our MemTrack by proposing a Distractor Template Canceling mechanism. Detailed comparision results can be found in the author's webpage
Prerequisites
Python 3.5 or higher
Tensorflow 1.2.1 or higher
CUDA 8.0
Path setting
Set proper home_path in config.py accordingly in order to proceed the following step. Make sure that you place the tracking data properly according to your path setting.
Tracking Demo
You can use our pretrained model to test our tracker first.
Download the ILSRVC data from the official website and extract it to proper place according to the path in config.py.
Then run the sh process_data.sh in ./build_tfrecords directory to convert ILSVRC data to tfrecords.
Run python3 experiment.py to train the model.
Citing MemTrack
If you find the code is helpful, please cite
@article{Yang2019pami,
author = {Yang, Tianyu and Chan, Antoni B.},
journal = {TPAMI},
title = {{Visual Tracking via Dynamic Memory Networks}},
year = {2019}
}
About
Code for "Visual Tracking via Dynamic Memory Networks"