Coder Social home page Coder Social logo

ianlty / hcftstar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chaoma99/hcftstar

0.0 1.0 0.0 47.52 MB

Robust Visual Tracking via Hierarchical Convolutional Features

Home Page: https://www.chaoma.info/hcft-tracking

MATLAB 41.79% C++ 12.26% Mercury 0.01% Makefile 0.47% TeX 4.20% Python 2.70% CSS 0.18% JavaScript 0.02% HTML 19.85% Cuda 16.14% C 1.49% Shell 0.88% M 0.01%

hcftstar's Introduction

Robust Visual Tracking Via Hierarchical Convolutional Features

Introduction

This is the research code of the TPAMI 2018 paper:

Chao Ma, Jia-Bin Huang, Xiaokang Yang and Ming-Hsuan Yang, "Robust Visual Tracking via Hierarchical Convolutional Features", IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), 2018.

This work is the extended version of the ICCV 2015 paper:

Chao Ma, Jia-Bin Huang, Xiaokang Yang and Ming-Hsuan Yang, "Hierarchical Convolutional Features for Visual Tracking", ICCV 2015. For the early conference version code, please visit our Project page.

In this source code, we added the components for (i) scale estimation and (ii) target redetection from tracking failures caused by heavy occlusion or targets moving out of the view. We propose to use another correlation filter to maintain a long-term memory of target appearance as a classifier. By adjusting the parameters, we tailor the off-the-shelf EdgeBox toolbox to generate two types of region proposals: (i) proposals tightly around the estimated location as candidates for scale estimation; (ii) proposals sampled across the whole image as candidates for target re-detection. We apply the classifier to these two types of proposals and respectively select the proposals with highest response scores for scale estimation and target re-detection.

The correlation filters with convolutional features is a state-of-the-art tracker that exploits rich feature hierarchy from deep convolutional neural networks for visual tracking. For more details, please visit our Project page.

Start

  1. Setup matconvet (recompile it if it is not comptiable with your machine)

  2. cd vgg_model and run download.sh to download the VGG-19 model "imagenet-vgg-verydeep-19.mat"

  3. run "run_tracker_demo.m"

Note that the code for visualising CNN layers is in the folder "visualization"

Citation

If you find the code and dataset useful in your research, please consider citing:

@article{Ma-HCFTstar-2017,
    title={Robust Visual Tracking via Hierarchical Convolutional Features},
    Author = {Ma, Chao and Huang, Jia-Bin and Yang, Xiaokang and Yang, Ming-Hsuan},
    journal = {IEEE Transcations on Pattern Analysis and Machine Intelligence},
    pages={},
    Year = {2018}
}

@inproceedings{Ma-ICCV-2015,
    title={Hierarchical Convolutional Features for Visual Tracking},
    Author = {Ma, Chao and Huang, Jia-Bin and Yang, Xiaokang and Yang, Ming-Hsuan},
    booktitle = {Proceedings of the IEEE International Conference on Computer Vision},
    pages={},
    Year = {2015}
}

Contents

Folder description

Feedbacks and comments are welcome! Feel free to contact us via [email protected] or [email protected].

Enjoy!

hcftstar's People

Contributors

chaoma99 avatar

Watchers

 avatar

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.