-
Notifications
You must be signed in to change notification settings - Fork 349
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
Convert .pb to .tflite file #89
Comments
@DoriHp I did it here: https://github.com/peace195/tensorflow-lite-yolo-v3 I would I would appreciate if you give me a star for this project 👍 |
@peace195 I found your repo and tried both it and built-in tflite converter of tensorflow. Both worked well. I also gave you a star for your effort. The problem I'm facing now is implement it on android device. I'm not a professional in machine learning so it will be very helpful if you can give me a suggestion to resolve it. |
I have just tried it as well, conversion worked well, another star for you! ;) |
@nscotto Thanks! I will update it when I have time. |
@nscotto @DoriHp Here is the example of tflite usage. It is in python code. I will update Android and iOS version later. Also, I need some helps: peace195/tensorflow-lite-YOLOv3#1 |
I'm facing with running yolov3-tiny on mobile device. Can anyone show me how to convert .pb file to .tflite so I can use it with tensorflow-lite?
Thanks in advance
The text was updated successfully, but these errors were encountered: