Skip to content
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 object detection model to tflite #1

Open
GarhwalRifles opened this issue Sep 5, 2020 · 0 comments
Open

convert object detection model to tflite #1

GarhwalRifles opened this issue Sep 5, 2020 · 0 comments

Comments

@GarhwalRifles
Copy link

hi,
i habe trained object detection model, i have trained my custom dataset with this http://download.tensorflow.org/models/object_detection/tf2/20200711/ssd_mobilenet_v2_320x320_coco17_tpu-8.tar.gz as pre trained model in tensorflow 2.3,
and now trying to convert model to tflite, how can i manage my dataset, in your test dataset there are three types and in a single image there is only one object so this is may be object classifier, am i right?

just converting my model to tflite gives more latency than the normal pb file.

i want to try Full integer quantizations but i tried your code and its not creating tflite in the dataset generator it says "found 0 images belonging to 0 classes" in my test folder i have directly put all images with voc xml.

please help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant