Hi there! I am trying to use one of the SDK supported models with NNComponent in create_nn() (mentioned here AI models — DepthAI SDK Docs 1.13.1 documentation (luxonis.com)) which I have the bin and blob file for locally. Each time I run though, it tries to download them from the internet. Is there a way to run the model without needing the internet every time and instead using the local files?

    Thanks @jakaskerl for the response! I was using .create_nn() passing in the string name of the model. The bin and blob file of that name are in the same folder. Should I instead be passing config.json file with path to blob in it?

    Thank you!