Is your feature request related to a problem? Please describe.
We need to run our model on the edge so we need a service consume from the camera queue and persist results to disk.
Describe the solution you'd like
Warm up model on init (run inference on empty images)
Use tflite or quantised model (.pt is fine for PoC)
Is your feature request related to a problem? Please describe. We need to run our model on the edge so we need a service consume from the
camera
queue and persist results to disk.Describe the solution you'd like
Add unit tests and a workflow to run them.