MotionLCM / prepare /download_glove.sh
wxDai's picture
[Init]
eb339cb
raw
history blame contribute delete
269 Bytes
mkdir -p deps/
cd deps/
echo -e "Downloading glove (in use by the evaluators)"
gdown --fuzzy https://drive.google.com/file/d/1cmXKUT31pqd7_XpJAiWEo1K81TMYHA5n/view?usp=sharing
rm -rf glove
unzip glove.zip
echo -e "Cleaning\n"
rm glove.zip
echo -e "Downloading done!"