train own model using flandmarks [closed]
Need Help I want to train my own model using flandmark to detect 83 facial features. By default flandmark provides model to detect 6-landmarks. It is working very well. Thanks a lot to developers for making such a nice library with proper documentation.
Please tell me if it possible to train own model using flandmark. If possible how?
are you confusing things ? flandmark detects 8 landmark points, not 6
and yes, you can train your own model (see the matlab code in the 'learning' folder), but that will result in 8 points again, not in 83 (which sounds more like an aam approach)