-
Notifications
You must be signed in to change notification settings - Fork 73
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 tiny-yolov3 to Tflite. #33
Comments
|
Hello, I have succeeded in converting. weigths to. tflite. The steps are as follows: first, convert. weights. cfg to. pb and .ckpt, referring specifically to: #30 https://github.com/jinyu121/DW2TF/releases/tag/freez/tensorflow tool e_graph, then generate. pb. Finally, the tensorflow tool toco is used to convert to. tflite. |
Could you provide the commands you entered to get the tflite version from the darknet weights? Thank you in advance. |
@apoorvopen I did it here: https://github.com/peace195/tensorflow-lite-yolo-v3 Please try it. I would appreciate if you give me a star for this project 👍 |
Thanks, I will. |
@nscotto Yes, it does. Please change the size of your image in this line: https://github.com/peace195/tensorflow-lite-yolo-v3/blob/master/convert_weights_pb.py#L42 |
Thanks! Star deserved. |
@nscotto I need some helps: peace195/tensorflow-lite-YOLOv3#1 |
your repo only gets the common yolov3 config right? |
Yes. You are correct. |
@spoorgholi74 You can change the YOLO's structure at here: https://github.com/peace195/tensorflow-lite-yolo-v3/blob/master/yolo_v3.py |
@peace195 yeah but it would be better to write a function to read the .cfg file instead of changing the lines |
@spoorgholi74 I have a version of it. I will push the code when I have time. 👍 |
Can you help me in converting the tiny-yolov3 model to .Tflite to run it on android? Please let me know if you have any leads for me.
The text was updated successfully, but these errors were encountered: