Kagami/go-face

only Recognizer jpeg image,can't support png

Closed this issue · 2 comments

hi ,i user opencv to detect the face regoin,then use go-face to recognizer ,i put []byte to call Recognize() function,but it's error:
jpeg_mem_loader: decode error: Not a JPEG file: starts with 0x75 0x93

tpoxa commented

So yes, only JPEG format supported currently.

Duplicate of #45