Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arun2002k/face_detections
Detects faces from real time feeds
https://github.com/arun2002k/face_detections
face-detection opencv python3
Last synced: about 1 month ago
JSON representation
Detects faces from real time feeds
- Host: GitHub
- URL: https://github.com/arun2002k/face_detections
- Owner: arun2002k
- Created: 2023-11-25T08:41:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T11:33:06.000Z (about 1 year ago)
- Last Synced: 2023-11-26T12:27:58.659Z (about 1 year ago)
- Topics: face-detection, opencv, python3
- Language: Python
- Homepage:
- Size: 9.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face_Detection
Detect faces from real time camera feed and draws a rectangular boundary around the face and shows the confidence rate
## Installation
Install python packages with pip command
```bash
pip install numpy
pip install argparse
pip install imutils
pip install cv2
```
## Usage```bash
python faces_detection.py --prototxt deploy.prototxt.txt --model res10_300x300_ssd_iter_140000.caffemodel
```## Screenshots
![image](https://github.com/arun2002k/face_detections/assets/85438554/92f42f46-0e55-44c3-a34a-166ef88b8ddd)