Skip to content

Loading from Application.persistentDataPath #334

@Wayne-nulitics

Description

@Wayne-nulitics

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions