/yolov3tiny_tensorflow_int8_quantized

yolov3_tiny implement on tensoeflow for int8 quantization (tflite)

Primary LanguagePython

Start from pretrained tf model To use 8int quantize in tflite. We need to convert checkpoint into tf.GraphDef

note:tf.lite only work after 1.13. Your original tf code may not work!!