File size: 286 Bytes
da855ff |
1 2 3 4 5 6 7 8 9 10 11 |
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!"
|