liuwei16 / CSP

High-level Semantic Feature Detection: A New Perspective for Pedestrian Detection, CVPR, 2019
753 stars 191 forks source link

about which is the fianl Miss Rate of detections #77

Open lhs21 opened 4 years ago

lhs21 commented 4 years ago

after we follow these steps to get the results, the average of results is the final MR that mentioned in the paper? or the minimum in the result is the final MR?

Follow the ./eval_caltech/dbEval.m to get the Miss Rates of detections in pth.resDir defined in line 25. Finally, evaluation results will be saved as eval-newReasonable.txt in ./eval_caltech/ResultsEval.

super-wcg commented 4 years ago

Select the best result.

SouleTraveler commented 4 years ago

Hello, when I ran dbeval.m and got an error: error using savefig (line 38) Too many input parameters Error dbEval>plotExps (line 243) Savefig (fName1, 1, 'PDF', '- r300', '- fonts'); % the close (1); Error dbEval (line 118) PlotExps (res, plotRoc, plotAlg, plotNum, ppth.evaldir,... Do you know how to solve it? It'll be great if you can reply me!!