Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alfredxiangwu/face_detection_tool
- Owner: AlfredXiangWu
- Created: 2015-07-28T02:52:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T13:40:45.000Z (about 9 years ago)
- Last Synced: 2023-08-03T13:13:30.992Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 285 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.