You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like some of the examples depend on unknown data.
python 08_rgb_mobilenet.py
Traceback (most recent call last):
File "08_rgb_mobilenet.py", line 28, in
nn.setBlobPath(args.nnPath)
RuntimeError: NeuralNetwork node | Blob at path: /home/chris/github/oak/depthai-python/examples/models/mobilenet-ssd_openvino_2021.2_6shave.blob doesn't exist
ctests seems to work, by python examples fail. find . -iname "blob" does not find any.
The text was updated successfully, but these errors were encountered:
Thanks, Erik. And yes @iplayfast we are reworking the experience here so that this stopper doesn't occur. As @Erol444 we are going to make it so that these are automatically downloaded (just like we had in Gen1).
Sorry about the trouble in the meantime. And if you're curious (and/or would like to comment on the new doc structure that we're working on), please feel free to check out: luxonis/depthai-docs-website#163
It looks like some of the examples depend on unknown data.
python 08_rgb_mobilenet.py
Traceback (most recent call last):
File "08_rgb_mobilenet.py", line 28, in
nn.setBlobPath(args.nnPath)
RuntimeError: NeuralNetwork node | Blob at path: /home/chris/github/oak/depthai-python/examples/models/mobilenet-ssd_openvino_2021.2_6shave.blob doesn't exist
ctests seems to work, by python examples fail. find . -iname "blob" does not find any.
The text was updated successfully, but these errors were encountered: