Apply the following steps for installing the Piotr Dollar Matlab toolbox containing the ACF detection framework
  • Install a MATLAB environment on your system
  • Prepare a folder structure (example given)

/home/user/Frameworks/Dollar/
.../data-INRIA/ --> folder for the INRIA dataset
....../annotations/ --> folder for the INRIA annotations
....../videos/ --> folder for the INRIA set00-01 folders
.../data-USA/ --> folder for the CALTECH dataset
....../annotations/ --> folder for the CALTECH annotations
....../videos/ --> folder for the CALTECH set00-10 folders
.../toolbox/


addpath(genpath('/home/spu/Frameworks/Dollar/'));
savepath;

  • Your folder structure should now look like this

folder_top

inria.png caltech.png

  • Go to your Matlab interface and try both demo programs

acfDemoCal.m
acfDemoInria.m