From becd3fee91f5498d897aa50ac379e237f6926ac3 Mon Sep 17 00:00:00 2001 From: OlalalaO <46838921+OlalalalaO@users.noreply.github.com> Date: Sun, 21 Jul 2024 22:53:44 +0800 Subject: [PATCH] Fixed download ante0lopev2.zip error update url --- python-package/insightface/utils/storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-package/insightface/utils/storage.py b/python-package/insightface/utils/storage.py index 5bf37e2d1..5006f3e82 100644 --- a/python-package/insightface/utils/storage.py +++ b/python-package/insightface/utils/storage.py @@ -4,7 +4,7 @@ import zipfile from .download import download_file -BASE_REPO_URL = 'https://github.com/deepinsight/insightface/releases/download/v0.7' +BASE_REPO_URL = 'https://huggingface.co/MonsterMMORPG/tools/resolve/main' def download(sub_dir, name, force=False, root='~/.insightface'): _root = os.path.expanduser(root)