MATEMATNKx
Results
1
issues of
MATEMATNKx
https://github.com/deepinsight/insightface/blob/v0.7/python-package/insightface/utils/storage.py#L13 Error in line for Windows here ``` def download(sub_dir, name, force=False, root='~/.insightface'): _root = os.path.expanduser(root) dir_path = os.path.join(_root, sub_dir, name) if osp.exists(dir_path) and not force: return dir_path print('download_path:', dir_path)...