Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6403 Discussions

Locating Models After Pip Install of Openvino

theweb
Beginner
666 Views

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?

0 Kudos
1 Solution
Zulkifli_Intel
Moderator
637 Views

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>

omz model.PNG

Here is the example command to download and convert the Public model:

omz_downloader --name <model_name>

omz_converter --name <model_name>

omz public.PNG

 

The model directory will be shown when the model is successfully downloaded. 

 

View solution in original post

2 Replies
Zulkifli_Intel
Moderator
638 Views

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>

omz model.PNG

Here is the example command to download and convert the Public model:

omz_downloader --name <model_name>

omz_converter --name <model_name>

omz public.PNG

 

The model directory will be shown when the model is successfully downloaded. 

 

Zulkifli_Intel
Moderator
605 Views

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


0 Kudos
Reply