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
Added support for TensorFlow Lite & PyTorch Mobile model frameworks.
Models can be applied to camera feed to produce the top 3 prediction results at each analyzed frame. This option is provided via a button in the camera fragment menu (only available if there is a selected model to use)
Users are able to change between models & frameworks via bottom sheet selection in the camera fragment.
Users are provided with an option to let a model auto-classify selected images in the Images Fragment. They will be presented with a dialog where they will be able to choose the model + minimum confidence score required to let the model overwrite the current label.
During the time of development, Jobs weren't functional and hence, the workaround was to rely on models loaded from the assets folder.
Allow the user to make use of a model that was built by a previous job:
Depends on waikato-ufdl/ufdl-job-launcher-plugins#5
The text was updated successfully, but these errors were encountered: