download_data.md

September 11, 2024 ยท View on GitHub

SUN397

Download the dataset from here and decompress it under ${YOUR_DATA_ROOT}/SUN397 through the command:

tar -zxvf SUN397.tar.gz -C ${YOUR_DATA_ROOT}

EuroSAT

Download the dataset from here and decompress it under ${YOUR_DATA_ROOT}/EuroSAT through the command:

unzip EuroSAT.zip -d ${YOUR_DATA_ROOT}

UCF101

Download the dataset from here and decompress it under ${YOUR_DATA_ROOT}/UCF101 through the command:

unrar UCF101.rar ${YOUR_DATA_ROOT}

ImageNet

Download the dataset from here and decompress it under ${YOUR_DATA_ROOT}/ImageNet through the command:

tar -zxvf ILSVRC2012_img_train.tar -C ${YOUR_DATA_ROOT}/ImageNet
tar -zxvf ILSVRC2012_img_val.tar -C ${YOUR_DATA_ROOT}/ImageNet