GaitGL_GREW supported

This commit is contained in:
Noah
2022-04-19 17:12:10 +08:00
parent e714fa9075
commit 3c71141b3e
5 changed files with 174 additions and 15 deletions
+5 -1
View File
@@ -125,5 +125,9 @@ if __name__ == "__main__":
for url in urls:
download_file_and_uncompress(
url=url, extrapath='output')
gaitgl_grew = ['https://github.com/ShiqiYu/OpenGait/releases/download/v1.1/pretrained_grew_gaitgl.zip',
'https://github.com/ShiqiYu/OpenGait/releases/download/v1.1/pretrained_grew_gaitgl_bnneck.zip']
for gaitgl in gaitgl_grew:
download_file_and_uncompress(
url=gaitgl, extrapath='output/GREW/GaitGL')
print("Pretrained model download success!")