esimov / pigo

Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
MIT License
4.39k stars 310 forks source link

Return bounding box coordinates from command line? #7

Closed markreg closed 6 years ago

markreg commented 6 years ago

Thanks for sharing this awesome project!

Is it possible to get bounding box coordinates outputted to the command line? I'd like to use pigo on my raspberry pi 3 to automatically crop images captured by the raspberry pi camera.

Also, would this work with people who are wearing glasses?

Many thanks!

esimov commented 6 years ago

Hey, thanks for the feedback. Yes, it's possible you can take this for reference: https://github.com/esimov/pigo/commit/6dbb9e779c598e4d166536c5f5d7a85c8f0e0955#diff-8d03067e72a00b1307b7c27ee9856710L138. Also the api can detect faces with glasses. Hope it helps, otherwise let me know.

markreg commented 6 years ago

Awesome, thanks.