I have been working on the problem of recognizing faces from given caricatures using the IIIT-CFW dataset
So far, I have tried using Python's dlib
library for detecting landmark points from the cartoon faces. However, it doesn't seem to work well on faces other than real human ones.
Is there any alternative for the same? Any suggestions regarding face alignment and landmark detection would be appreciated.