Download, uncompress, and place the three benchmark HAR datasets inside the three folders, 'SisFall', 'UMAFall', and 'UniMiB'.
1. SisFall
Download URL: http://sistemic.udea.edu.co/en/research/projects/english-falls/
2. UMAFall
Download URL: https://figshare.com/articles/UMA_ADL_FALL_Dataset_zip/4214283
3. UniMiB
Download URL: http://www.sal.disco.unimib.it/technologies/unimib-shar/
------------------------------
The folder structure should look like the one given below:
hcilab@hcilab:~/code/raw_dataset$ tree -d
.
├── SisFall
│ └── SisFall_dataset
│ ├── SA01
│ ├── SA02
│ ├── SA03
│ ├── SA04
│ ├── SA05
│ ├── SA06
│ ├── SA07
│ ├── SA08
│ ├── SA09
│ ├── SA10
│ ├── SA11
│ ├── SA12
│ ├── SA13
│ ├── SA14
│ ├── SA15
│ ├── SA16
│ ├── SA17
│ ├── SA18
│ ├── SA19
│ ├── SA20
│ ├── SA21
│ ├── SA22
│ ├── SA23
│ ├── SE01
│ ├── SE02
│ ├── SE03
│ ├── SE04
│ ├── SE05
│ ├── SE06
│ ├── SE07
│ ├── SE08
│ ├── SE09
│ ├── SE10
│ ├── SE11
│ ├── SE12
│ ├── SE13
│ ├── SE14
│ └── SE15
├── UMAFall
│ └── UMA_ADL_FALL_Dataset
└── UniMiB
├── code
└── data
├── results
│ ├── results151
│ └── results51
└── split
├── split151
└── split51
51 directories
hcilab@hcilab:~/code/raw_dataset$
------------------------------