insightface icon indicating copy to clipboard operation
insightface copied to clipboard

Failed downloading url

Open codewithdark-git opened this issue 1 year ago • 0 comments

71 r = requests.get(url, stream=True) 72 if r.status_code != 200: ---> 73 raise RuntimeError("Failed downloading url %s" % url) 74 total_length = r.headers.get('content-length') 75 with open(fname, 'wb') as f:

RuntimeError: Failed downloading url https://github.com/deepinsight/insightface/releases/download/v0.7/./checkpoints/inswapper_128.onnx.zip

how to solve this Error please help...

codewithdark-git avatar May 08 '24 10:05 codewithdark-git