update download path
This commit is contained in:
@@ -118,7 +118,10 @@ def download_file_and_uncompress(url,
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
url = "https://github.com/ShiqiYu/OpenGait/releases/download/v1.0-beta/pretrained_model.zip"
|
||||
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"]
|
||||
for url in urls:
|
||||
download_file_and_uncompress(
|
||||
url=url, extrapath='output')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user