c++ - how to train SVM using landmarks from CI2CV sdk to classify expressions? -
i have image such this
after feeding image ci2cv face-fit
along file containing info can't make sense of 66 landmarks detected in following form, explanation here great decimal values stand
n_points: 66 { 54.9274 129.935 56.0976 142.037 58.2824 153.995 //there 63 more lines }
is possible use information classify expression svm?
Comments
Post a Comment