open_model_zoo icon indicating copy to clipboard operation
open_model_zoo copied to clipboard

omz_downloader command not found

Open amaancoder opened this issue 1 year ago • 3 comments

I want to run a openvinho demo, for this I am getting this command omz_downloader --all I am getting this error omz_downloader command not found, how to solve this issue. I am using a windows pc and I have already installed omz_tools

amaancoder avatar Jan 24 '24 01:01 amaancoder

omz_tools installation brings omz_downloader for sure. Check your installation. Alternatively you can run https://github.com/openvinotoolkit/open_model_zoo/blob/866e054513a65de319f20b243c6d9920c2a3e36c/tools/model_tools/downloader.py directly without installation

Wovchena avatar Jan 24 '24 15:01 Wovchena

Hi @Wovchena

Hi I have already downloaded openvino Development_tools , omz_tools is also installed  below is the screenshot Screenshot 2024-01-25 140700 Screenshot 2024-01-25 141016

Also I am trying to run a demo , 

As  u can see screen shot below while running command  while running the command omz_downloader --list models.lst I am getting this error , can it be related to env variables 

amaancoder avatar Jan 25 '24 19:01 amaancoder

I think so. Maybe the problem is that you use different environments. Try running pip show omz_tools and pip show openvino-dev from the same cmd terminal which you use to run omz_downloader. Not from IDE terminal

Wovchena avatar Jan 26 '24 03:01 Wovchena