How to rename Flutter Project and move file location without causing bunch of errors
I originally downloaded the Tflite Tensorflow 0.10.4 package and used the live_object_detection flutter example as the template of a flutter project. Now that I am done with the project, I want to rename it and move it from the package to a different folder.
How to fix the error: Undefined name ‘Tflite’
I am currently working on my project that requires me to use a tf model. When I try to run my app using flutter I get an error saying:
Use TFLite model to google_mlkit_object_detection Flutter
I try use a tflite model training from teachablemachine.withgoogle.com with google_mlkit_object_detection (Flutter), it working but without labels and incorrect.
Firstly, I add metadata and labels to my tflite with code :