You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: