Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsalinshahi/recognize-number-of-faces
This program is used image processing to detect and count the number of faces.
https://github.com/mrsalinshahi/recognize-number-of-faces
Last synced: about 21 hours ago
JSON representation
This program is used image processing to detect and count the number of faces.
- Host: GitHub
- URL: https://github.com/mrsalinshahi/recognize-number-of-faces
- Owner: mrsalinshahi
- Created: 2024-07-15T20:02:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T11:16:25.000Z (4 months ago)
- Last Synced: 2024-07-21T12:28:48.680Z (4 months ago)
- Language: Python
- Homepage:
- Size: 298 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The objective of this code is to obtain the bounding box through some methods i.e. coordinates of the face in the image, depending on different areas covered by the number of the coordinates, number faces that will be computed.
Required libraries:
- OpenCV
- Dlib
- Numpy