本文是在linux下測試的,首先編譯,並安裝gnuplotlinux
按照程序給定,將文件放置到對應的文件夾下測試
#runEvaluate.pllua
# where gnuplot is
my $GNUPLOT = "/usr/bin/gnuplot";
# where the binary is 評測軟件在哪兒
my $evaluateBin = "/home/q/fddb/evaluation/evaluation/evaluate";
# where the images are 原始的圖像在哪兒
my $imDir = "/home/q/fddb/originalPics/";
# where the folds are 標準答案在哪兒
my $fddbDir = "/home/q/fddb/FDDB-folds";
# where the detections are 你檢測的結果在哪兒
my $detDir = "/home/q/fddb/slw/"; 文件格式爲fold-01-out.txt ....fold-10-out.txt
###########################io