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

Please add notes about converting .pb mobilenet to .tflite format #7

Open
m00lecule opened this issue Aug 16, 2020 · 0 comments
Open

Comments

@m00lecule
Copy link

m00lecule commented Aug 16, 2020

Hello!

I am developing a mobile application for grocery detection. Currently I have stuck on custom object detection training at mobilenet convertion to tflite format.

I have raised an issue at offical TensorFlow repo, but unfortunately there is no answer. Thread: tensorflow/models#8786.

All results I got were raising exepction on load by Flutters tflite module.

Suprisingly mobilenet mentioned in Yours repos README (https://drive.google.com/file/d/1Ha9yfjkweCatEo6UoZgZyHMeyIBGe5FO/view) is loaded properly and correctly detects objects on recordings.

This feature is crucial for application, to be useful.

I would be grateful if You could share some knowledge about:

Example scenario:

  1. Download SSD MobileNet from tfs' offical repo (https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf1_detection_zoo.md) for example: ssd_mobilenet_v2_quantized_coco
  2. Convert it to .tflite format
  3. SSD MobileNet is loaded with success by flutter and correctly detects objects

I have followed several tutorials, but it seems like they are not a solution.

I would be pleased for an answer

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