Skip to content

Commit

Permalink
Update download_t2m_evaluators.sh; Fixed #229
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTevet authored Jan 19, 2025
1 parent 2ce584a commit 2953eb2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions prepare/download_t2m_evaluators.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
echo -e "Downloading T2M evaluators"
gdown --fuzzy https://drive.google.com/file/d/1DSaKqWX2HlwBtVH5l7DdW96jeYUIXsOP/view
gdown --fuzzy https://drive.google.com/file/d/1tX79xk0fflp07EZ660Xz1RAFE33iEyJR/view
# gdown --fuzzy https://drive.google.com/file/d/1DSaKqWX2HlwBtVH5l7DdW96jeYUIXsOP/view
# gdown --fuzzy https://drive.google.com/file/d/1tX79xk0fflp07EZ660Xz1RAFE33iEyJR/view
gdown --fuzzy https://drive.google.com/file/d/1O_GUHgjDbl2tgbyfSwZOUYXDACnk25Kb/view
gdown --fuzzy https://drive.google.com/file/d/12liZW5iyvoybXD8eOw4VanTgsMtynCuU/view
rm -rf t2m
rm -rf kit

Expand All @@ -10,4 +12,4 @@ echo -e "Cleaning\n"
rm t2m.zip
rm kit.zip

echo -e "Downloading done!"
echo -e "Downloading done!"

0 comments on commit 2953eb2

Please sign in to comment.