cansik / mediapipe-silicon

Prebuilt Google MediaPipe packages for arm64.
MIT License
77 stars 4 forks source link

No attribute 'iris' #6

Closed Lucky-LB14 closed 1 year ago

Lucky-LB14 commented 2 years ago

Getting the following error while running the mediapipe iris code:

mp_iris = mp.solutions.iris AttributeError: module 'mediapipe.python.solutions' has no attribute 'iris'

I am using python 3.8 with mediapipe-silicon 0.8.10.1 on apple M1

cansik commented 2 years ago

Iris detection is not part of the default python module as far as I know: https://google.github.io/mediapipe/solutions/solutions.html

You would have to build the calculators for that manually.