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

Face contour detection fails due to a typo in the source code #57

Open
3 of 8 tasks
jadams777 opened this issue Oct 2, 2024 · 0 comments
Open
3 of 8 tasks

Face contour detection fails due to a typo in the source code #57

jadams777 opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jadams777
Copy link

jadams777 commented Oct 2, 2024

What happened?

In this file, 'contour' is misspelled as 'coutour' in some places.
https://github.com/a7medev/react-native-ml-kit/blob/main/face-detection/index.ts

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

System:
OS: macOS 15.0
CPU: (8) arm64 Apple M2
Memory: 123.14 MB / 8.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 22.9.0
path: /opt/homebrew/bin/node
Yarn: Not Found
npm:
version: 10.8.3
path: /opt/homebrew/bin/npm
Watchman: Not Found
Managers:
CocoaPods:
version: 1.15.2
path: /Users/macdaddy/.gem/ruby/3.3.5/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 24.0
- iOS 18.0
- macOS 15.0
- tvOS 18.0
- visionOS 2.0
- watchOS 11.0
Android SDK: Not Found
IDEs:
Android Studio: Not Found
Xcode:
version: 16.0/16A242d
path: /usr/bin/xcodebuild
Languages:
Java: Not Found
Ruby:
version: 3.3.5
path: /Users/macdaddy/.rubies/ruby-3.3.5/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.74.5
wanted: 0.74.5
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false

Steps to Reproduce

call Face {
contours?: Record<ContourType, Contour>;
}

@jadams777 jadams777 added the bug Something isn't working label Oct 2, 2024
@jadams777 jadams777 changed the title Face contour detection fails due to a typo i the source code Face contour detection fails due to a typo in the source code Oct 2, 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