add view angle result for OUMVLP

This commit is contained in:
darkliang
2022-03-11 22:24:21 +08:00
parent 7d7b81f48e
commit 22940ff3e0
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ def download_file_and_uncompress(url,
if __name__ == "__main__":
urls = [
"https://github.com/ShiqiYu/OpenGait/releases/download/v1.0/pretrained_casiab_model.zip",
"https://github.com/ShiqiYu/OpenGait/releases/download/v1.0/pretrained_oumvlp_model.zip"]
"https://github.com/ShiqiYu/OpenGait/releases/download/v1.1/pretrained_oumvlp_model.zip"]
for url in urls:
download_file_and_uncompress(
url=url, extrapath='output')