-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance may be reduced when using .pb and .tflite tensorflow model #1
Comments
Please test the performance and give me your feedback. |
Thanks! Will do feedback as soon as I can. |
I've tested the models before and after conversion and I'm seeing significant worse results with the tf lite model. I'm wondering if the parameters are not configured correct. |
@titanbender Thanks. Let me investigate and fix it 👍 |
@titanbender I converted yolov3 tiny model to tflite but I am doing something wrong when i build in android app using tensorflow. Could guide with steps tobe followed before building in mobile app?? |
After getting the .pb file, do you necessarily need to set the Docker env to get the .tflite ? also how should I set it? I am not quite familiar with how it works. thanks |
I need helps to review the YOLOv3 tensorflow version: https://github.com/peace195/tensorflow-lite-yolo-v3/blob/master/yolo_v3.py
It is the cause of reducing performance when using .pb and .tflite compare with darknet .weights.
The text was updated successfully, but these errors were encountered: