https://github.com/rtcoder/face-detection
https://github.com/rtcoder/face-detection
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtcoder/face-detection
- Owner: rtcoder
- Created: 2020-12-19T13:30:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-19T22:15:24.000Z (about 5 years ago)
- Last Synced: 2025-06-20T21:41:05.901Z (8 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# face detection
## INSTALATION
`pip install -r requirements.txt`
## USAGE
`python main.py [options]`
### Options
| OPTION | DEFAULT | DESCRIPTION |
| ------------- |:-------------:| -----:|
|`-h or --help`| - |display help|
|`-c or --cli`| 1 |Values 1 or 0. Turns on/off CLI mode. 1 shows only face locations, 0 displays window with rectangle on detected faces|
|`-r or --rotate`| 1 |Values 1 or 0. if 1 then image is rotated to find face when at first time no face is detected|
### RETURNS
returns list of faces coordinates in format below
`[(top, right, bottom, left)]`