barracuda-release icon indicating copy to clipboard operation
barracuda-release copied to clipboard

Loading from Application.persistentDataPath

Open Wayne-nulitics opened this issue 1 year ago • 0 comments

Would it at all be possible to dynamically load model / onnx files at runtime from a URL or preferably from the persistentDatapath? For example: Download a model via www.get, save to persistantDataPath then,

var modelPath = Path.Combine(Application.persistentDataPath, "models", "mymodel.onnx"); Model model = ModelLoader.Load(modelPath);

Wayne-nulitics avatar Dec 30 '23 05:12 Wayne-nulitics