1 Star 1 Fork 0

jlxing / DCFNet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

DCFNET: DISCRIMINANT CORRELATION FILTERS NETWORK FOR VISUAL TRACKING(arXiv)

By Qiang Wang, Jin Gao, Junliang Xing, Mengdan Zhang, Weiming Hu

Introduction

DCFNet

Discriminant Correlation Filters (DCF) based methods now become a kind of dominant approach to online object tracking. The features used in these methods, however, are either based on hand-crafted features like HoGs, or convolutional features trained independently from other tasks like image classification. In this work, we present an end-to-end lightweight network architecture, namely DCFNet, to learn the convolutional features and perform the correlation tracking process simultaneously.

Contents

  1. Requirements
  2. Tracking
  3. Training
  4. Results
  5. Citation

Requirements

git clone --depth=1 https://github.com/foolwood/DCFNet.git

Requirements for MatConvNet 1.0-beta24 (see: MatConvNet)

  1. Downloading MatConvNet
cd <DCFNet>
git clone https://github.com/vlfeat/matconvnet.git
  1. Compiling MatConvNet

Run the following command from the MATLAB command window:

cd matconvnet
run matlab/vl_compilenn

[Optional]

If you want to reproduce the speed in our paper, please follow the website to compile the GPU version.

Tracking

The file demo/demoDCFNet.m is used to test our algorithm.

To reproduce the performance on OTB , you can simple copy DCFNet/ into OTB toolkit.

[Note] Configure MatConvNet path in tracking_env.m

Training

1.Download the training data. (VID)

2.Data Preprocessing in MATLAB.

cd training/dataPreprocessing
data_preprocessing();
analyze_data();

3.Train a DCFNet model.

train_DCFNet();

Results

DCFNet obtains a significant improvements by

  • Good Training dataset. (TC128+UAV123+NUS_PRO -> VID)
  • Good learning policy. (constant 1e-5 -> logspace(-2,-5,50))
  • Large padding size. (1.5 -> 2.0)

The OPE/TRE/SRE results on OTB BaiduYun or GoogleDrive.

result on OTB

Citing DCFNet

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

@article{wang17dcfnet,
    Author = {Qiang Wang, Jin Gao, Junliang Xing, Mengdan Zhang, Weiming Hu},
    Title = {DCFNet: Discriminant Correlation Filters Network for Visual Tracking},
    Journal = {arXiv preprint arXiv:1704.04057},
    Year = {2017}
}

空文件

简介

DCFNet: Discriminant Correlation Filters Network for Visual Tracking 展开 收起
Matlab 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Matlab
1
https://gitee.com/jlxing/DCFNet.git
git@gitee.com:jlxing/DCFNet.git
jlxing
DCFNet
DCFNet
master

搜索帮助