google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://mediapipe.dev
Apache License 2.0
26.17k stars 5.04k forks source link

Mediapipe Iris without facemesh? #5515

Open balavenkataraman123 opened 1 week ago

balavenkataraman123 commented 1 week ago

I want to use Mediapipe Iris tracking, but I have a different method to crop out the area around the eye. In the documentation of Mediapipe Iris, it says that the position around the eye is cropped out using facemesh.

Since my use case does not involve a full picture of the face, I can't run the face mesh model first.

is there any way to run Mediapipe Iris without facemesh?

kuaashish commented 6 days ago

Hi @balavenkataraman123,

Unfortunately, we have completely ended support for the legacy solutions, including iris. You can find this information in our documentation. We are sorry, but you will need to find your own solution for your use case. Our primary focus is on improving our Task APIs, and we won't be able to assist further with this issue.

Thank you!!