本文是在linux下测试的,首先编译,并安装gnuplot

按照程序给定,将文件放置到对应的文件夹下

#runEvaluate.pl

# 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  
###########################

 

相关文章:

  • 2021-06-13
  • 2021-10-15
  • 2021-06-08
  • 2021-10-07
  • 2021-10-18
  • 2021-12-03
  • 2021-05-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2021-12-12
  • 2022-12-23
  • 2021-12-23
相关资源
相似解决方案