michaelsalerno
It's an SDK issue, yes.
Add:
models = getSupportedModels(printModels=False)
try:
zoo_models = blobconverter.zoo_list()
except requests.exceptions.ConnectionError:
zoo_models = []
to depthai_sdk\components\nn_component.py line 230
I don't know, there isn't any info on the website.
Thanks,
Jaka