Code Monkey home page Code Monkey logo

cfwcr's Introduction

Correlation Filters with Weighted Convolution Responses(ICCV2017W)

By Zhiqun He, Yingruo Fan, Junfei Zhuang, Yuan Dong, Hongliang Bai

Introduction

CFWCR

We derive a continuous convolution operator based tracker which fully exploits the discriminative power in the CNN feature representations. In our work, we normalize each individual feature extracted from different layers of the deep pretrained CNN first, and after that, the weighted convolution responses from each feature block are summed to produce the final confidence score. By this weighted sum operation, the empirical evaluations demonstrate clear improvements by our proposed tracker based on the Efficient Convolu- tion Operators Tracker (ECO).

Requirements

1、Download the CFWCR code and the pretrained models

git clone https://github.com/he010103/CFWCR.git
cd ./feature_extraction/networks
wget http://www.vlfeat.org/matconvnet/models/imagenet-vgg-m-2048.mat. 
mv  imagenet-vgg-m-2048.mat imagenet-vgg-m-2048-cut.mat

2、Downloading MatConvNet and compile it

cd ./external_libs
git clone https://github.com/vlfeat/matconvnet.git

More install details

3、Install all the dependencies

Fill the cuda(>=7.5) path in the install.m first.

run install.m

4*、Setting export CUDA_CACHE_MAXSIZE=8000000000" in the ./~bash_profile so that gpuDevice(1) will take fewer time.

Demo

1、 run demo_CFWCR.m()

VOT

2、[VOT Intergration] ./vot2017_trax

Citing DCFNet

If you find CFWCR useful in your research, please consider citing:

@article{CFWCR,
    Author = {hiqun He, Yingruo Fan, Junfei Zhuang, Yuan Dong, Hongliang Bai},
    Title = {Correlation Filters with Weighted Convolution Responses},
    Journal = {IEEE International Conference on Computer Vision},
    Year = {2017}
}

cfwcr's People

Watchers

James Cloos 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.