Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashutoshdongare/facenet-iot
IOT implementation for FaceNet project by David Sandberg https://github.com/davidsandberg/facenet
https://github.com/ashutoshdongare/facenet-iot
face face-recognition facenet iot video video-streaming
Last synced: about 2 months ago
JSON representation
IOT implementation for FaceNet project by David Sandberg https://github.com/davidsandberg/facenet
- Host: GitHub
- URL: https://github.com/ashutoshdongare/facenet-iot
- Owner: AshutoshDongare
- Created: 2018-05-06T11:28:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T04:23:12.000Z (over 6 years ago)
- Last Synced: 2023-10-19T19:27:01.011Z (over 1 year ago)
- Topics: face, face-recognition, facenet, iot, video, video-streaming
- Language: Python
- Size: 10.7 KB
- Stars: 18
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FaceNet-IOT
IOT implementation for FaceNet project by David Sandberg https://github.com/davidsandberg/facenetThis code takes base FaceNet solution and builds IOT for continuous face recognition by looping through below steps
1) Take a snap
2) Identify and align faces using MTCNN
3) Invoke Facenet to recognize face
4) Print result of recognized faces
5) Start overIt takes less than 0.5 seconds for each frame to process and recognize faces on a high end personal laptop which is expected performance for surveillance or identity and access control type of solutions
Add IOT-FaceReco.py python file to /src/align
You may want to first go through https://github.com/davidsandberg/facenet in detail to set up trained model to identify your custom set of faces and use this sample to run IOT on that.
Please email me if you need more details / help knowing IOT with Facenet