Home

Awesome

py-MDNet

by Hyeonseob Nam and Bohyung Han at POSTECH

Update (April, 2019)

Introduction

PyTorch implementation of MDNet, which runs at ~5fps with a single CPU core and a single GPU (GTX 1080 Ti).

[Project] [Paper] [Matlab code]

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}
}

Results on OTB

<img src="./figs/tb100-precision.png" width="400"> <img src="./figs/tb100-success.png" width="400"> <img src="./figs/tb50-precision.png" width="400"> <img src="./figs/tb50-success.png" width="400"> <img src="./figs/otb2013-precision.png" width="400"> <img src="./figs/otb2013-success.png" width="400">

Prerequisites

Usage

Tracking

 python tracking/run_tracker.py -s DragonBaby [-d (display fig)] [-f (save fig)]

Pretraining