-
Notifications
You must be signed in to change notification settings - Fork 22
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
Export the model to TFlite #4
Comments
Hi, I would like to resume my work that I started in #3. The idea was to have two networks: one that detects staves and one that actually performs object detection. From some preliminary experiments, this showed exceptional results, however, I haven't been able to release a fully running version of this yet. I hope that I can resume my research soon. If I can help you in any other way, just let me know. |
Hi, Anyway, if you need it, I can share the checkpoint and the exported model. Thanks again. |
That's right. SSD detectors are much worse due to the nature of music object detection, where you have to detect many tiny objects in a high-resolution images, as opposed to having a few big objects in a low-resolution image (for which most object detectors were developed). Yes, it would be great to share the trained models. And what would be even more would be a short description, a simple script or a notebook on how to obtain the TFLite model from a checkpoint (at least I haven't done this before, so I'm curious). |
Hi!
I want to export the latest model to TFlite but it is currently not possible with the frozen graph provided (tensorflow/tensorflow#28485). One solution should be using the export scripts inside the
object_detection
folder, but the checkpoints are necessary.Could you help me?
The text was updated successfully, but these errors were encountered: