MotionLCM / prepare /download_t2m_evaluators.sh
wxDai's picture
init
6b1e9f7
raw
history blame contribute delete
No virus
291 Bytes
mkdir -p deps/
cd deps/
echo "The t2m evaluators will be stored in the './deps' folder"
echo "Downloading"
gdown --fuzzy https://drive.google.com/file/d/16hyR4XlEyksVyNVjhIWK684Lrm_7_pvX/view?usp=sharing
echo "Extracting"
unzip t2m.zip
echo "Cleaning"
rm t2m.zip
echo "Downloading done!"