android-vision icon indicating copy to clipboard operation
android-vision copied to clipboard

Ears are never getting detected.

Open sac-sha opened this issue 8 years ago • 15 comments

LEFT_EAR_TIP, LEFT_EAR, RIGHT_EAR_TIP, RIGHT_EAR are never getting detected.

sac-sha avatar Mar 02 '16 09:03 sac-sha

Are other landmarks being detected?

What is the image resolution and face size within the image?

pm0733464 avatar Mar 02 '16 17:03 pm0733464

The resolution is same as the one in "FaceTracker" example.

sac-sha avatar Mar 03 '16 05:03 sac-sha

Yes, Ear landmark is never getting detected.

hardikm9850 avatar Jun 06 '16 09:06 hardikm9850

Other 8 landmarks are coming but not able to detect ear landmarks from getlandmark() method.

PremMayilai avatar Dec 08 '16 13:12 PremMayilai

For IOS ,they are able to detect the ear position properly but for android it is not . Please answer for this, i have spend around 2 months for this issue.

PremMayilai avatar Feb 13 '17 05:02 PremMayilai

Can you provide the sample image you're trying to detect the face with ?

TomSteward avatar Feb 13 '17 22:02 TomSteward

1 2 3 These are all the images am trying to detect the ear position , for ios the ear position coming properly but for android it is not coming .Please answer for this orelse we can't complete this project. and one more thing is Other 8 landmarks are coming but not able to detect ear landmarks from getlandmark() method in android.

PremMayilai avatar Feb 15 '17 05:02 PremMayilai

Can you also provide your FaceDetector configuration? Can you also try the following configuration? FaceDetector detector = new FaceDetector.Builder(context) .setTrackingEnabled(true) .setMode(FaceDetector.ACCURATE_MODE) .setLandmarkType(FaceDetector.ALL_LANDMARKS) .build();

TomSteward avatar Feb 16 '17 19:02 TomSteward

I have tried your above code for my image plz look at the green circle .only these things are coming . but i want that for ear. here i have attached the sample image and code too. plz take a look. FaceDetector detector = new FaceDetector.Builder(getApplicationContext()) .setTrackingEnabled(true) .setMode(FaceDetector.ACCURATE_MODE) .setLandmarkType(FaceDetector.ALL_LANDMARKS) .build(); img_20170217_151146908

PremMayilai avatar Feb 17 '17 09:02 PremMayilai

That image works fine in my test App.

Can you output all landmark types, and check if LEFT_EAR is detected? The top right landmark looks like a wrongly positioned LEFT_EAR to me.

liuyl avatar Feb 17 '17 17:02 liuyl

Could you plz send the exact code that you have used to detect the ear position? and also share me the screen shot of my image with ear position detection. so i can see where the exact ear position is coming for you. Thanks for your reply...

PremMayilai avatar Feb 19 '17 05:02 PremMayilai

Did you ever figure out how to get the scale to properly place the landmarks in real time video? I have tried multiple things but no luck.

mehulnahar avatar Oct 11 '17 10:10 mehulnahar

Ears are not detected till now. Using play-services-vision: 11.8.0

rarahat02 avatar Feb 20 '18 10:02 rarahat02

Is there any way to detect the ears. Same as above images.

shivangbtech avatar Mar 12 '18 07:03 shivangbtech

I am also facing the same issue, is there any solution yet?

Perceptee avatar May 25 '19 08:05 Perceptee