pigo icon indicating copy to clipboard operation
pigo copied to clipboard

Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.

Results 6 pigo issues
Sort by recently updated
recently updated
newest added

Hi there, I try to exec [demo](https://github.com/esimov/pigo/blob/master/examples/facedet/demo.py) with Python 3.9 on Windows, sometimes got unexpected exit, with code -1073741819 (0xC0000005) , that err from C shared lib I think, and...

First off, just want to appreciate and thank you for this cool project you're working on. I was wondering if you could add the feature to compare two faces and...

enhancement

Can this be somehow used to smart-detect background image and replace it in realtime?

The number of faces in this image should be 4 rectangles, so why get -out file is 3 rectangles (-iou 0.1 or -iou 0.2) ![duogeren](https://user-images.githubusercontent.com/22905300/49496258-66536f80-f8a0-11e8-965b-4bdfb7f14524.jpg) -iou 0.1 ![outduogeren](https://user-images.githubusercontent.com/22905300/49496694-92bbbb80-f8a1-11e8-88c3-b52d15f8c62a.jpg) -iou 0.2...

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20200927104501-e162460cd6b5 to 0.10.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/image&package-manager=go_modules&previous-version=0.0.0-20200927104501-e162460cd6b5&new-version=0.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

All of the examples have empty main functions and I tried to run examples from `web` folder. It gave me error whenever I try to visit `http://localhost:8081/cam`: ```go ➜ web...