maxbbraun / fever

A contactless fever thermometer with auto-aim
MIT License
25 stars 12 forks source link

Undelying model #7

Open ksms558 opened 3 years ago

ksms558 commented 3 years ago

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.

maxbbraun commented 3 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.

ksms558 commented 3 years ago

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?