https://github.com/innerlee/facecrop
Crop face from photo
https://github.com/innerlee/facecrop
Last synced: 23 days ago
JSON representation
Crop face from photo
- Host: GitHub
- URL: https://github.com/innerlee/facecrop
- Owner: innerlee
- License: mit
- Created: 2019-01-10T14:54:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T12:18:58.000Z (over 6 years ago)
- Last Synced: 2025-02-11T14:46:52.017Z (3 months ago)
- Language: Python
- Size: 871 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crop face from photos
### Usage
```bash
./face_crop.py --in-dir sample --out-dir output
```### Install
Install dependency [`face_recognition`](https://github.com/ageitgey/face_recognition) first.
Then clone the repo and have fun!