tensorflow-yolov4-tflite icon indicating copy to clipboard operation
tensorflow-yolov4-tflite copied to clipboard

tflite model is of large size than tensorflow model

Open abhi-84 opened this issue 4 years ago • 0 comments

Hi My darknet model weight is 256MB. When converting to TensorFlow, size is 11.8MB and when converting back to tflite , size increases to 257MB. Why? Please guide

I have used following commands:

python save_model.py --output ./checkpoints/yolov4-tiny-416 --input_size 416 --model yolov4 --framework tflite python convert_tflite.py --weights ./checkpoints/yolov4-tiny-416 --output ./checkpoints/yolov4-tiny-416.tflite

abhi-84 avatar Dec 06 '21 13:12 abhi-84