MoMask-test / prepare /download_evaluator.sh
andrewatef's picture
Upload folder using huggingface_hub
823807d verified
raw
history blame
No virus
659 Bytes
cd checkpoints
cd t2m
echo -e "Downloading evaluation models for HumanML3D dataset"
gdown --fuzzy https://drive.google.com/file/d/1oLhSH7zTlYkQdUWPv3-v4opigB7pXkFk/view?usp=sharing
echo -e "Unzipping humanml3d_evaluator.zip"
unzip humanml3d_evaluator.zip
echo -e "Clearning humanml3d_evaluator.zip"
rm humanml3d_evaluator.zip
cd ../kit/
echo -e "Downloading pretrained models for KIT-ML dataset"
gdown --fuzzy https://drive.google.com/file/d/115n1ijntyKDDIZZEuA_aBgffyplNE5az/view?usp=sharing
echo -e "Unzipping kit_evaluator.zip"
unzip kit_evaluator.zip
echo -e "Clearning kit_evaluator.zip"
rm kit_evaluator.zip
cd ../../
echo -e "Downloading done!"