Skip to content
forked from hyseob/PyMDNet

MDNet implementation compatible with both python3 and python2. Forked from https://github.com/HyeonseobNam/MDNet.

License

Notifications You must be signed in to change notification settings

dheerajpai/py-MDNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-MDNet

by Hyeonseob Nam and Bohyung Han at POSTECH

Introduction

Python (PyTorch) implementation of MDNet tracker, which is ~2x faster than the original matlab implementation.

If you're using this code for your research, please cite:

@InProceedings{nam2016mdnet,
author = {Nam, Hyeonseob and Han, Bohyung},
title = {Learning Multi-Domain Convolutional Neural Networks for Visual Tracking},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2016}
}

Prerequisites

  • python 2.7 or Python 3.5+
  • PyTorch and its dependencies

Usage

Tracking

 cd tracking
 python run_tracker.py -s DragonBaby [-d (display fig)] [-f (save fig)]
  • You can provide a sequence configuration in two ways (see tracking/gen_config.py):
    • python run_tracker.py -s [seq name]
    • python run_tracker.py -j [json path]

Pretraining

  • Download VGG-M (matconvnet model) and save as "models/imagenet-vgg-m.mat"
  • Download VOT datasets into "dataset/vot201x"
 cd pretrain
 python prepro_data.py
 python train_mdnet.py

About

MDNet implementation compatible with both python3 and python2. Forked from https://github.com/HyeonseobNam/MDNet.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%