Skip to content

Add capability to refer models from external storage#135

Open
shubham0204 wants to merge 1 commit into
mainfrom
feature/refer-models
Open

Add capability to refer models from external storage#135
shubham0204 wants to merge 1 commit into
mainfrom
feature/refer-models

Conversation

@shubham0204

Copy link
Copy Markdown
Owner

Instead of copying models to the app's internal storage, persist the Uri of the selected model (using ContentResolver) and use it to load the model

Instead of copying models to the app's internal storage, persist the Uri of the selected model (using ContentResolver) and use it to load the model
@shubham0204

Copy link
Copy Markdown
Owner Author

This feature is currently blocked as getting a file-path from a content:// URI in Android is not possible. The native code requires a readable file-path from where the model can be loaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant