Kotlin / kotlindl

High-level Deep Learning Framework written in Kotlin and inspired by Keras
Apache License 2.0
1.47k stars 103 forks source link

Face alignment detection with Fan2d106 only works well with a certain image types #544

Open juliabeliaeva opened 1 year ago

juliabeliaeva commented 1 year ago

The model only return good results for images with big faces at the image center, and generally needs to be combined with a face detection method to detect the face bounding box. The following things need to be done:

juliabeliaeva commented 1 year ago

See #541