Hi I’m very new to Android development.
I’m attempt to pass my pytorch_lite model through LiteModuleLoader.load(modelPath)
, I have my model in my app’s assets folder. I’m attempting to get the full path of my model in that folder to pass to the method.
I tried using AssetManager but I couldn’t find a way to get the asset folder’s path.
It seems like there should be a simple solution that i’m missing.
New contributor
Frankie Weate is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.