GithubHelp home page GithubHelp logo

garricklin / fddb-evaluation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from npinto/fddb-evaluation

0.0 2.0 0.0 189 KB

FDDB Evaluation Software

C++ 92.85% Makefile 1.89% Perl 3.65% CMake 0.26% Python 1.35%

fddb-evaluation's Introduction

fddb-evaluation for Windows

Dependency and Tools

  • OpenCV
  • CMake
  • Python

Usage

Build
run the following command:

git clone https://github.com/GreenKing/fddb-evaluation
# ${fddb-evaluation}
cd fddb-evaluation/fddb-evaluation 
mkdir build
cd build
cmake .. -G"Visual Studio 12 2013 Win64"

Open fddb-eval.sln file to compile fddbEval.exe. It should be noticed that it doesn't work with release mode in my computer. So you should be very careful if you use the release mode.

After building the runable file,

cd ${fddb-evaluation}
cp fddb-evaluation/DEBUG/fddbEval.exe bin/

fddbEval usage

./fddbEval [OPTIONS]
   -h              : print usage
   -a fileName     : file with face annotations (default: ellipseList.txt)
   -d fileName     : file with detections (default: faceList.txt)
   -f format       : representation of faces in the detection file (default: 0)
                     [ 0 (rectangle), 1 (ellipse), or  2 (pixels) ]
   -i dirName      : directory where the original images are stored 
		     (default: ~/scratch/Data/facesInTheWild/)
   -l fileName     : file with list of images to be evaluated (default: temp.txt)
   -r fileName     : prefix for files to store the ROC curves (default: temp)
   -s              : display the matching detection-annotation pairs.
   -z imageFormat  : image format used for reading images for the annotation set 
                     (default: .jpg )

for example

fddbEval  -a ./FDDB-folds/FDDB-fold-ellipseList.txt -d  ./fddb.txt -i path/to/images/dir -l ./FDDB-folds/FDDB-folds.txt -r ./facedet

Evaluation

cd ${fddb-evaluation}
python runEvaluate.py eval 1 facedet

fddb-evaluation's People

Contributors

garricklin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.