Kagami / go-face

:mag: Face recognition with Go
Creative Commons Zero v1.0 Universal
1.11k stars 170 forks source link

Liveness detection #24

Open nathany opened 5 years ago

nathany commented 5 years ago

Hey @Kagami. What are your thoughts on expanding go-face to support more of dlib?

In particular, I'm interested in landmarks and various liveness checks such as, https://www.pyimagesearch.com/2017/04/24/eye-blink-detection-opencv-python-dlib/.

Just wondering if this is of interest to you, or if a separate library would be better.

Kagami commented 5 years ago

I think that would be good addition to go-face. These features are often useful in face recognition.

I don't have much time to work on this unfortunately. But would be glad to merge PRs, if any.

nathany commented 5 years ago

Thank you @Kagami. I'm really new to computer vision, and still experimenting with various options, so it may be a while before I have a PR (if at all). Appreciate the opportunity.

Kagami commented 4 years ago

Landmarks (face shapes) are supported.

D-sense commented 4 years ago

Landmarks (face shapes) are supported.

Amazing...thanks a lot for the excellent work.

hendrabun commented 4 years ago

Hi @Kagami I have tested your repo and it's amazing .. But based on your update about Landmarks (face shapes) is supported .. How to implement Liveness detection in your project? Sorry I'm new about Go and computer vision programming. Thank you very much.