MotionLCM / prepare /download_glove.sh
wxDai's picture
init
6b1e9f7
raw
history blame
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!"