deep-person-reid
deep-person-reid copied to clipboard
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1-CaioD9NaqbHK_kzSMW8VE4_3KcsRjEo (Caused by NewConnectinnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a8d535d60>: Failed to establish a new connection: [Errno 110] Connection timed out'))
i download the osnet modol from the model zoo. this error appear when test the model....
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1-CaioD9NaqbHK_kzSMW8VE4_3KcsRjEo (Caused by NewConnectinnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a8d535d60>: Failed to establish a new connection: [Errno 110] Connection timed out'))
I meat the same error, do you have some solutions?
I meat the same error, do you have some solutions?
download the imagenet pre-train model from model zoo, this error is due to wrong model_weight_path
You can use the model zoo Download the .pth file and put it in root/ .cache/torch/checkpoints/ path