Skip to content

Commit

Permalink
Fix GuyTevet#54 - Download KIT evaluators
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTevet committed Dec 1, 2022
1 parent f69c8dd commit 39b06e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prepare/download_t2m_evaluators.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
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
rm -rf t2m
rm -rf kit

unzip t2m.zip
unzip kit.zip
echo -e "Cleaning\n"
rm t2m.zip
rm kit.zip

echo -e "Downloading done!"

0 comments on commit 39b06e8

Please sign in to comment.