Open on-yes opened 1 month ago
That means it cant fetch the model from the said url /deepinsight/insightface/releases/download/v0.7/buffalo_l.zip
That means it cant fetch the model from the said url /deepinsight/insightface/releases/download/v0.7/buffalo_l.zip
download_path: K:\Deep-Live-Cam-cuda\tmp/.insightface\models\buffalo_l Downloading K:\Deep-Live-Cam-cuda\tmp/.insightface\models\buffalo_l.zip from https://github.com/deepinsight/insightface/releases/download/v0.7/buffalo_l.zip... Exception in Tkinter callback Traceback (most recent call last): File "K:\Deep-Live-Cam-cuda\python\lib\site-packages\urllib3\connectionpool.py", line 467, in _make_request self._validate_conn(conn) File "K:\Deep-Live-Cam-cuda\python\lib\site-packages\urllib3\connectionpool.py", line 1099, in _validate_conn conn.connect() File "K:\Deep-Live-Cam-cuda\python\lib\site-packages\urllib3\connection.py", line 653, in connect sock_and_verified = _ssl_wrap_socket_and_match_hostname( File "K:\Deep-Live-Cam-cuda\python\lib\site-packages\urllib3\connection.py", line 806, in _ssl_wrap_socket_and_match_hostname ssl_sock = ssl_wrapsocket( File "K:\Deep-Live-Cam-cuda\python\lib\site-packages\urllib3\util\ssl.py", line 465, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, serverhostname) File "K:\Deep-Live-Cam-cuda\python\lib\site-packages\urllib3\util\ssl.py", line 509, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "K:\Deep-Live-Cam-cuda\python\lib\ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "K:\Deep-Live-Cam-cuda\python\lib\ssl.py", line 1071, in _create self.do_handshake() File "K:\Deep-Live-Cam-cuda\python\lib\ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "K:\Deep-Live-Cam-cuda\python\lib\site-packages\urllib3\connectionpool.py", line 793, in urlopen response = self._make_request( File "K:\Deep-Live-Cam-cuda\python\lib\site-packages\urllib3\connectionpool.py", line 491, in _make_request raise new_e urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "K:\Deep-Live-Cam-cuda\python\lib\site-packages\requests\adapters.py", line 667, in send resp = conn.urlopen( File "K:\Deep-Live-Cam-cuda\python\lib\site-packages\urllib3\connectionpool.py", line 847, in urlopen retries = retries.increment( File "K:\Deep-Live-Cam-cuda\python\lib\site-packages\urllib3\util\retry.py", line 515, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /deepinsight/insightface/releases/download/v0.7/buffalo_l.zip (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "K:\Deep-Live-Cam-cuda\python\lib\tkinter__init.py", line 1921, in call
return self.func(*args)
File "K:\Deep-Live-Cam-cuda\python\lib\site-packages\customtkinter\windows\widgets\ctk_button.py", line 554, in _clicked
self._command()
File "K:\Deep-Live-Cam-cuda\modules\ui.py", line 104, in
That means it cant fetch the model from the said url /deepinsight/insightface/releases/download/v0.7/buffalo_l.zip
I have manually downloaded bufalo_1. zip,Put it in K:\Deep-Live-Cam-cuda\tmp.insightface\models ,Then repeat the same mistake, what should I do
Try extracting the zip file to the models folder so that the app skips the download (+ extraction) of that file. Should look something like this:
models
├── buffalo_l
│ ├── 1k3d68.onnx
│ ├── 2d106det.onnx
│ ├── det_10g.onnx
│ ├── genderage.onnx
│ └── w600k_r50.onnx
└── buffalo_l.zip
1 directory, 6 files
Repeat the process for any other downloads that fails the same way.
Try extracting the zip file to the models folder so that the app skips the download (+ extraction) of that file. Should look something like this:
models ├── buffalo_l │ ├── 1k3d68.onnx │ ├── 2d106det.onnx │ ├── det_10g.onnx │ ├── genderage.onnx │ └── w600k_r50.onnx └── buffalo_l.zip 1 directory, 6 files
Repeat the process for any other downloads that fails the same way.
Thanks
requests.exceptions.SSLError: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /deepinsight/insightface/releases/download/v0.7/buffalo_l.zip (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))