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
- Host: GitHub
- URL: https://github.com/mbfakourii/darkfacedetect
- Owner: mbfakourii
- License: mit
- Created: 2021-09-09T04:35:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T05:01:50.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T14:16:32.586Z (about 1 year ago)
- Topics: dark-images, deep-learning, face-detection, haar-cascade, mirnet, python, tenserflow
- Language: Jupyter Notebook
- Homepage:
- Size: 4.24 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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



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