-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Face Detection Y Euler face orientation is inverse #48
Comments
Hi @FranPR9 |
Hi! thanks for the help, but I don't think It has so much to do with the image rotation. |
Is this issue solved or there is some workaround for this? It is now 2020 and I am facing the same issue with Samsung Galaxy Note 8. The angles are inversed in the accurate mode. |
For ML Kit, we process the face detection with the incoming image. If the Y euler number is different, I suspect the image we received in ML Kit is flipped. Sorry, I do not have Samsung device at hand. Could you verify the image you send to ML Kit is different in Samsung Galaxy Note 8 device, comparing to other device? |
I am using the same code as that of the Google sample. And apart from Note
8 I have checked with several other devices. And the response is same
regarding the eular angle.
…On Sat, Aug 22, 2020, 2:45 AM Shiyu ***@***.***> wrote:
For ML Kit, we process the face detection with the incoming image. If the
Y euler number is different, I suspect the image we received in ML Kit is
flipped. Sorry, I do not have Samsung device at hand. Could you verify the
image you send to ML Kit is different in Samsung Galaxy Note 8 device,
comparing to other device?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHTPULQHRTH63GZO7SXS56LSB3PYFANCNFSM4OMS2UQA>
.
|
Hi, sorry for the late reply. Have you tried CameraX? It helps to deal with many camera issues caused by device differences. |
Step 2: Describe your environment
Android device: Samsung galaxy A3___
Android OS version: 5.1.1_
Google Play Services version: 14.7.99_
Firebase/Play Services SDK version: _____
api 'com.google.firebase:firebase-invites:16.0.4'
api 'com.google.firebase:firebase-messaging:17.3.4'
api 'com.google.firebase:firebase-core:16.0.4'
api 'com.google.android.gms:play-services-location:16.0.0'
api 'com.google.android.gms:play-services-analytics:16.0.4'
implementation 'com.google.firebase:firebase-ml-vision:18.0.1'
implementation 'com.google.firebase:firebase-ml-vision-face-model:17.0.2'
implementation 'com.google.firebase:firebase-ml-vision-image-label-model:17.0.2'
Step 3: Describe the problem:
In most of the devices that I have used, when you turn your head left the Y euler angle is positive and when turning right the angle is negative.
But in a Samsung Galaxy A3 Android 5.1.1 this is inverse, left negative and right positive.
Is there a way to know if the angles are inversed in an specific device?
Steps to reproduce:
3.- turn your head left and right
Observed Results:
Y Euler angle:
left negative and right positive.
Expected Results:
Y Euler angle:
left positive and right negative.
The text was updated successfully, but these errors were encountered: