https://github.com/mulx10/generatefacedataset
https://github.com/mulx10/generatefacedataset
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mulx10/generatefacedataset
- Owner: MuLx10
- Created: 2018-02-26T12:33:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T12:48:05.000Z (over 8 years ago)
- Last Synced: 2024-12-30T13:10:37.644Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GenerateFaceDataset
## Scrape Data
```
$ python googleScrape.py --keywords "Martin Garrix" --limit 20
$ python googleScrape.py -k "Mr Bean" -l 20 --type animated
$ python googleScrape.py --keywords "Sara Santini" --limit 100
```
## Face Recognition
```
$ python face_detection.py --input downloads/MrBean/ --output data/MrBean/
$ python face_detection.py -i downloads/SaraSantini/ -o data/SaraSantini/
```