Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alfredxiangwu/face_detection_tool

The tool is used for analyzing the face detection results
https://github.com/alfredxiangwu/face_detection_tool

Last synced: 5 days ago
JSON representation

The tool is used for analyzing the face detection results

Awesome Lists containing this project

README

        

# face detection tool
Face detection tool is a winform program for analyzing and evaluating the face detection results.

## Usage:

##To do:

~~1. Read image list and show image~~

~~2. Draw the ground truth~~

* ~~Draw rectangle bounding box (AFW)~~

* ~~Draw ellipse bounding box (FDDB)~~

~~3. Show face detection results~~

~~4. Check detection results (true positive detection or false positive detection) for each image~~

~~5. Compute precision and recall for dataset~~

6. Print error log (the image which contains too many false positive detection results)

~~7. Get info of each image~~

8. Compare between two version detection results.

# Thanks!
* To [Satroki](https://github.com/Satroki) for code review and wpf version.