I have trained the yolov4-tiny file and successfully converted it to tflite. There were no problems during the computer test, but I encountered difficulties in installing it on the phone.
As I put my tflite into the flutter, I had different test results from my computer. And the result is not good, the accuracy is much lower, and the recognition error is often. I think the problem appear at classierYOLOv4, but i'm not sure where is wrong.
Is there any suggestion for me to fix this problem?
Thanks a lot for your help!
Here is the code:https://github.com/piggychu0w0/flutter-yolov4tiny-tflite