Giter Club home page Giter Club logo

memtrack's Introduction

Learning Dynamic Memory Networks for Object Tracking

We extend our MemTrack with Distractor Template Canceling mechamism in our journal verison, please check our new method MemDTC. Code is availabe at MemDTC-code

Introduction

This is the Tensorflow implementation of our MemTrack tracker published in ECCV, 2018. 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.

  1. Download the model from the link: GoogleDrive
  2. Put the model into directory ./output/models
  3. Run python3 demo.py in directory ./tracking

Training

  1. Download the ILSRVC data from the official website and extract it to proper place according to the path in config.py.
  2. Then run the sh process_data.sh in ./build_tfrecords directory to convert ILSVRC data to tfrecords.
  3. Run python3 experiment.py to train the model.

Citing MemTrack

If you find the code is helpful, please cite

@inproceedings{Yang2018,
	author = {Yang, Tianyu and Chan, Antoni B.},
	booktitle = {ECCV},
	title = {{Learning Dynamic Memory Networks for Object
	Tracking}},
	year = {2018}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.