pdollar / toolbox

Piotr's Image & Video Matlab Toolbox
850 stars 499 forks source link

ACF LDCF label in acfdetect function #27

Open AntoineHus opened 7 years ago

AntoineHus commented 7 years ago

Hello, In the article from 4Nov 2014, Local Decorrelation for Improved Pedestrian Detection, the LDCF should be implemented. As the acfdetect doc said, there should have a flag for using LDCF.

Where can I set the flag for using LDCFinstead of ACF in piotr toolbox ?

Thanks.

RomanJuranek commented 7 years ago

LDCF is used automatically when the detector options structure contains filters (detector.opts.filters). And for training, when you set filters (opts.filters = [n,w]), LDCF is trained automatically. See 'help acfDetect' for details.