Skip to content

Docker image for FDDB (Face Detection Data Set and Benchmark) evaluation and performance curves generation

License

Notifications You must be signed in to change notification settings

the-house-of-black-and-white/docker-fddb-evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-fddb-evaluator

Docker image for FDDB (Face Detection Data Set and Benchmark) evaluation.

Usage

Make sure you have the following directory structure in FDDB_HOME:

originalPics/
   2002/
   (...)
FDDB-folds/
   FDDB-fold-01-ellipseList.txt
   FDDB-fold-01.txt
   (...)
detections/
   FDDB-fold-01.txt
   FDDB-fold-02.txt
   (...)

Run the command below mapping FDDB_HOME to /FDDB:

docker run --rm -it \
   -v ${FDDB_HOME}:/FDDB \
   housebw/fddb-evaluator

If everything goes fine you should see:

Processing 2845 images
0 images done
(...)
2844 images done

And 4 new files in FDDB_HOME:

  • detectionsContROC.png
  • detectionsContROC.txt
  • detectionsDiscROC.png
  • detectionsDiscROC.txt

About

Docker image for FDDB (Face Detection Data Set and Benchmark) evaluation and performance curves generation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published