object_detection_flutter icon indicating copy to clipboard operation
object_detection_flutter copied to clipboard

Ran Successfully 3/2/2023 - Null Safety Repo

Open blakewood84 opened this issue 2 years ago • 1 comments

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.

blakewood84 avatar Mar 02 '23 18:03 blakewood84

are you using yolo model?

asliZenith avatar Mar 05 '23 15:03 asliZenith