ValYouW / crossplatform-tflite-object-detecion

Cross-Platform object detection using TensorFlow Lite and OpenCV in C++
MIT License
16 stars 8 forks source link

Inference on bit 8 quantized tflite model #2

Open AnhPC03 opened 2 years ago

AnhPC03 commented 2 years ago

Did you run inference on android by using 8-bit quantized tflite model? I always get segment fault when run your code by using 8-bit quantized tflite model

ValYouW commented 2 years ago

No, I didn't try, it's possible there is a bug...