dog_detection 0.0.7
dog_detection: ^0.0.7 copied to clipboard
Dog face and landmark detection using on-device TFLite models.
0.0.7 #
- Fix Android hang on sequential detect calls
0.0.6 #
- Fix isolate hanging on sequential detect calls
0.0.5 #
- Update animal_detection 0.0.3 -> 0.0.4
0.0.4 #
- Fix Xcode build warnings by declaring PrivacyInfo.xcprivacy as a resource bundle in iOS and macOS podspecs
0.0.3 #
- Refactor to use shared animal_detection utils
0.0.2 #
- Added homepage and repository to pubspec.yaml
0.0.1 #
- Initial release
- Dog face detection with bounding box
- 46 facial landmark extraction (ears, eyes, nose, mouth/chin)
- DogDetector and DogDetectorIsolate APIs
- Support for iOS, Android, macOS, Windows, Linux