Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Ios detect function is returning empty [] #62

Open
2 of 8 tasks
Fardeen-N opened this issue Dec 18, 2024 · 0 comments
Open
2 of 8 tasks

In Ios detect function is returning empty [] #62

Fardeen-N opened this issue Dec 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Fardeen-N
Copy link

What happened?

const detectedFaces = await FaceDetection.detect(imagePath, {
minFaceSize: 0.1,
performanceMode: 'fast',
});

  the detectedFaces is returning data in android 
  but on ios it's empty 

Version

@react-native-ml-kit/barcode-scanning: version@react-native-ml-kit/face-detection: version@react-native-ml-kit/identify-languages: version@react-native-ml-kit/image-labeling: version@react-native-ml-kit/text-recognition: version@react-native-ml-kit/translate-text: version

Which ML Kit packages do you use?

  • @react-native-ml-kit/barcode-scanning
  • @react-native-ml-kit/face-detection
  • @react-native-ml-kit/identify-languages
  • @react-native-ml-kit/image-labeling
  • @react-native-ml-kit/text-recognition
  • @react-native-ml-kit/translate-text

What platforms are you seeing this issue on?

  • Android
  • iOS

System Information

Macbook pro i9

Steps to Reproduce

In any ios device the FaceDetection.detect function is returning []
can any one resolve this any suggestion?

@Fardeen-N Fardeen-N added the bug Something isn't working label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant