Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 764 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 764 Bytes

CDCF2022

A very naive matlab implementation.

dependency

This tracker works with Matconvnet toolbox, please install it.

introduction

We offer two entries: one for demo[I], one for VOT toolbox[II].

Some codes are copied from Joao Henriques and the Matconvnet toolbox.

structure

[I]: demo.m + run_CDCF.m + other functions

[II]:cdcf.m + vot.m + other functions

tips

1.This demo entry supports both gpu and cpu mode, which can be swithed in demo.m. But make sure that you have compiled the corresponding Matconvnet support, which matters.

2.All functions are given, just copy it into a new folder.

3.run_CDCF.m is not exactly an OTB entry, but it's not hard to change.