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
Currently the TFLite image segmentation sample only supports 1 segmentation model trained on COCO dataset with mobilenet_v2_0.5 backbone.
However, there are many different versions of image segmentation with different backbone architectures and trained on different datasets. We'd like to integrate these models into the sample app and allow users to try different models by selecting them from the sample app UI.
Please directly contribute pull request to the tensorflow/examples with this enhancement.
The text was updated successfully, but these errors were encountered:
Most of the code is in CameraFragment.kt with modelSpinner. The project uses ML Model Binding so the classes for loading the models and creating interpreters etc are the generated classes under app/build/generated/ml_source_out/debug/[package-name]/ml/
FYI the TFLite team is working on updating the Android image segmentation model to demonstrate 2 ways of running segmentation models: with Task API and with Support Library + vanilla TFLite interpreter.
We should wait a few weeks before starting to work on this.
Currently the TFLite image segmentation sample only supports 1 segmentation model trained on COCO dataset with mobilenet_v2_0.5 backbone.
However, there are many different versions of image segmentation with different backbone architectures and trained on different datasets. We'd like to integrate these models into the sample app and allow users to try different models by selecting them from the sample app UI.
Please directly contribute pull request to the tensorflow/examples with this enhancement.
The text was updated successfully, but these errors were encountered: