object_detection_flutter
object_detection_flutter copied to clipboard
Ran Successfully 3/2/2023 - Null Safety Repo
Ran this project successfully and updated to null safety here:
- https://github.com/blakewood84/flutter-object-recognition
To add the TensorFlowLiteC.framework successfully and avoid the compile error, download the .zip file, unpack it. Then move this folder (TensorFlowLiteC.framework) into your pub.dev cache folder: ~/pub-cache/hosted/pub.dev/tflite_flutter-0.9.0/ios/ (macOS).
Run flutter clean && flutter pub get,
then pod install in your ios folder.
This should work 😎
Just FYI, I only ran the project for iOS, so if you're wanting to add Android just flutter create . --platforms=android inside the root of the project folder.
are you using yolo model?