barracuda-release
barracuda-release copied to clipboard
Loading from Application.persistentDataPath
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);