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

Implement SSD-MobileNet ArmNN workflow #11

Open
psyhtest opened this issue Mar 1, 2019 · 2 comments
Open

Implement SSD-MobileNet ArmNN workflow #11

psyhtest opened this issue Mar 1, 2019 · 2 comments
Assignees

Comments

@psyhtest
Copy link
Contributor

psyhtest commented Mar 1, 2019

Single-Shot Detector (SSD) is a popular approach for object detection. It can be paired with different "heads" e.g. MobileNet or ResNet used in MLPerf Inference.

While we have a TensorFlow (Python) implementation of SSD-MobileNet, the preference is to start with a TensorFlow Lite one.

@psyhtest
Copy link
Contributor Author

psyhtest commented Mar 1, 2019

First we need to create a reference TensorFlow Lite workflow. While we don't need to start with a quantized version, we may find the experience of going from tf_ssd_mobilenet_v1_quant to tflite_ssd_mobilenet_v1_quant useful. I am told this was achieved via the export_tflite_ssd_graph.py script, as detailed in this blog post.

As I understand, one of the challenges is that TFLite 0.1.7 does not support control flow. This is also the case for ArmNN, so a similar workaround should work.

@psyhtest
Copy link
Contributor Author

Work-in-progress.

@bellycat77 bellycat77 removed their assignment Sep 1, 2023
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

3 participants