Open ksms558 opened 4 years ago
I'm not sure what the underlying model architecture space looks like exactly, but you could try the Cloud AutoML docs or visualize the model snapshot.
Ok, from the model snapshot and from the docs I can exclude it actually is a mobilenet. From this page, however, it is written that the DetectionEngine only supports SSD models.
I'd be prone in thinking that it is an SSD model the underlying one. Is that a safe assumption?
Hi Max,
sry to disturb, but I'd like to better understand which network is implemented below the tflite model. From my understanding, the DetectionEngine only inputs SSD models. Is that the network architecture running below the tflite? Or is it another one (like mobilenet SSD, efficientDet, YOLOVx or else).
Will wait for your. Thank you for the great work you did.