hunglc007 / tensorflow-yolov4-tflite

YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
https://github.com/hunglc007/tensorflow-yolov4-tflite
MIT License
2.25k stars 1.24k forks source link

How did you obtain a 23 MB model? #192

Open CodingForABetterTomorrow opened 4 years ago

CodingForABetterTomorrow commented 4 years ago

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.

jason9075 commented 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.

maazullah96 commented 3 years ago

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.