Skip to content

Commit

Permalink
fix GuyTevet#87: download humanact dataset for the unconstrained sett…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
sigal-raab committed Feb 20, 2023
1 parent 03f67aa commit a456a60
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions prepare/download_unconstrained_datasets.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
mkdir -p dataset/HumanAct12Poses
cd dataset/HumanAct12Poses
mkdir -p dataset/
cd dataset/

echo "The datasets will be stored in the 'dataset' folder\n"

# HumanAct12 poses
echo "Downloading the HumanAct12 poses dataset"
gdown "https://drive.google.com/uc?id=1130gHSvNyJmii7f6pv5aY5IyQIWc3t7R"
echo "Extracting the HumanAct12 poses dataset"
tar xfzv HumanAct12Poses.tar.gz
echo "Cleaning\n"
rm HumanAct12Poses.tar.gz

# HumanAct12 poses unconstrained
echo "Downloading the HumanAct12 unconstrained poses dataset"
cd HumanAct12Poses
gdown "1KqOBTtLFgkvWSZb8ao-wdBMG7sTP3Q7d"

echo "Downloading done!"

0 comments on commit a456a60

Please sign in to comment.