You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :-).
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.