tensorflow-yolov4-tflite
tensorflow-yolov4-tflite copied to clipboard
tflite model is of large size than tensorflow model
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