C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo>.\demo_squeezenet_download_convert_run.bat target_precision = FP16 Python 3.8.10 [setupvars.bat] OpenVINO environment initialized INTEL_OPENVINO_DIR is set to C:\Program Files (x86)\Intel\openvino_2021 Python 3.8.10 ECHO is off. Requirement already satisfied: pyyaml>=5.4.1 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from -r C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo\..\open_model_zoo\tools\downloader\requirements.in (line 1)) (6.0) Requirement already satisfied: requests>=2.25.1 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from -r C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo\..\open_model_zoo\tools\downloader\requirements.in (line 2)) (2.26.0) Requirement already satisfied: charset-normalizer~=2.0.0 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo\..\open_model_zoo\tools\downloader\requirements.in (line 2)) (2.0.7) Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo\..\open_model_zoo\tools\downloader\requirements.in (line 2)) (1.26.7) Requirement already satisfied: idna<4,>=2.5 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo\..\open_model_zoo\tools\downloader\requirements.in (line 2)) (3.3) Requirement already satisfied: certifi>=2017.4.17 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo\..\open_model_zoo\tools\downloader\requirements.in (line 2)) (2021.10.8) Download public squeezenet1.1 model python "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\downloader.py" --name "squeezenet1.1" --output_dir "C:\Users\kdrow\Documents\Intel\OpenVINO\openvino_models\models" --cache_dir "C:\Users\kdrow\Documents\Intel\OpenVINO\openvino_models\cache" Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO\\openvino_models\\cache\\1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO\\openvino_models\\cache' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO\\openvino_models' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\downloader.py", line 26, in open_model_zoo.model_tools.downloader.main() File "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\src\open_model_zoo\model_tools\downloader.py", line 354, in main cache = NullCache() if args.cache_dir is None else DirCache(args.cache_dir) File "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\src\open_model_zoo\model_tools\downloader.py", line 136, in __init__ self._cache_dir.mkdir(parents=True, exist_ok=True) File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1292, in mkdir self.parent.mkdir(parents=True, exist_ok=True) File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1292, in mkdir self.parent.mkdir(parents=True, exist_ok=True) File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1292, in mkdir self.parent.mkdir(parents=True, exist_ok=True) [Previous line repeated 1 more time] File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) PermissionError: [WinError 5] Access is denied: 'C:\\Users\\kdrow\\Documents\\Intel' squeezenet1.1 model downloading completed ###############|| Install Model Optimizer prerequisites ||############### Python 3.8.10 ECHO is off. Requirement already satisfied: networkx~=2.5 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from -r ..\requirements_caffe.txt (line 1)) (2.6.3) Requirement already satisfied: numpy<1.20,>=1.16.6 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from -r ..\requirements_caffe.txt (line 2)) (1.19.5) Requirement already satisfied: protobuf>=3.15.6 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from -r ..\requirements_caffe.txt (line 3)) (3.19.1) Requirement already satisfied: defusedxml>=0.7.1 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from -r ..\requirements_caffe.txt (line 4)) (0.7.1) Requirement already satisfied: requests>=2.25.1 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from -r ..\requirements_caffe.txt (line 5)) (2.26.0) Requirement already satisfied: idna<4,>=2.5 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r ..\requirements_caffe.txt (line 5)) (3.3) Requirement already satisfied: charset-normalizer~=2.0.0 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r ..\requirements_caffe.txt (line 5)) (2.0.7) Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r ..\requirements_caffe.txt (line 5)) (1.26.7) Requirement already satisfied: certifi>=2017.4.17 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r ..\requirements_caffe.txt (line 5)) (2021.10.8) - Inference Engine found in: C:\Program Files (x86)\Intel\openvino_2021\python\python3.8\openvino Inference Engine version: 2021.4.1-3926-14e67d86634-releases/2021/4 Model Optimizer version: 2021.4.1-3926-14e67d86634-releases/2021/4 ***************************************************************************************** Optional: To speed up model conversion process, install protobuf-*.egg located in the "model-optimizer\install_prerequisites" folder or building protobuf library from sources. For more information please refer to Model Optimizer FAQ, question #80. ###############|| Run Model Optimizer ||############### python "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\converter.py" --mo "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\model_optimizer\mo.py" --name "squeezenet1.1" -d "C:\Users\kdrow\Documents\Intel\OpenVINO\openvino_models\models" -o "C:\Users\kdrow\Documents\Intel\OpenVINO\openvino_models\ir" --precisions "FP16" [ WARNING ] Failed to send event with the following error: HTTPSConnectionPool(host='www.google-analytics.com', port=443): Max retries exceeded with url: /collect (Caused by ConnectTimeoutError(, 'Connection to www.google-analytics.com timed out. (connect timeout=1.0)')) [ WARNING ] Failed to send event with the following error: HTTPSConnectionPool(host='www.google-analytics.com', port=443): Max retries exceeded with url: /collect (Caused by ConnectTimeoutError(, 'Connection to www.google-analytics.com timed out. (connect timeout=1.0)')) [ WARNING ] Failed to send event with the following error: HTTPSConnectionPool(host='www.google-analytics.com', port=443): Max retries exceeded with url: /collect (Caused by ConnectTimeoutError(, 'Connection to www.google-analytics.com timed out. (connect timeout=1.0)')) [ WARNING ] Failed to send event with the following error: HTTPSConnectionPool(host='www.google-analytics.com', port=443): Max retries exceeded with url: /collect (Caused by ConnectTimeoutError(, 'Connection to www.google-analytics.com timed out. (connect timeout=1.0)')) Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO\\openvino_models\\ir\\public\\squeezenet1.1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir [ WARNING ] Failed to send event with the following error: HTTPSConnectionPool(host='www.google-analytics.com', port=443): Max retries exceeded with url: /collect (Caused by ConnectTimeoutError(, 'Connection to www.google-analytics.com timed out. (connect timeout=1.0)')) self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO\\openvino_models\\ir\\public' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO\\openvino_models\\ir' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO\\openvino_models' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\converter.py", line 26, in open_model_zoo.model_tools.converter.main() File "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\src\open_model_zoo\model_tools\converter.py", line 238, in main results = [convert(reporter, model, *shared_convert_args) for model in models] File "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\src\open_model_zoo\model_tools\converter.py", line 238, in results = [convert(reporter, model, *shared_convert_args) for model in models] File "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\src\open_model_zoo\model_tools\converter.py", line 83, in convert (output_dir / model.subdirectory).mkdir(parents=True, exist_ok=True) File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1292, in mkdir self.parent.mkdir(parents=True, exist_ok=True) File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1292, in mkdir self.parent.mkdir(parents=True, exist_ok=True) File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1292, in mkdir self.parent.mkdir(parents=True, exist_ok=True) [Previous line repeated 2 more times] File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) PermissionError: [WinError 5] Access is denied: 'C:\\Users\\kdrow\\Documents\\Intel' Error C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo>car.png C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo> openvino_2021.4.689 +++++++++++++++++++++++++++++++++++++++++++++++++ C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo>demo_benchmark_app.bat target_precision = FP16 Python 3.8.10 [setupvars.bat] OpenVINO environment initialized INTEL_OPENVINO_DIR is set to C:\Program Files (x86)\Intel\openvino_2021 Python 3.8.10 ECHO is off. Requirement already satisfied: pyyaml>=5.4.1 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from -r C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo\..\open_model_zoo\tools\downloader\requirements.in (line 1)) (6.0) Requirement already satisfied: requests>=2.25.1 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from -r C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo\..\open_model_zoo\tools\downloader\requirements.in (line 2)) (2.26.0) Requirement already satisfied: certifi>=2017.4.17 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo\..\open_model_zoo\tools\downloader\requirements.in (line 2)) (2021.10.8) Requirement already satisfied: idna<4,>=2.5 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo\..\open_model_zoo\tools\downloader\requirements.in (line 2)) (3.3) Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo\..\open_model_zoo\tools\downloader\requirements.in (line 2)) (1.26.7) Requirement already satisfied: charset-normalizer~=2.0.0 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo\..\open_model_zoo\tools\downloader\requirements.in (line 2)) (2.0.7) Download public squeezenet1.1 model python "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\downloader.py" --name "squeezenet1.1" --output_dir "C:\Users\kdrow\Documents\Intel\OpenVINO\openvino_models\models" --cache_dir "C:\Users\kdrow\Documents\Intel\OpenVINO\openvino_models\cache" Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO\\openvino_models\\cache\\1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO\\openvino_models\\cache' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO\\openvino_models' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\downloader.py", line 26, in open_model_zoo.model_tools.downloader.main() File "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\src\open_model_zoo\model_tools\downloader.py", line 354, in main cache = NullCache() if args.cache_dir is None else DirCache(args.cache_dir) File "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\src\open_model_zoo\model_tools\downloader.py", line 136, in __init__ self._cache_dir.mkdir(parents=True, exist_ok=True) File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1292, in mkdir self.parent.mkdir(parents=True, exist_ok=True) File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1292, in mkdir self.parent.mkdir(parents=True, exist_ok=True) File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1292, in mkdir self.parent.mkdir(parents=True, exist_ok=True) [Previous line repeated 1 more time] File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) PermissionError: [WinError 5] Access is denied: 'C:\\Users\\kdrow\\Documents\\Intel' squeezenet1.1 model downloading completed ###############|| Install Model Optimizer prerequisites ||############### Python 3.8.10 ECHO is off. Requirement already satisfied: networkx~=2.5 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from -r ..\requirements_caffe.txt (line 1)) (2.6.3) Requirement already satisfied: numpy<1.20,>=1.16.6 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from -r ..\requirements_caffe.txt (line 2)) (1.19.5) Requirement already satisfied: protobuf>=3.15.6 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from -r ..\requirements_caffe.txt (line 3)) (3.19.1) Requirement already satisfied: defusedxml>=0.7.1 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from -r ..\requirements_caffe.txt (line 4)) (0.7.1) Requirement already satisfied: requests>=2.25.1 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from -r ..\requirements_caffe.txt (line 5)) (2.26.0) Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r ..\requirements_caffe.txt (line 5)) (1.26.7) Requirement already satisfied: idna<4,>=2.5 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r ..\requirements_caffe.txt (line 5)) (3.3) Requirement already satisfied: certifi>=2017.4.17 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r ..\requirements_caffe.txt (line 5)) (2021.10.8) Requirement already satisfied: charset-normalizer~=2.0.0 in c:\users\kdrow\appdata\roaming\python\python38\site-packages (from requests>=2.25.1->-r ..\requirements_caffe.txt (line 5)) (2.0.7) - Inference Engine found in: C:\Program Files (x86)\Intel\openvino_2021\python\python3.8\openvino Inference Engine version: 2021.4.1-3926-14e67d86634-releases/2021/4 Model Optimizer version: 2021.4.1-3926-14e67d86634-releases/2021/4 ***************************************************************************************** Optional: To speed up model conversion process, install protobuf-*.egg located in the "model-optimizer\install_prerequisites" folder or building protobuf library from sources. For more information please refer to Model Optimizer FAQ, question #80. ###############|| Run Model Optimizer ||############### python "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\converter.py" --mo "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\model_optimizer\mo.py" --name "squeezenet1.1" -d "C:\Users\kdrow\Documents\Intel\OpenVINO\openvino_models\models" -o "C:\Users\kdrow\Documents\Intel\OpenVINO\openvino_models\ir" --precisions "FP16" [ WARNING ] Failed to send event with the following error: HTTPSConnectionPool(host='www.google-analytics.com', port=443): Max retries exceeded with url: /collect (Caused by ConnectTimeoutError(, 'Connection to www.google-analytics.com timed out. (connect timeout=1.0)')) Traceback (most recent call last): [ WARNING ] Failed to send event with the following error: HTTPSConnectionPool(host='www.google-analytics.com', port=443): Max retries exceeded with url: /collect (Caused by ConnectTimeoutError(, 'Connection to www.google-analytics.com timed out. (connect timeout=1.0)')) File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir [ WARNING ] Failed to send event with the following error: HTTPSConnectionPool(host='www.google-analytics.com', port=443): Max retries exceeded with url: /collect (Caused by ConnectTimeoutError(, 'Connection to www.google-analytics.com timed out. (connect timeout=1.0)')) self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO\\openvino_models\\ir\\public\\squeezenet1.1' During handling of the above exception, another exception occurred: [ WARNING ] Failed to send event with the following error: HTTPSConnectionPool(host='www.google-analytics.com', port=443): Max retries exceeded with url: /collect (Caused by ConnectTimeoutError(, 'Connection to www.google-analytics.com timed out. (connect timeout=1.0)')) Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir [ WARNING ] Failed to send event with the following error: HTTPSConnectionPool(host='www.google-analytics.com', port=443): Max retries exceeded with url: /collect (Caused by ConnectTimeoutError(, 'Connection to www.google-analytics.com timed out. (connect timeout=1.0)')) self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO\\openvino_models\\ir\\public' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO\\openvino_models\\ir' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO\\openvino_models' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\kdrow\\Documents\\Intel\\OpenVINO' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\converter.py", line 26, in open_model_zoo.model_tools.converter.main() File "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\src\open_model_zoo\model_tools\converter.py", line 238, in main results = [convert(reporter, model, *shared_convert_args) for model in models] File "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\src\open_model_zoo\model_tools\converter.py", line 238, in results = [convert(reporter, model, *shared_convert_args) for model in models] File "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\open_model_zoo\tools\downloader\src\open_model_zoo\model_tools\converter.py", line 83, in convert (output_dir / model.subdirectory).mkdir(parents=True, exist_ok=True) File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1292, in mkdir self.parent.mkdir(parents=True, exist_ok=True) File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1292, in mkdir self.parent.mkdir(parents=True, exist_ok=True) File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1292, in mkdir self.parent.mkdir(parents=True, exist_ok=True) [Previous line repeated 2 more times] File "C:\Users\kdrow\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir self._accessor.mkdir(self, mode) PermissionError: [WinError 5] Access is denied: 'C:\\Users\\kdrow\\Documents\\Intel' Error