- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have successfully installed the openvino developer kit using pip. I can't find where the models are stored. I can get a listing of all the models using "omz_downloader --print_all". My question is what location is omz_downloader using to locate the models?
- Tags:
- downloader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello theweb,
Thank you for reaching out to us.
Before you can find the model location, you need to download the model in the first place. The omz_downloader --print_all command will show the available models from the OpenVINO Open Model Zoo (OMZ).
There are two types of OMZ models, Intel, and the Public models.
Here is the example command to download the Intel model:
omz_downloader --name <model_name>
Here is the example command to download and convert the Public model:
omz_downloader --name <model_name>
omz_converter --name <model_name>
The model directory will be shown when the model is successfully downloaded.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello theweb,
Thank you for reaching out to us.
Before you can find the model location, you need to download the model in the first place. The omz_downloader --print_all command will show the available models from the OpenVINO Open Model Zoo (OMZ).
There are two types of OMZ models, Intel, and the Public models.
Here is the example command to download the Intel model:
omz_downloader --name <model_name>
Here is the example command to download and convert the Public model:
omz_downloader --name <model_name>
omz_converter --name <model_name>
The model directory will be shown when the model is successfully downloaded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello theweb,
This thread will no longer be monitored since this issue has been resolved. If you need any additional information from Intel, please submit a new question.
Sincerely,
Zulkifli
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page