Safari's worker limitations mean that detection threads in the worker barely function. Until Apple quits being whiny jerks about PWAs, this workaround is required to bypass the message calls to the workers and use the old single threaded system when Safari is detected.
Reviewed-on: #193
Closes: #30
When the camera is being used to find an image to capture, the region mini model now runs in real time to give an estimate of where there are identifiable structures.
Reviewed-on: #143
Closes: #117
This bumps the thorax model from the yolo nano to the yolo sm (64 x 640 size) but greatly improves model performance by running a fake detection event on page load to get the model parameters in memory.
As a result of that change a new loading message was required so the f7 preloader was switched out for an f7 progress bar and more messaging was added during various stages. The progress bar fixes the previous issue with the preloader.
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
Reviewed-on: #125