DiffuseStyleGesture / main /prepare /download_unconstrained_datasets.sh
youngseng's picture
Upload 187 files
da855ff
raw
history blame
286 Bytes
mkdir -p dataset/HumanAct12Poses
cd dataset/HumanAct12Poses
echo "The datasets will be stored in the 'dataset' folder\n"
# HumanAct12 poses unconstrained
echo "Downloading the HumanAct12 unconstrained poses dataset"
gdown "1KqOBTtLFgkvWSZb8ao-wdBMG7sTP3Q7d"
echo "Downloading done!"