Skip to content

ybsong00/CREST-Release

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

This is the implementation of our CREST paper. The project page can be found here: https://ybsong00.github.io/iccv17/index.html

There are three folders in this repository where the matconvnet toolbox and Skiing sequences are contained. Our main development is kept in the folder CREST.

Before running our code, check if you have a state-of-the-art GPU. I develop this code using Titan Black. Make sure yours are better than mine :-).

Please download the VGG-16 model and put it under 'CREST/exp/model/'. You can download VGG-16 model via http://www.vlfeat.org/matconvnet/pretrained/.

Meanwhile, please configure matconvnet on your side. (You need to compile matconvnet using the provided because of the modifications.)

Try 'CREST/demo.m' to see the tracker performance on the Skiing sequences.

If you find the code useful, please cite:

@inproceedings{song-iccv17-CREST,
    author    = {Song, Yibing and Ma, Chao and Gong, Lijun and Zhang, Jiawei and Lau, Rynson and Yang, Ming-Hsuan}, 
    title     = {CREST: Convolutional Residual Learning for Visual Tracking}, 
    booktitle = {IEEE International Conference on Computer Vision},
    pages     = {2555 -- 2564},
    year      = {2017}
}

You might encounter the vl_nnconv problem when using the code in windows. This code is developed in linux and the compatible issues exist between different OS. Check the following link for a solution.

https://blog.csdn.net/tjdatamining/article/details/78376672

About

CREST: Convolutional Residual Learning for Visual Tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published