1 | initial version |
your assets folder is inside a zipped filesystem. opencv can't read from there, you'll have to copy the lbfmodel to your sdcard, then the FacemarkLBF class can load it from there.
you probably already have smilar code in your app to copy / read a cascade xml file for the facedetection, see e.g. here