Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some examples depend on blob data, no indication where to get that. #188

Closed
iplayfast opened this issue Mar 31, 2021 · 3 comments · Fixed by #193
Closed

some examples depend on blob data, no indication where to get that. #188

iplayfast opened this issue Mar 31, 2021 · 3 comments · Fixed by #193

Comments

@iplayfast
Copy link

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.

@Erol444
Copy link
Member

Erol444 commented Mar 31, 2021

If you follow the demo from our docs page, there is a link to the blob (that you need to download): https://docs.luxonis.com/projects/api/en/latest/samples/08_rgb_mobilenet/

However, we are creating a blob-converter python package that will download the blob wherever it needs one so there won't be any more of these issues.

@Luxonis-Brandon
Copy link
Contributor

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

@Erol444 Erol444 linked a pull request Apr 3, 2021 that will close this issue
@SzabolcsGergely
Copy link
Collaborator

Model downloader to download blobs was merged into both main and develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants