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

https://github.com/mbfakourii/darkfacedetect

Face Detect in Dark Image With MIRNet And Haar-cascade
https://github.com/mbfakourii/darkfacedetect

dark-images deep-learning face-detection haar-cascade mirnet python tenserflow

Last synced: about 1 month ago
JSON representation

Face Detect in Dark Image With MIRNet And Haar-cascade

Awesome Lists containing this project

README

          

# DarkFaceDetect
Face Detect in Dark Image With [MIRNet](https://github.com/soumik12345/MIRNet) And [Haar-cascade](https://docs.opencv.org/4.5.1/db/d28/tutorial_cascade_classifier.html)

## Pre-trained Weights
- **Trained on 128x128 patches:** [https://drive.google.com/file/d/1sUlRD5MTRKKGxtqyYDpTv7T3jOW6aVAL/view?usp=sharing](https://drive.google.com/file/d/1sUlRD5MTRKKGxtqyYDpTv7T3jOW6aVAL/view?usp=sharing)

- **Trained on 256x256 patches:** [https://drive.google.com/file/d/1sUlRD5MTRKKGxtqyYDpTv7T3jOW6aVAL/view?usp=sharing](https://drive.google.com/file/d/1sUlRD5MTRKKGxtqyYDpTv7T3jOW6aVAL/view?usp=sharing)

## Results
![1](https://user-images.githubusercontent.com/20955005/132624810-6ccb2836-414f-45a9-8907-8700b29dcb35.png)
![2](https://user-images.githubusercontent.com/20955005/132624836-0950b8a7-7854-4c4e-a73d-c0b99ac82320.png)
![3](https://user-images.githubusercontent.com/20955005/132624840-ff608897-5f8b-46e3-ad5b-1d65a2c66d25.png)

## License

[MIT](https://choosealicense.com/licenses/mit/)