-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConnectionError: HTTPSConnectionPool #36
Comments
Could you explain it in more detail? I can't figure out what is happening only from the error log. |
(icon) xs@b209f4798a74:~/ICON-master/apps$ python infer.py -cfg ../configs/pifu.yaml -gpu 0 -in_dir ../examples -out_dir ../results Resume MLP weights from ../data/ckpt/pifu.ckpt Dataset Size: 9 During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
@YuliangXiu @shuoshuoxu, same error. any one solve the problem? |
I think it is related to rembg, try VPN and upgrade the gdown. |
I found the model got stuck in this line. |
To be more specifically, it stuck in the code |
娄同学,我建议你关闭自动回复…… |
Is there another way to avoid using the VPN? I'm using the linux server. |
The error occurs because of the rembg cannot download the u2net.pth from the google driver. |
Nice! But it should be '~/.u2net/'. |
呵呵,我(娄艳阳)已收到您的信,祝你事事顺心,快乐相随
|
1 similar comment
呵呵,我(娄艳阳)已收到您的信,祝你事事顺心,快乐相随
|
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1tCU5MM1LhRgGou5OpmpjBQbSrYIUoYab (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbc4ad7deb0>: Failed to establish a new connection: [Errno 110] Connection timed out'))
The text was updated successfully, but these errors were encountered: