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

Added a note about imports when using the API #40

Closed leobeosab closed 4 years ago

leobeosab commented 4 years ago

I noticed that when decoding I would always get an Unkown Format error and that was because I had to import the image/jpeg library. I made a little note in the readme so others won't fall down this rabbit hole.

Thanks!

Also thanks for creating this project, it's a real life saver :smile: