download.sh 325 字节
Newer Older
1 2
# Download the dataset
echo "Downloading..."
薛定谔的Chat's avatar
薛定谔的Chat 已提交
3

薛定谔的Chat's avatar
薛定谔的Chat 已提交
4 5
wget https://www.crcv.ucf.edu/datasets/human-actions/ucf101/UCF101.rar
wget https://www.crcv.ucf.edu/wp-content/uploads/2019/03/UCF101TrainTestSplits-RecognitionTask.zip
6 7 8 9 10

# Extract the data.
echo "Extracting..."
unrar x UCF101.rar
unzip UCF101TrainTestSplits-RecognitionTask.zip