All Projects → skyoung → Memtrack

skyoung / Memtrack

Licence: mit
Code for "Learning Dynamic Memory Networks for Object Tracking"

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Memtrack

Indian Courier Api
API to track parcel from various Indian Logistics Providers
Stars: ✭ 26 (-64.86%)
Mutual labels:  tracking
Helix
Habit tracking app
Stars: ✭ 43 (-41.89%)
Mutual labels:  tracking
Find Maraudersmap
Internal positioning for everyone, in the style of Harry Potter
Stars: ✭ 62 (-16.22%)
Mutual labels:  tracking
.net Demo
快递100,接口,API,快递100免费接口,快递查询接口,快递查询接口,快递100 api,快递100 api接口,快递100接口,快递查询api,快递查询api 免费,快递api,快递接口,接口,API,查询,快递查询,快递信息推送,实时快递查询,云打印,电子面单,商家寄件,C端寄件
Stars: ✭ 28 (-62.16%)
Mutual labels:  tracking
Zeit
Zeit, erfassen. A command line tool for tracking time spent on activities.
Stars: ✭ 33 (-55.41%)
Mutual labels:  tracking
Blender autotracker
Blender autotracker addon
Stars: ✭ 47 (-36.49%)
Mutual labels:  tracking
Doc Hunt
Keep your documentation up to date by tracking changes in your source code
Stars: ✭ 24 (-67.57%)
Mutual labels:  tracking
Siamvgg
SiamVGG: Visual Tracking with Deeper Siamese Networks
Stars: ✭ 69 (-6.76%)
Mutual labels:  tracking
Gumshoe
A we analytics and event tracking sleuth JavaScript library
Stars: ✭ 39 (-47.3%)
Mutual labels:  tracking
Drol
Discriminative and Robust Online Learning for Siamese Visual Tracking [AAAI2020]
Stars: ✭ 54 (-27.03%)
Mutual labels:  tracking
Aurelia Google Analytics
An Aurelia.io plugin that adds Google Analytics page tracking to your project.
Stars: ✭ 28 (-62.16%)
Mutual labels:  tracking
Correios Sro Xml
Tracking Objects System from Correios - SRO (Sistema de Rastreamento de Objetos dos Correios)
Stars: ✭ 32 (-56.76%)
Mutual labels:  tracking
React Tracking
🎯 Declarative tracking for React apps.
Stars: ✭ 1,062 (+1335.14%)
Mutual labels:  tracking
Sro
Friendly Correios SRO API wrapper and command-line utility
Stars: ✭ 7 (-90.54%)
Mutual labels:  tracking
Mrs uav system
The entry point to the MRS UAV system.
Stars: ✭ 64 (-13.51%)
Mutual labels:  tracking
Norfair
Lightweight Python library for adding real-time 2D object tracking to any detector.
Stars: ✭ 933 (+1160.81%)
Mutual labels:  tracking
Ab3dmot
(IROS 2020, ECCVW 2020) Official Python Implementation for "3D Multi-Object Tracking: A Baseline and New Evaluation Metrics"
Stars: ✭ 1,032 (+1294.59%)
Mutual labels:  tracking
Instatrack
Convert Instagram user ID to username & vice versa
Stars: ✭ 70 (-5.41%)
Mutual labels:  tracking
Oblecto
Oblecto is a media server, which streams media you already own, and is designed to be at the heart of your entertainment experience. It runs on your home server to index and analyze your media such as Movies and TV Shows and presents them in an interface tailored for your media consupmtion needs.
Stars: ✭ 67 (-9.46%)
Mutual labels:  tracking
Remoraj
Extensible, low overhead Java Bytecode instrumentation agent for optimizing Java app performance
Stars: ✭ 53 (-28.38%)
Mutual labels:  tracking

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}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].