test-to-motion-CEVI / prepare /download_models_demo.sh
saurav4455's picture
first push
aa5b197 verified
raw
history blame contribute delete
289 Bytes
rm -rf checkpoints
mkdir checkpoints
cd checkpoints
mkdir t2m
cd t2m
echo -e "Downloading pretrained models for HumanML3D dataset"
gdown --fuzzy https://drive.google.com/file/d/1dtKP2xBk-UjG9o16MVfBJDmGNSI56Dch/view?usp=sharing
unzip humanml3d_models.zip
rm humanml3d_models.zip
cd ../../