[15b6ac]: / raw_dataset / readme.txt

Download this file

77 lines (65 with data), 2.0 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
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$

------------------------------