You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My computer operating environment is
when run ./demo/rdk_install.sh,I have issue
I think reason
is there
I don't know why.plase someone help me.
The text was updated successfully, but these errors were encountered: