https://github.com/arun2002k/face_detections
Detects faces from real time feeds
https://github.com/arun2002k/face_detections
face-detection opencv python3
Last synced: 4 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T11:33:06.000Z (over 1 year ago)
- Last Synced: 2025-01-21T11:15:04.785Z (6 months 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
