https://github.com/patelvivekdev/face_recognition
Face Recognition.
https://github.com/patelvivekdev/face_recognition
deep-learning face-recognition oneshot-learning opencv ssd tensorflow vggface
Last synced: 10 months ago
JSON representation
Face Recognition.
- Host: GitHub
- URL: https://github.com/patelvivekdev/face_recognition
- Owner: patelvivekdev
- Created: 2021-01-01T11:51:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T17:00:51.000Z (almost 5 years ago)
- Last Synced: 2025-02-04T19:18:48.638Z (11 months ago)
- Topics: deep-learning, face-recognition, oneshot-learning, opencv, ssd, tensorflow, vggface
- Language: Python
- Homepage:
- Size: 9.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face_Recognition
## Face Recognition with VGGface
1. OpenCV
2. VGGFace
3. VGGFace_With_SSD
For Generating face use [`Face_Detection`](https://github.com/Vivek2509/Face_Detection) repo.
1. If you want to use `Face_Alignment` go with haarcascade.
2. For more `accuracy` and `speed` go with SSD.
You can download `Model` [here](https://drive.google.com/drive/folders/1UXtRRJLpD5izx54-2K0jnN-Q9cgu_qaa?usp=sharing).
> Note that you can't use this model for `tranfer learning`. For that you can visit [here](https://sefiks.com/2018/08/06/deep-face-recognition-with-keras/)