Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applying tensorflow lite models #5

Open
fracpete opened this issue Nov 22, 2020 · 1 comment
Open

Applying tensorflow lite models #5

fracpete opened this issue Nov 22, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@fracpete
Copy link
Member

Allow the user to make use of a model that was built by a previous job:

  • user needs to be able to download a model
  • user needs to be able to downloaded model for making predictions
  • model can be applied to camera feed or image(s) in dataset
  • Android image classification example app

Depends on waikato-ufdl/ufdl-job-launcher-plugins#5

@fracpete fracpete added the enhancement New feature or request label Nov 22, 2020
@YugPatel31
Copy link
Collaborator

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants