-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FaceRecognizerSF alignCrop method on the android is not work right #285
Comments
I guess you missed See #187 (comment) and #195. |
thanks for your answer, but it's not work. the image.jpg picture's face is not align , but the same code work in ubuntu C++ env. C++ code: my android code is the simple as follow :
and android's result is the same the ndk compile. i compile opencv with cmake in android arm64-v8a mode the image picture is dealed to 112x112 size , it's meaning the faceRecognizerSF.alignCrop worked, but the face is not align, |
Did you try printing facial landmarks on the face? Your provided face image is quite blurry and I guess that facial landmarks may not be accurate enough for alignment. |
FaceRecognizerSF alignCrop method on the android is not work right.
FaceRecognizerSF alignCrop work right on the ubuntu when i compile in c++ but it not work on the android,
i test the opencv4.9.0 and opencv4.11.0 , it all not work right .
the android result not the same with result of the ubuntu .
the android result is not align person's face .
code like this :
faceRecognizerSF.alignCrop(image, faces.row(max_face_index) , aligned_face);
The text was updated successfully, but these errors were encountered: