You can download both the raw and processed versions of the dataset from the following location:
To download the dataset on a windows machine, follow these steps:
- Open PowerShell as an Administrator
- Install Chocolatey: https://chocolatey.org/install
- Install wget:
choco install wget -y
- Download the dataset (this may take a while depending on your internet connection):
wget --recursive --no-parent --no-host-directories --cut-dirs=2 --reject="index.html*" https://iis-people.ee.ethz.ch/~datasets/DeepMFminiDataset/Data/
To download the dataset on a linux machine, follow these steps:
- Open a bash shell
- Install wget:
sudo apt update && sudo apt install -y wget
- Download the dataset (this may take a while depending on your internet connection):
wget --recursive --no-parent --no-host-directories --cut-dirs=2 --reject="index.html*" https://iis-people.ee.ethz.ch/~datasets/DeepMFminiDataset/Data/
Copy the dataset in the Data folder with the following structure:
Data/
├──Processed/
├ ├── S1/
├ ├── .../
├ └── SM/
├ ├── R1/
├ ├── .../
├ └── RN/
├ ├── gt.mat
├ ├── 1.mat
├ ├── ...
├ └── L.mat
└──Raw/
├── S1/
├── .../
└── SM/
├── Data_YYYYMMDD_HHMMSS.bin
└── ...