This repository was archived by the owner on Jan 7, 2023. It is now read-only.
  
  
  
  
  
Description
My computer operating environment is
CPU:AMD® Ryzen 5 3500u with radeon vega mobile gfx × 8 
ubuntu18.04
 
when  run ./demo/rdk_install.sh,I have issue
###############|| Downloading topologies ||###############
========= Downloading /opt/intel/openvino_2019.1.144/deployment_tools/tools/model_downloader/object_detection/common/mobilenet-ssd/caffe/mobilenet-ssd.prototxt
Error Connecting: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /chuanqi305/MobileNet-SSD/ba00fc987b3eb0ba87bb99e89bf0298a2fd10765/MobileNetSSD_deploy.prototxt (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f33b86980f0>: Failed to establish a new connection: [Errno 111] Connection refused',))
Will retry in 10 seconds...
Error Connecting: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /chuanqi305/MobileNet-SSD/ba00fc987b3eb0ba87bb99e89bf0298a2fd10765/MobileNetSSD_deploy.prototxt (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f33b8694748>: Failed to establish a new connection: [Errno 111] Connection refused',))
Will retry in 10 seconds...
Error Connecting: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /chuanqi305/MobileNet-SSD/ba00fc987b3eb0ba87bb99e89bf0298a2fd10765/MobileNetSSD_deploy.prototxt (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f33b8694048>: Failed to establish a new connection: [Errno 111] Connection refused',))
###############|| Post processing ||###############
FAILED:
mobilenet-ssd
 
I think reason
is there
   cd /opt/intel/openvino/deployment_tools/tools/model_downloader
   sudo python3 ./downloader.py --num_attempts 3 --name mobilenet-ssd
 
I don't know why.plase someone help me.