ClassificationMode unavailable? #123
Replies: 1 comment
-
Yes, classification is supposed to work on any version but without a minimum example code I can't say what you're doing wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I attempted to set classificationMode to 'all' within the FaceDetectionOptions however it seems to not work as intended. I am unsure if I am using it properly or if my classificationMode/FaceDetectionOptions is not working. However, when scanning for faces it only returns the basic bounds info of the face in frame which I believe should also be containing different classifications if classificationMode is set to 'all'.
Here are relevant libraries I am running:
"react-native-vision-camera": "^4.5.0",
"react-native-vision-camera-face-detector": "^1.7.2",
"react-native": "^0.76.6",
"react-native-animatable": "^1.4.0",
"expo": "^52.0.25",
is classificationMode supported under these versions?
Beta Was this translation helpful? Give feedback.
All reactions