google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://ai.google.dev/edge/mediapipe
Apache License 2.0
27.72k stars 5.18k forks source link

Animal Face detection as human #4513

Open zfarahi opened 1 year ago

zfarahi commented 1 year ago

Have I written custom code (as opposed to using a stock example script provided in MediaPipe)

None

OS Platform and Distribution

Ubuntu 22.04.2 LTS

MediaPipe Tasks SDK version

No response

Task name (e.g. Image classification, Gesture recognition etc.)

face detection

Programming Language and version (e.g. C++, Python, Java)

python

Describe the actual behavior

i am trying to use MediaPipe for detecting human face but when i give a monkey or dog image it detects also as human. what is the solution for this issue?

Describe the expected behaviour

i want that my model should only detect human face not animals.

Standalone code/steps you may have used to try to get what you need

i use the simple MediaPipe way to detect the face.

Other info / Complete Logs

No response

by321 commented 1 year ago

Funny, I tried to detect animal faces (thinking it's actually cool if it worked) but it failed. But ideally, there's should be a bit mask flag controlling if we want to detect animal and/or human faces, assuming the engine can tell humans from animals, hahaha.

kuaashish commented 1 year ago

Hello @bazarevsky, @kartynnik,

Could you please look into this issue. Thank you!!

github-actions[bot] commented 1 year ago

This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.