esimov / pigo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON output containing face box coordinates doesn't match with faces

Bekassyl opened this issue · comments

In code I can see that DrawRectangles and Face Coordinates have the same input, but it turns out that the coordinates doesn't match face boxes. Is it a bug? Or I don't understand something?

I've checked the issue you have reported, but i don't see any misbehavior in the resulted json output. Can you give me an example? The Min and Max values represents exactly the rectangle detected by the face detector.

Since I haven't received any feedback i'm closing this issue. You can reopen anytime.

The code has been refactored. Check this issue #33.