MuseV-test / mmcm /t2p /dataset /prepare /download_extractor.sh
kevinwang676's picture
Upload folder using huggingface_hub
6755a2d verified
raw
history blame
356 Bytes
rm -rf checkpoints
mkdir checkpoints
cd checkpoints
echo -e "Downloading extractors"
gdown --fuzzy https://drive.google.com/file/d/1o7RTDQcToJjTm9_mNWTyzvZvjTWpZfug/view
gdown --fuzzy https://drive.google.com/file/d/1KNU8CsMAnxFrwopKBBkC8jEULGLPBHQp/view
unzip t2m.zip
unzip kit.zip
echo -e "Cleaning\n"
rm t2m.zip
rm kit.zip
echo -e "Downloading done!"