Open YuvalNirkin opened 6 years ago
Thanks! I'll add your reminder to readme.
@YuvalNirkin I really like the results you were able to achieve with the original model, but I'm struggling to determine the specific crop/alignment requirements. I attempted to figure it out by reading your codebase, but I was a bit lost.
Given that I already have the bounding box coordinates and the 68-pt facial landmarks for my images, what are the basic requirements to crop/align the images as required by the model?
Hey, Good job converting the original model to Keras!
Please note that the original model was trained following a detection and cropping step. This is different than other segmentation methods which work on full images. Applying the model on full images will yield poor results.
Best, Yuval