estebanuri / face_recognition

329 stars 174 forks source link

tflite quantization #10

Open happyjohn360 opened 4 years ago

happyjohn360 commented 4 years ago

Do you have plans to quantize the model? Or can you provide the original .h5 file or saved model for me to do uint8 quantization?

Thanks.

gibsson commented 3 years ago

Hi! I'm also interested in uint8 quantization, any update?

happyjohn360 commented 3 years ago

I do an int8 quantization, 4x model size smaller, but the inference time is increasing. And you have to adjust the threshold to recognize correctly.

21kc-caracol commented 3 years ago

Any updates here? Can you share the uint8 quantized model? or the process you did to quantize it?