Open CodingForABetterTomorrow opened 4 years ago
Check your code is whether loading "tiny" version or not. The origin YoloV4 model is about 200MB. I think you just load the origin model.
I converted the Yolo original file but my file size is 255 MB. I think you have converted the yolov4-tiny.weights file to tflite.
The model saved in the following path tensorflow-yolov4-tflite/android/app/src/main/assets/yolov4-416-fp32.tflite is only 23 MB. I ran the tflite code and got a tflite model of size 200MB.