Skip to content

Latest commit

 

History

History
51 lines (45 loc) · 1.5 KB

File metadata and controls

51 lines (45 loc) · 1.5 KB

Dataset

You can download both the raw and processed versions of the dataset from the following location:

Dataset

To download the dataset on a windows machine, follow these steps:

  1. Open PowerShell as an Administrator
  2. Install Chocolatey: https://chocolatey.org/install
  3. Install wget:
choco install wget -y
  1. 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:

  1. Open a bash shell
  2. Install wget:
sudo apt update && sudo apt install -y wget
  1. 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
		└── ...