-
Notifications
You must be signed in to change notification settings - Fork 111
Description
Hi,
First of all, thanks a lot for this awesome python port. This is helping me a lot in my project which is age classification from facial images. I am using your code to frontalize the images before giving them as input to a Conv Net.
The dataset I am using has been collected by my teammates here in NTU, Singapore. Some of the images of this dataset have non-facial occlusions such as hands, etc. As per the original paper "Effective Face Frontalization in Unconstrained Images" (Sec. 3.3) these are taken care off by doing conditional soft-symmetry.
However, I find that this is not implemented in this Python port. As a matter of fact, this is also not implemented in the original MatLab codes.
Can you please let me how to implement this for my project? This will be very helpful.