simplexsigil commited on
Commit
68e5cee
·
1 Parent(s): 96ba3a1

Restructured splits and reorganized readme.

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. CONFIGS.md +123 -0
  2. LABELS.md +53 -0
  3. README.md +2342 -339
  4. STRUCTURE.md +73 -0
  5. generate_parquet.py +169 -22
  6. omnifall_dataset_examples.ipynb +2 -2
  7. parquet/caucafall-cs/test-00000-of-00001.parquet +3 -0
  8. parquet/caucafall-cs/train-00000-of-00001.parquet +3 -0
  9. parquet/caucafall-cs/validation-00000-of-00001.parquet +3 -0
  10. parquet/caucafall-cv/train-00000-of-00001.parquet +3 -0
  11. parquet/caucafall-to-all-cs/test-00000-of-00001.parquet +3 -0
  12. parquet/caucafall-to-all-cs/train-00000-of-00001.parquet +3 -0
  13. parquet/caucafall-to-all-cs/validation-00000-of-00001.parquet +3 -0
  14. parquet/caucafall-to-all-cv/test-00000-of-00001.parquet +3 -0
  15. parquet/caucafall-to-all-cv/train-00000-of-00001.parquet +3 -0
  16. parquet/cmdfall-cs/test-00000-of-00001.parquet +3 -0
  17. parquet/cmdfall-cs/train-00000-of-00001.parquet +3 -0
  18. parquet/cmdfall-cs/validation-00000-of-00001.parquet +3 -0
  19. parquet/cmdfall-cv/test-00000-of-00001.parquet +3 -0
  20. parquet/cmdfall-cv/train-00000-of-00001.parquet +3 -0
  21. parquet/cmdfall-cv/validation-00000-of-00001.parquet +3 -0
  22. parquet/cmdfall-to-all-cs/test-00000-of-00001.parquet +3 -0
  23. parquet/cmdfall-to-all-cs/train-00000-of-00001.parquet +3 -0
  24. parquet/cmdfall-to-all-cs/validation-00000-of-00001.parquet +3 -0
  25. parquet/cmdfall-to-all-cv/test-00000-of-00001.parquet +3 -0
  26. parquet/cmdfall-to-all-cv/train-00000-of-00001.parquet +3 -0
  27. parquet/cmdfall-to-all-cv/validation-00000-of-00001.parquet +3 -0
  28. parquet/cs-staged-wild/test-00000-of-00001.parquet +2 -2
  29. parquet/cv-staged-wild/test-00000-of-00001.parquet +2 -2
  30. parquet/edf-cs/test-00000-of-00001.parquet +3 -0
  31. parquet/edf-cs/train-00000-of-00001.parquet +3 -0
  32. parquet/edf-cs/validation-00000-of-00001.parquet +3 -0
  33. parquet/edf-cv/test-00000-of-00001.parquet +3 -0
  34. parquet/edf-cv/train-00000-of-00001.parquet +3 -0
  35. parquet/edf-cv/validation-00000-of-00001.parquet +3 -0
  36. parquet/edf-to-all-cs/test-00000-of-00001.parquet +3 -0
  37. parquet/edf-to-all-cs/train-00000-of-00001.parquet +3 -0
  38. parquet/edf-to-all-cs/validation-00000-of-00001.parquet +3 -0
  39. parquet/edf-to-all-cv/test-00000-of-00001.parquet +3 -0
  40. parquet/edf-to-all-cv/train-00000-of-00001.parquet +3 -0
  41. parquet/edf-to-all-cv/validation-00000-of-00001.parquet +3 -0
  42. parquet/gmdcsa24-cs/test-00000-of-00001.parquet +3 -0
  43. parquet/gmdcsa24-cs/train-00000-of-00001.parquet +3 -0
  44. parquet/gmdcsa24-cs/validation-00000-of-00001.parquet +3 -0
  45. parquet/gmdcsa24-cv/test-00000-of-00001.parquet +3 -0
  46. parquet/gmdcsa24-cv/train-00000-of-00001.parquet +3 -0
  47. parquet/gmdcsa24-cv/validation-00000-of-00001.parquet +3 -0
  48. parquet/gmdcsa24-to-all-cs/test-00000-of-00001.parquet +3 -0
  49. parquet/gmdcsa24-to-all-cs/train-00000-of-00001.parquet +3 -0
  50. parquet/gmdcsa24-to-all-cs/validation-00000-of-00001.parquet +3 -0
CONFIGS.md ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # OmniFall Configuration Reference
2
+
3
+ All configurations are loaded via:
4
+
5
+ ```python
6
+ from datasets import load_dataset
7
+ ds = load_dataset("simplexsigil2/omnifall", "<config_name>")
8
+ ```
9
+
10
+ ## Labels (no train/val/test splits)
11
+
12
+ | Config | Description |
13
+ |---|---|
14
+ | `labels` (default) | All staged + OOPS labels (52,618 segments, 7 columns) |
15
+ | `labels-syn` | OF-Syn labels with demographic metadata (19,228 segments, 19 columns) |
16
+ | `metadata-syn` | OF-Syn video-level metadata (12,000 videos) |
17
+ | `framewise-syn` | OF-Syn frame-wise labels (81 labels per video) |
18
+
19
+ ## Same-Domain Configs
20
+
21
+ ### OF-Staged
22
+
23
+ | Config | Description |
24
+ |---|---|
25
+ | `of-sta-cs` | 8 staged datasets, cross-subject splits |
26
+ | `of-sta-cv` | 8 staged datasets, cross-view splits |
27
+
28
+ ### OF-ItW
29
+
30
+ | Config | Description |
31
+ |---|---|
32
+ | `of-itw` | OOPS-Fall in-the-wild genuine accidents |
33
+
34
+ Video loading requires the `omnifall` companion package (`pip install omnifall`).
35
+
36
+ ### OF-Syn
37
+
38
+ | Config | Description |
39
+ |---|---|
40
+ | `of-syn` | Random 80/10/10 split |
41
+ | `of-syn-cross-age` | Cross-age split (train: adults, test: children/elderly) |
42
+ | `of-syn-cross-ethnicity` | Cross-ethnicity split |
43
+ | `of-syn-cross-bmi` | Cross-BMI split (train: normal/underweight, test: obese) |
44
+
45
+ Video loading requires the `omnifall` companion package.
46
+
47
+ ## Cross-Domain Evaluation (to-all)
48
+
49
+ Train/val from a specific source, test on **all** datasets (staged test + ItW test + Syn random test). The `-cs`/`-cv` suffix controls how the staged portion of the test set is split.
50
+
51
+ ### Combined source configs
52
+
53
+ | Config | Train/val source | Test |
54
+ |---|---|---|
55
+ | `of-sta-to-all-cs` | All 8 staged (CS) | All datasets (staged CS + ItW + Syn) |
56
+ | `of-sta-to-all-cv` | All 8 staged (CV) | All datasets (staged CV + ItW + Syn) |
57
+ | `of-syn-to-all-cs` | OF-Syn random | All datasets (staged CS + ItW + Syn) |
58
+ | `of-syn-to-all-cv` | OF-Syn random | All datasets (staged CV + ItW + Syn) |
59
+ | `of-sta-syn-to-all-cs` | Staged CS + OF-Syn | All datasets (staged CS + ItW + Syn) |
60
+ | `of-sta-syn-to-all-cv` | Staged CV + OF-Syn | All datasets (staged CV + ItW + Syn) |
61
+
62
+ ### Individual staged dataset configs
63
+
64
+ | Config pattern | Train/val source |
65
+ |---|---|
66
+ | `{dataset}-to-all-cs` | Individual staged dataset (CS split) |
67
+ | `{dataset}-to-all-cv` | Individual staged dataset (CV split) |
68
+
69
+ Available for: `caucafall`, `cmdfall`, `edf`, `gmdcsa24`, `le2i`, `mcfd`, `occu`, `up_fall`.
70
+
71
+ Note: `mcfd-to-all-cs` has train only (1 subject, CS val is empty). `caucafall-to-all-cv` has train only (1 room, CV val is empty).
72
+
73
+ ## Aggregate Configs (staged + OOPS combined)
74
+
75
+ | Config | Description |
76
+ |---|---|
77
+ | `cs` | Cross-subject splits for all staged + OOPS |
78
+ | `cv` | Cross-view splits for all staged + OOPS |
79
+
80
+ ## Individual Dataset Configs
81
+
82
+ Each staged dataset with both cross-subject (`-cs`) and cross-view (`-cv`) splits:
83
+
84
+ | CS | CV |
85
+ |---|---|
86
+ | `caucafall-cs` | `caucafall-cv` |
87
+ | `cmdfall-cs` | `cmdfall-cv` |
88
+ | `edf-cs` | `edf-cv` |
89
+ | `gmdcsa24-cs` | `gmdcsa24-cv` |
90
+ | `le2i-cs` | `le2i-cv` |
91
+ | `mcfd-cs` | `mcfd-cv` |
92
+ | `occu-cs` | `occu-cv` |
93
+ | `up_fall-cs` | `up_fall-cv` |
94
+
95
+ Note: `mcfd-cs` has train only (1 subject). `caucafall-cv` has train only (1 room).
96
+
97
+ ## Deprecated Config Names
98
+
99
+ The following old config names still work but may be removed in a future version:
100
+
101
+ | Old Name | Use Instead |
102
+ |---|---|
103
+ | `cs-staged` | `of-sta-cs` |
104
+ | `cv-staged` | `of-sta-cv` |
105
+ | `cs-staged-wild` | `of-sta-to-all-cs` |
106
+ | `cv-staged-wild` | `of-sta-to-all-cv` |
107
+ | `of-sta-to-itw-cs` | `of-sta-to-all-cs` |
108
+ | `of-sta-to-itw-cv` | `of-sta-to-all-cv` |
109
+ | `of-sta-itw-cs` | `of-sta-to-all-cs` |
110
+ | `of-sta-itw-cv` | `of-sta-to-all-cv` |
111
+ | `of-syn-to-itw` | `of-syn-to-all-cs` |
112
+ | `of-syn-itw` | `of-syn-to-all-cs` |
113
+ | `of-sta-syn-to-itw-cs` | `of-sta-syn-to-all-cs` |
114
+ | `of-sta-syn-to-itw-cv` | `of-sta-syn-to-all-cv` |
115
+ | `OOPS` | `of-itw` |
116
+ | `caucafall` | `caucafall-cs` |
117
+ | `cmdfall` | `cmdfall-cs` |
118
+ | `edf` | `edf-cs` |
119
+ | `gmdcsa24` | `gmdcsa24-cs` |
120
+ | `le2i` | `le2i-cs` |
121
+ | `mcfd` | `mcfd-cs` |
122
+ | `occu` | `occu-cs` |
123
+ | `up_fall` | `up_fall-cs` |
LABELS.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # OmniFall Label Definitions
2
+
3
+ The benchmark uses a sixteen-class activity taxonomy. Staged datasets use classes 0-9. OF-ItW and OF-Syn use the full range 0-15. The extended classes (10-15) are infrequent and can be mapped to "other" (class 9) for compatibility.
4
+
5
+ ## Core Classes (0-9, all datasets)
6
+
7
+ - **`0|walk`** - Move around, including jogging and running and "drunk walking", but only if it is not part of some special exercise like pulling your knees up. Not when pushing a large object like a chair, but included carrying something small like an apple.
8
+ - **`1|fall`** - The act of falling (from any previous state). Includes falling on a bed, if the process is not a controlled lying down with arms as support.
9
+ - **`2|fallen`** - Being on the ground or a mattress after a fall.
10
+ - **`3|sit_down`** - Sitting down on bed or chair or ground.
11
+ - **`4|sitting`** - Sitting on bed or chair or ground.
12
+ - **`5|lie_down`** - Lying down intentionally (in contrast to a fall) on ground or bed.
13
+ - **`6|lying`** - Being in a lying position (in bed or on the ground) after intentionally getting into that position.
14
+ - **`7|stand_up`** - Standing up from a fallen state, from lying or sitting. Includes getting from lying position into sitting position.
15
+ - **`8|standing`** - Standing around without walking.
16
+ - **`9|other`** - Any other activity, including e.g. walking while pushing an object like a chair.
17
+
18
+ ## Extended Classes (10-15, OF-ItW and OF-Syn)
19
+
20
+ These classes capture additional activities observed in genuine accident and synthetic videos. They do not occur in staged datasets.
21
+
22
+ - **`10|kneel_down`** - Transitioning from standing or another posture to a kneeling position.
23
+ - **`11|kneeling`** - Being in a kneeling position (static posture).
24
+ - **`12|squat_down`** - Transitioning to a squatting position.
25
+ - **`13|squatting`** - Being in a squatting position (static posture).
26
+ - **`14|crawl`** - Crawling on hands and knees or similar locomotion on the ground.
27
+ - **`15|jump`** - Jumping action, including vertical jumps and jumps from elevated positions.
28
+
29
+ ## Motion Types
30
+
31
+ There are two types of motions: **dynamic** ones like `walk` or `stand_up` and **static** ones like `fallen`, `sitting`, `lying`.
32
+
33
+ **Dynamic motions** are annotated starting from the first frame that belongs to that action. For example, the transition from `walk` to `fall` begins at the first frame where the motion visibly diverges from walking.
34
+
35
+ **Static motions** begin at the first frame where the person reaches a resting state. For `sit_down`, the label ends when the person stops adjusting their body position. For `fall`, the label ends when inertia-driven movement stops, and the subsequent `fallen` segment may still contain ground-level movement unrelated to the fall or recovery.
36
+
37
+ ## Label Sequences
38
+
39
+ There are natural sequences of labels like `fall`, `fallen`, `stand_up`. However, these do not always appear together. A person might stand up directly after falling without a `fallen` segment, or sit down and immediately stand up without a `sitting` segment.
40
+
41
+ Lying down is intentional (in contrast to `fall`). Falls can follow `sit_down` or `lie_down` when falling from a chair or bed.
42
+
43
+ Getting from a lying position to sitting counts as `stand_up`, even if the person remains seated. A full sequence might be: `lying`, `stand_up`, `sitting`, `stand_up` (lying in bed, sitting up, pausing, then fully standing).
44
+
45
+ The distinction between `sit_down` followed by `lie_down` versus a single `lie_down` depends on whether there is a moment of rest in the sitting position. If the person transitions directly from standing through sitting to lying without pause, only `lie_down` is labeled.
46
+
47
+ ## Annotation Process
48
+
49
+ The annotation video below demonstrates how VGG VIA was used for dense temporal annotation. Pre-existing dataset labels served as visual aid, but all videos were relabeled using OmniFall's label definitions to ensure consistency. The example shows CMDFall, which already provides relatively detailed labels; other source datasets have sparser original annotations.
50
+
51
+ Blurred regions in the video were added in post-processing to protect subject privacy on this page.
52
+
53
+ <video src="https://huggingface.co/datasets/simplexsigil2/omnifall/resolve/main/annotation_remarks.webm" controls />
README.md CHANGED
@@ -86,6 +86,218 @@ configs:
86
  path: parquet/of-syn-cross-bmi/validation-*.parquet
87
  - split: test
88
  path: parquet/of-syn-cross-bmi/test-*.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  - config_name: of-sta-itw-cs
90
  data_files:
91
  - split: train
@@ -126,6 +338,126 @@ configs:
126
  path: parquet/cv/validation-*.parquet
127
  - split: test
128
  path: parquet/cv/test-*.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
  - config_name: caucafall
130
  data_files:
131
  - split: train
@@ -205,19 +537,19 @@ configs:
205
  - config_name: cs-staged-wild
206
  data_files:
207
  - split: train
208
- path: parquet/cs-staged-wild/train-*.parquet
209
  - split: validation
210
- path: parquet/cs-staged-wild/validation-*.parquet
211
  - split: test
212
- path: parquet/cs-staged-wild/test-*.parquet
213
  - config_name: cv-staged-wild
214
  data_files:
215
  - split: train
216
- path: parquet/cv-staged-wild/train-*.parquet
217
  - split: validation
218
- path: parquet/cv-staged-wild/validation-*.parquet
219
  - split: test
220
- path: parquet/cv-staged-wild/test-*.parquet
221
  - config_name: OOPS
222
  data_files:
223
  - split: train
@@ -1339,7 +1671,7 @@ dataset_info:
1339
  - name: test
1340
  num_bytes: 0
1341
  num_examples: 4852
1342
- - config_name: of-sta-itw-cs
1343
  features:
1344
  - name: path
1345
  dtype: string
@@ -1376,14 +1708,14 @@ dataset_info:
1376
  splits:
1377
  - name: train
1378
  num_bytes: 0
1379
- num_examples: 26036
1380
  - name: validation
1381
  num_bytes: 0
1382
- num_examples: 4272
1383
  - name: test
1384
  num_bytes: 0
1385
- num_examples: 3673
1386
- - config_name: of-sta-itw-cv
1387
  features:
1388
  - name: path
1389
  dtype: string
@@ -1420,14 +1752,11 @@ dataset_info:
1420
  splits:
1421
  - name: train
1422
  num_bytes: 0
1423
- num_examples: 8888
1424
- - name: validation
1425
- num_bytes: 0
1426
- num_examples: 8185
1427
  - name: test
1428
  num_bytes: 0
1429
- num_examples: 3673
1430
- - config_name: of-syn-itw
1431
  features:
1432
  - name: path
1433
  dtype: string
@@ -1464,14 +1793,14 @@ dataset_info:
1464
  splits:
1465
  - name: train
1466
  num_bytes: 0
1467
- num_examples: 15344
1468
  - name: validation
1469
  num_bytes: 0
1470
- num_examples: 1956
1471
  - name: test
1472
  num_bytes: 0
1473
- num_examples: 3673
1474
- - config_name: cs
1475
  features:
1476
  - name: path
1477
  dtype: string
@@ -1508,14 +1837,14 @@ dataset_info:
1508
  splits:
1509
  - name: train
1510
  num_bytes: 0
1511
- num_examples: 27059
1512
  - name: validation
1513
  num_bytes: 0
1514
- num_examples: 4754
1515
  - name: test
1516
  num_bytes: 0
1517
- num_examples: 22337
1518
- - config_name: cv
1519
  features:
1520
  - name: path
1521
  dtype: string
@@ -1552,14 +1881,14 @@ dataset_info:
1552
  splits:
1553
  - name: train
1554
  num_bytes: 0
1555
- num_examples: 9911
1556
  - name: validation
1557
  num_bytes: 0
1558
- num_examples: 8667
1559
  - name: test
1560
  num_bytes: 0
1561
- num_examples: 30872
1562
- - config_name: caucafall
1563
  features:
1564
  - name: path
1565
  dtype: string
@@ -1596,14 +1925,14 @@ dataset_info:
1596
  splits:
1597
  - name: train
1598
  num_bytes: 0
1599
- num_examples: 176
1600
  - name: validation
1601
  num_bytes: 0
1602
- num_examples: 25
1603
  - name: test
1604
  num_bytes: 0
1605
- num_examples: 47
1606
- - config_name: cmdfall
1607
  features:
1608
  - name: path
1609
  dtype: string
@@ -1640,14 +1969,14 @@ dataset_info:
1640
  splits:
1641
  - name: train
1642
  num_bytes: 0
1643
- num_examples: 20884
1644
  - name: validation
1645
  num_bytes: 0
1646
- num_examples: 3689
1647
  - name: test
1648
  num_bytes: 0
1649
- num_examples: 17570
1650
- - config_name: edf
1651
  features:
1652
  - name: path
1653
  dtype: string
@@ -1684,14 +2013,14 @@ dataset_info:
1684
  splits:
1685
  - name: train
1686
  num_bytes: 0
1687
- num_examples: 302
1688
  - name: validation
1689
  num_bytes: 0
1690
- num_examples: 78
1691
  - name: test
1692
  num_bytes: 0
1693
- num_examples: 128
1694
- - config_name: gmdcsa24
1695
  features:
1696
  - name: path
1697
  dtype: string
@@ -1728,14 +2057,14 @@ dataset_info:
1728
  splits:
1729
  - name: train
1730
  num_bytes: 0
1731
- num_examples: 213
1732
  - name: validation
1733
  num_bytes: 0
1734
- num_examples: 152
1735
  - name: test
1736
  num_bytes: 0
1737
- num_examples: 93
1738
- - config_name: le2i
1739
  features:
1740
  - name: path
1741
  dtype: string
@@ -1772,14 +2101,14 @@ dataset_info:
1772
  splits:
1773
  - name: train
1774
  num_bytes: 0
1775
- num_examples: 670
1776
  - name: validation
1777
  num_bytes: 0
1778
- num_examples: 94
1779
  - name: test
1780
  num_bytes: 0
1781
- num_examples: 203
1782
- - config_name: mcfd
1783
  features:
1784
  - name: path
1785
  dtype: string
@@ -1817,7 +2146,10 @@ dataset_info:
1817
  - name: train
1818
  num_bytes: 0
1819
  num_examples: 1352
1820
- - config_name: occu
 
 
 
1821
  features:
1822
  - name: path
1823
  dtype: string
@@ -1854,14 +2186,14 @@ dataset_info:
1854
  splits:
1855
  - name: train
1856
  num_bytes: 0
1857
- num_examples: 289
1858
  - name: validation
1859
  num_bytes: 0
1860
- num_examples: 94
1861
  - name: test
1862
  num_bytes: 0
1863
- num_examples: 101
1864
- - config_name: up_fall
1865
  features:
1866
  - name: path
1867
  dtype: string
@@ -1898,14 +2230,14 @@ dataset_info:
1898
  splits:
1899
  - name: train
1900
  num_bytes: 0
1901
- num_examples: 2150
1902
  - name: validation
1903
  num_bytes: 0
1904
- num_examples: 140
1905
  - name: test
1906
  num_bytes: 0
1907
- num_examples: 522
1908
- - config_name: cs-staged
1909
  features:
1910
  - name: path
1911
  dtype: string
@@ -1942,14 +2274,14 @@ dataset_info:
1942
  splits:
1943
  - name: train
1944
  num_bytes: 0
1945
- num_examples: 26036
1946
  - name: validation
1947
  num_bytes: 0
1948
- num_examples: 4272
1949
  - name: test
1950
  num_bytes: 0
1951
- num_examples: 18664
1952
- - config_name: cv-staged
1953
  features:
1954
  - name: path
1955
  dtype: string
@@ -1986,14 +2318,14 @@ dataset_info:
1986
  splits:
1987
  - name: train
1988
  num_bytes: 0
1989
- num_examples: 8888
1990
  - name: validation
1991
  num_bytes: 0
1992
- num_examples: 8185
1993
  - name: test
1994
  num_bytes: 0
1995
- num_examples: 27199
1996
- - config_name: cs-staged-wild
1997
  features:
1998
  - name: path
1999
  dtype: string
@@ -2030,14 +2362,14 @@ dataset_info:
2030
  splits:
2031
  - name: train
2032
  num_bytes: 0
2033
- num_examples: 26036
2034
  - name: validation
2035
  num_bytes: 0
2036
- num_examples: 4272
2037
  - name: test
2038
  num_bytes: 0
2039
- num_examples: 3673
2040
- - config_name: cv-staged-wild
2041
  features:
2042
  - name: path
2043
  dtype: string
@@ -2074,14 +2406,14 @@ dataset_info:
2074
  splits:
2075
  - name: train
2076
  num_bytes: 0
2077
- num_examples: 8888
2078
  - name: validation
2079
  num_bytes: 0
2080
- num_examples: 8185
2081
  - name: test
2082
  num_bytes: 0
2083
- num_examples: 3673
2084
- - config_name: OOPS
2085
  features:
2086
  - name: path
2087
  dtype: string
@@ -2118,10 +2450,1884 @@ dataset_info:
2118
  splits:
2119
  - name: train
2120
  num_bytes: 0
2121
- num_examples: 1023
2122
  - name: validation
2123
  num_bytes: 0
2124
- num_examples: 482
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2125
  - name: test
2126
  num_bytes: 0
2127
  num_examples: 3673
@@ -2133,307 +4339,104 @@ dataset_info:
2133
  </a>
2134
  </br>
2135
  <a href="https://simplexsigil.github.io/omnifall/">
2136
- <img src="https://img.shields.io/badge/Omnifall-Project_Page-2FA7C9.svg" alt="arXiv" style="height:20px;">
2137
  </a>
2138
 
2139
  # OmniFall: A Unified Benchmark for Staged-to-Wild Fall Detection
2140
 
2141
- This repository contains annotations, splits, and metadata for OmniFall, a comprehensive benchmark with three components:
2142
-
2143
- - **OF-Staged (OF-Sta):** 8 public staged fall detection datasets (~14h single-view, 112 subjects, 31 camera views)
2144
- - **OF-In-the-Wild (OF-ItW):** Curated genuine accident videos from OOPS (~2.7h, 818 videos)
2145
- - **OF-Synthetic (OF-Syn):** 12,000 synthetic videos generated with Wan 2.2 (~17h) with controlled demographic diversity
2146
-
2147
- All components share a sixteen-class activity taxonomy. Staged datasets use the core ten classes (0-9), while OF-ItW and OF-Syn use the full sixteen classes (0-15).
2148
-
2149
- [OmniFall: A Unified Staged-to-Wild Benchmark for Human Fall Detection](https://arxiv.org/abs/2505.19889)
2150
-
2151
- Also have a look for additional information on our project page:
2152
-
2153
- [OmniFall Project Page](https://simplexsigil.github.io/omnifall/)
2154
-
2155
- ## Datasets
2156
-
2157
- ### OF-Staged (8 public datasets)
2158
-
2159
- 1. **[CMDFall](https://www.mica.edu.vn/perso/Tran-Thi-Thanh-Hai/CMDFALL.html)** (7h 25m single view) - 50 subjects, 7 synchronized views
2160
- 2. **[UP Fall](https://sites.google.com/up.edu.mx/har-up/)** (4h 35m) - 17 subjects, 2 synchronized views
2161
- 3. **[Le2i](https://search-data.ubfc.fr/imvia/FR-13002091000019-2024-04-09_Fall-Detection-Dataset.html)** (47m) - 9 subjects, 6 different rooms
2162
- 4. **[GMDCSA24](https://github.com/ekramalam/GMDCSA24-A-Dataset-for-Human-Fall-Detection-in-Videos)** (21m) - 4 subjects, 3 rooms
2163
- 5. **[CAUCAFall](https://data.mendeley.com/datasets/7w7fccy7ky/4)** (16m) - 10 subjects, 1 room
2164
- 6. **[EDF](https://doi.org/10.5281/zenodo.15494102)** (13m) - 5 subjects, 2 views synchronized
2165
- 7. **[OCCU](https://doi.org/10.5281/zenodo.15494102)** (14m) - 5 subjects, 2 views not synchronized
2166
- 8. **[MCFD](https://www.iro.umontreal.ca/~labimage/Dataset/)** (12m) - 1 subject, 8 views
2167
 
2168
- ### OF-ItW (In-the-Wild)
2169
 
2170
- 9. **[OOPS-Fall](https://oops.cs.columbia.edu/data/)** (2h 39m) - Curated subset of genuine fall accidents from the OOPS dataset, strong variation in subjects and views.
2171
 
2172
- ### OF-Syn (Synthetic)
2173
-
2174
- 10. **OF-Syn** (16h 53m) - 12,000 synthetic videos generated with Wan 2.2 video diffusion model. Features controlled demographic diversity across age (6 groups), ethnicity (7 OMB categories), body type (4 BMI bands), gender, and environments. Labels include 19 columns: 7 core annotation fields plus 12 demographic and scene metadata fields.
2175
-
2176
- ## Structure
2177
-
2178
- The repository is organized as follows:
2179
-
2180
- - `omnifall_builder.py` - Dataset builder (reference, not used by HF directly)
2181
- - `parquet/` - Pre-built parquet files for all configs (used by `load_dataset`)
2182
- - `labels/` - CSV files containing temporal segment annotations
2183
- - Staged/OOPS labels: 7 columns (`path, label, start, end, subject, cam, dataset`)
2184
- - OF-Syn labels: 19 columns (7 core + 12 demographic/scene metadata)
2185
- - `splits/` - Train/validation/test splits
2186
- - `splits/cs/` - Cross-subject splits (staged + OOPS)
2187
- - `splits/cv/` - Cross-view splits (staged + OOPS)
2188
- - `splits/syn/` - Synthetic splits (random, cross_age, cross_ethnicity, cross_bmi)
2189
- - `videos/metadata.csv` - OF-Syn video-level metadata (12,000 videos)
2190
- - `data_files/omnifall-synthetic_av1.tar` - OF-Syn video archive (12,000 AV1-encoded MP4s)
2191
- - `data_files/syn_frame_wise_labels.tar.zst` - OF-Syn frame-wise HDF5 labels
2192
- - `data_files/oops_video_mapping.csv` - Mapping from OOPS original filenames to OF-ItW sanitized names
2193
- - `prepare_oops_videos.py` - Script to extract OOPS videos for OF-ItW (streams from source, no 45GB download needed)
2194
-
2195
- ### Label Format
2196
-
2197
- Each label file in the `labels/` directory follows this format:
2198
-
2199
- ```
2200
- path,label,start,end,subject,cam,dataset
2201
- path/to/clip,class_id,start_time,end_time,subject_id,camera_id,dataset_name
2202
- ```
2203
-
2204
- Where:
2205
- - `path`: Relative path to the video, given the respective dataset root.
2206
- - `label`: Class ID (0-15) corresponding to one of sixteen activity classes:
2207
- - 0: walk
2208
- - 1: fall
2209
- - 2: fallen
2210
- - 3: sit_down
2211
- - 4: sitting
2212
- - 5: lie_down
2213
- - 6: lying
2214
- - 7: stand_up
2215
- - 8: standing
2216
- - 9: other
2217
- - 10: kneel_down
2218
- - 11: kneeling
2219
- - 12: squat_down
2220
- - 13: squatting
2221
- - 14: crawl
2222
- - 15: jump
2223
- - `start`: Start time of the segment (in seconds)
2224
- - `end`: End time of the segment (in seconds)
2225
- - `subject`: Subject ID
2226
- - `cam`: Camera view ID
2227
- - `dataset`: Name of the dataset
2228
-
2229
- **Note on class usage:** Staged datasets (OF-Sta) use only the core ten classes (0-9). OF-ItW and OF-Syn use the full sixteen-class taxonomy. The extended classes (10-15) are infrequent and can be treated as "other" (class 9) for compatibility.
2230
-
2231
- Cam and subject IDs are -1 for OF-ItW and OF-Syn, since these datasets have no consistent camera views or subjects across videos.
2232
-
2233
- **Note on OF-Syn labels:** The `labels/of-syn.csv` file contains 19 columns: the 7 core fields above plus 12 demographic and scene metadata fields (age_group, gender_presentation, monk_skin_tone, race_ethnicity_omb, bmi_band, height_band, environment_category, camera_shot, speed, camera_elevation, camera_azimuth, camera_distance). These additional fields are only available when loading OF-Syn configs.
2234
-
2235
- ### Split Format
2236
-
2237
- Split files in the `splits/` directory list the video segments included in each partition. You can use the split paths to filter the label data.:
2238
-
2239
- ```
2240
- path
2241
- path/to/clip
2242
- ```
2243
-
2244
- ## Evaluation Protocols
2245
-
2246
- All configurations are loaded via `load_dataset("simplexsigil2/omnifall", "<config_name>")`.
2247
-
2248
- ### Labels (no train/val/test splits)
2249
- - `labels` (default): All staged + OOPS labels (52k segments, 7 columns)
2250
- - `labels-syn`: OF-Syn labels with demographic metadata (19k segments, 19 columns)
2251
- - `metadata-syn`: OF-Syn video-level metadata (12k videos)
2252
- - `framewise-syn`: OF-Syn frame-wise labels (81 labels per video, from parquet)
2253
-
2254
- ### OF-Staged Configs
2255
- - `of-sta-cs`: 8 staged datasets, cross-subject splits
2256
- - `of-sta-cv`: 8 staged datasets, cross-view splits
2257
-
2258
- ### OF-ItW Config
2259
- - `of-itw`: OOPS-Fall in-the-wild genuine accidents
2260
-
2261
- Video loading requires the `omnifall` companion package. See examples below.
2262
-
2263
- ### OF-Syn Configs
2264
- - `of-syn`: Fixed randomized 80/10/10 split
2265
- - `of-syn-cross-age`: Cross-age split (train: adults, test: children/elderly)
2266
- - `of-syn-cross-ethnicity`: Cross-ethnicity split
2267
- - `of-syn-cross-bmi`: Cross-BMI split (train: normal/underweight, test: obese)
2268
-
2269
- Video loading for OF-Syn configs requires the `omnifall` companion package.
2270
-
2271
- ### Cross-Domain Evaluation
2272
- - `of-sta-itw-cs`: Train/val on staged CS, test on OOPS
2273
- - `of-sta-itw-cv`: Train/val on staged CV, test on OOPS
2274
- - `of-syn-itw`: Train/val on OF-Syn random, test on OOPS
2275
-
2276
- ### Aggregate Configs (staged + OOPS combined)
2277
- - `cs`: Cross-subject splits for all staged + OOPS
2278
- - `cv`: Cross-view splits for all staged + OOPS
2279
-
2280
- ### Individual Dataset Configs
2281
- - `caucafall`, `cmdfall`, `edf`, `gmdcsa24`, `le2i`, `mcfd`, `occu`, `up_fall`: Individual datasets with cross-subject splits
2282
-
2283
- ### Deprecated Config Names
2284
-
2285
- The following old config names still work but emit a deprecation warning:
2286
-
2287
- | Old Name | Use Instead |
2288
- |---|---|
2289
- | `cs-staged` | `of-sta-cs` |
2290
- | `cv-staged` | `of-sta-cv` |
2291
- | `cs-staged-wild` | `of-sta-itw-cs` |
2292
- | `cv-staged-wild` | `of-sta-itw-cv` |
2293
- | `OOPS` | `of-itw` |
2294
-
2295
- ## Examples
2296
-
2297
- For a complete interactive walkthrough of all configs, video loading, and label visualization, see the [example notebook](omnifall_dataset_examples.ipynb).
2298
 
2299
  ```python
2300
  from datasets import load_dataset
2301
 
2302
- # Load the three main components
2303
- staged = load_dataset("simplexsigil2/omnifall", "of-sta-cs") # 8 staged datasets
2304
- itw = load_dataset("simplexsigil2/omnifall", "of-itw") # OOPS in-the-wild
2305
- syn = load_dataset("simplexsigil2/omnifall", "of-syn") # OF-Syn synthetic
2306
-
2307
- # Each returns train/validation/test splits with labels already merged
2308
- print(f"Staged train: {len(staged['train'])} segments")
2309
- print(f"ItW test: {len(itw['test'])} segments")
2310
- print(f"Syn train: {len(syn['train'])} segments")
2311
-
2312
- # Synthetic data includes demographic metadata (19 columns)
2313
- example = syn['train'][0]
2314
- print(f"Path: {example['path']}, Label: {example['label']}")
2315
- print(f"Age: {example['age_group']}, Ethnicity: {example['race_ethnicity_omb']}")
2316
 
2317
- # Cross-domain: train on staged, test on wild
2318
- cross = load_dataset("simplexsigil2/omnifall", "of-sta-itw-cs")
2319
- print(f"Train on staged: {len(cross['train'])} segments")
2320
- print(f"Test on wild: {len(cross['test'])} segments")
2321
 
2322
- # All labels without splits (for custom splitting)
2323
- labels = load_dataset("simplexsigil2/omnifall", "labels")["train"]
2324
- syn_labels = load_dataset("simplexsigil2/omnifall", "labels-syn")["train"]
2325
  ```
2326
 
2327
- ### Loading Videos
2328
-
2329
- Video loading requires the `omnifall` companion package (`pip install omnifall`), which handles video download, caching, and path resolution.
2330
 
2331
  ```python
2332
  import omnifall
2333
 
2334
- # OF-Syn: videos are auto-downloaded from HF Hub (~9.1GB, cached)
2335
  ds = omnifall.load("of-syn", video=True)
2336
 
2337
- # OF-ItW: requires one-time OOPS video preparation (~45GB stream, ~2.6GB on disk)
2338
- omnifall.prepare_oops() # interactive license consent
2339
  ds = omnifall.load("of-itw", video=True)
2340
 
2341
- # Cross-domain: syn videos for train/val, OOPS for test
2342
- ds = omnifall.load("of-syn-itw", video=True)
2343
-
2344
  # The video column contains absolute file paths (strings)
2345
- print(ds["train"][0]["video"]) # /home/user/.cache/omnifall/of-syn-videos/fall/fall_to_001.mp4
2346
- ```
2347
-
2348
- The `video` column contains string paths rather than decoded video frames, since temporal segmentation tasks require frame-level control via PyAV or decord.
2349
-
2350
- You can also add video paths to an already-loaded dataset:
2351
-
2352
- ```python
2353
- from datasets import load_dataset
2354
- ds = load_dataset("simplexsigil2/omnifall", "of-syn")
2355
- ds = omnifall.add_video(ds, config="of-syn")
2356
- ```
2357
-
2358
- OOPS videos can also be prepared via CLI or the standalone script:
2359
-
2360
- ```bash
2361
- # Via omnifall CLI
2362
- omnifall prepare-oops
2363
-
2364
- # Via standalone script (alternative)
2365
- python prepare_oops_videos.py --output_dir /path/to/oops_prepared
2366
  ```
2367
 
2368
- The preparation streams the full OOPS archive from the original source and extracts only the 818 videos used in OF-ItW. The archive is streamed and never written to disk, so only ~2.6GB of disk space is needed. If you already have the OOPS archive downloaded locally, pass it with `--oops-archive /path/to/video_and_anns.tar.gz`.
2369
-
2370
- ## Label definitions
2371
-
2372
- In this section we provide additional information about the labelling process to provide as much transparency as possible.
2373
-
2374
- The benchmark uses a sixteen-class taxonomy. Staged datasets use classes 0-9, while OOPS-Fall uses the full range 0-15.
2375
-
2376
- ### Core Classes (0-9, all datasets)
2377
-
2378
- - **`0|walk`** - Move around, including jogging and running and "drunk walking", but only if it is not part of some special exercise like pulling your knees up. Not when pushing a large object like a chair, but included carrying something small like an apple.
2379
- - **`1|fall`** - The act of falling (from any previous state). Includes falling on a bed, if the process is not a controlled lying down with arms as support.
2380
- - **`2|fallen`** - Being on the ground or a mattress after a fall.
2381
- - **`3|sit_down`** - Sitting down on bed or chair or ground.
2382
- - **`4|sitting`** - Sitting on bed or chair or ground.
2383
- - **`5|lie_down`** - Lying down intentionally (in contrast to a fall) on ground or bed.
2384
- - **`6|lying`** - Being in a lying position (in bed or on the ground) after intentionally getting into that position.
2385
- - **`7|stand_up`** - Standing up from a fallen state, from lying or sitting. Includes getting from lying position into sitting position.
2386
- - **`8|standing`** - Standing around without walking.
2387
- - **`9|other`** - Any other activity, including e.g. walking while pushing an object like a chair.
2388
-
2389
- ### Extended Classes (10-15, OF-ItW and OF-Syn)
2390
 
2391
- These classes capture additional activities observed in genuine accident and synthetic videos. They are infrequent and do not occur in staged datasets.
2392
 
2393
- - **`10|kneel_down`** - Transitioning from standing or another posture to a kneeling position.
2394
- - **`11|kneeling`** - Being in a kneeling position (static posture).
2395
- - **`12|squat_down`** - Transitioning to a squatting position.
2396
- - **`13|squatting`** - Being in a squatting position (static posture).
2397
- - **`14|crawl`** - Crawling on hands and knees or similar locomotion on the ground.
2398
- - **`15|jump`** - Jumping action, including vertical jumps and jumps from elevated positions.
2399
 
2400
- ## Motion Types
 
 
 
 
 
 
 
 
 
 
 
2401
 
2402
- There are two types of motions, **dynamic** ones like `walk` or `stand_up` and **static** ones like `fallen`, `sitting`, `lying`.
2403
 
2404
- **Generally we annotate dynamic motions as soon as the first frame appears which belongs to that action**.
2405
 
2406
- Let's say we see a person `walk`, then `fall`. The first frame which indicates a motion which does seem to be different to `walk` is the start of `fall`. Sometimes it is necessary to have a look at a person walking to learn when the motion begins to change to something else.
2407
 
2408
- **For static motions the label begins with the first frame where the person comes to a resting state.** For `sit_down`, the label ends when the person reaches a state where it is no longer adjusting its body position but comes to a rest. `fall` ends when the person is no longer moving caused by the inertia of the fall. The following `fallen` might contain movement on the ground, but no movement which belongs to `fall` or `stand_up`.
 
 
 
 
 
 
 
 
2409
 
2410
- ## Label Sequences
2411
-
2412
- There are some natural sequences of labels like `fall`, `fallen` and `stand_up`. However, it is not always the case that these appear together. Sometimes the person might directly stand up again without any time at rest on the ground, in this case there is no `fallen` segment. Likewise sometimes there is no sitting segment after sitting down (e.g. if the person immediately stands up again).
2413
-
2414
- Lying down can be on a bed or on the ground, it is intentional in contrast to `fall`. There are falls which follow `sit_down` or `lie_down` if it is from a chair or from a bed.
2415
-
2416
- When a person is lying in a bed and getting up to sit in the bed we label this as `stand_up`, even if the person is still sitting in the bed. A sequence could then be `lying`, `stand_up`, `sitting`, `stand_up` to describe a person which first lies down, then gets into a sitting position, waits a little, then gets fully up.
2417
-
2418
- Sometimes it is not perfectly clear if it is `sit_down` followed by `lie_down` or simply `lie_down`. This depends on there being a moment of rest or not. If the person spends a short amount of time in the sitting position it is the former, if the person directly goes from `standing` over `sit_down` to `lie_down` without rest it is only labeled `lie_down`. Similar thoughts apply to `stand_up`.
2419
-
2420
- In the video at the bottom of this page we show how we leveraged VGG VIA to perform the annotations. Note, that we pre-load the original dataset labels as visual aid, but relabel the whole video with our label definitions. In the video below, CMDFall is shown, which already provides relatively detailed labels, the original labels of other datasets are more sparse. Additionally, even CMDFall does not label all frames, but only specific segments, while our labels cover mostly every frame.
2421
-
2422
- The blurred out regions were added by us in post-processing to protect the subjects privacy on this page, they are not part of the original videos.
2423
 
2424
  ## Citation
2425
 
2426
- If you use OmniFall in your research, please cite our paper (will be updated soon) as well as all sub-dataset papers:
2427
 
2428
  ```bibtex
2429
  @misc{omnifall,
2430
- title={OmniFall: From Staged Through Synthetic to Wild, A Unified Multi-Domain Dataset for Robust Fall Detection},
2431
  author={David Schneider and Zdravko Marinov and Rafael Baur and Zeyun Zhong and Rodi Düger and Rainer Stiefelhagen},
2432
  year={2025},
2433
  eprint={2505.19889},
2434
  archivePrefix={arXiv},
2435
  primaryClass={cs.CV},
2436
- url={https://arxiv.org/abs/2505.19889},
2437
  },
2438
 
2439
  @inproceedings{omnifall_cmdfall,
@@ -2514,16 +4517,16 @@ If you use OmniFall in your research, please cite our paper (will be updated soo
2514
 
2515
  ## License
2516
 
2517
- The annotations and split definitions in this repository are released under [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
2518
-
2519
- The original video data belongs to their respective owners and should be obtained from the original sources.
2520
 
2521
  ## Contact
2522
 
2523
  For questions about the dataset, please contact [david.schneider@kit.edu].
2524
 
 
2525
 
2526
- ## How we used VGG VIA to densely annotate videos for Omnifall
2527
- We provide this video to shortly demonstrate how the annotation process was conducted, increasing transparency. Note, that the CMDFall dataset already provides realtively detailed labels, this is not the case for many of the other datasets.
2528
-
2529
- <video src="https://huggingface.co/datasets/simplexsigil2/omnifall/resolve/main/annotation_remarks.webm" controls />
 
 
86
  path: parquet/of-syn-cross-bmi/validation-*.parquet
87
  - split: test
88
  path: parquet/of-syn-cross-bmi/test-*.parquet
89
+ - config_name: caucafall-to-all-cs
90
+ data_files:
91
+ - split: train
92
+ path: parquet/caucafall-to-all-cs/train-*.parquet
93
+ - split: validation
94
+ path: parquet/caucafall-to-all-cs/validation-*.parquet
95
+ - split: test
96
+ path: parquet/caucafall-to-all-cs/test-*.parquet
97
+ - config_name: caucafall-to-all-cv
98
+ data_files:
99
+ - split: train
100
+ path: parquet/caucafall-to-all-cv/train-*.parquet
101
+ - split: test
102
+ path: parquet/caucafall-to-all-cv/test-*.parquet
103
+ - config_name: cmdfall-to-all-cs
104
+ data_files:
105
+ - split: train
106
+ path: parquet/cmdfall-to-all-cs/train-*.parquet
107
+ - split: validation
108
+ path: parquet/cmdfall-to-all-cs/validation-*.parquet
109
+ - split: test
110
+ path: parquet/cmdfall-to-all-cs/test-*.parquet
111
+ - config_name: cmdfall-to-all-cv
112
+ data_files:
113
+ - split: train
114
+ path: parquet/cmdfall-to-all-cv/train-*.parquet
115
+ - split: validation
116
+ path: parquet/cmdfall-to-all-cv/validation-*.parquet
117
+ - split: test
118
+ path: parquet/cmdfall-to-all-cv/test-*.parquet
119
+ - config_name: edf-to-all-cs
120
+ data_files:
121
+ - split: train
122
+ path: parquet/edf-to-all-cs/train-*.parquet
123
+ - split: validation
124
+ path: parquet/edf-to-all-cs/validation-*.parquet
125
+ - split: test
126
+ path: parquet/edf-to-all-cs/test-*.parquet
127
+ - config_name: edf-to-all-cv
128
+ data_files:
129
+ - split: train
130
+ path: parquet/edf-to-all-cv/train-*.parquet
131
+ - split: validation
132
+ path: parquet/edf-to-all-cv/validation-*.parquet
133
+ - split: test
134
+ path: parquet/edf-to-all-cv/test-*.parquet
135
+ - config_name: gmdcsa24-to-all-cs
136
+ data_files:
137
+ - split: train
138
+ path: parquet/gmdcsa24-to-all-cs/train-*.parquet
139
+ - split: validation
140
+ path: parquet/gmdcsa24-to-all-cs/validation-*.parquet
141
+ - split: test
142
+ path: parquet/gmdcsa24-to-all-cs/test-*.parquet
143
+ - config_name: gmdcsa24-to-all-cv
144
+ data_files:
145
+ - split: train
146
+ path: parquet/gmdcsa24-to-all-cv/train-*.parquet
147
+ - split: validation
148
+ path: parquet/gmdcsa24-to-all-cv/validation-*.parquet
149
+ - split: test
150
+ path: parquet/gmdcsa24-to-all-cv/test-*.parquet
151
+ - config_name: le2i-to-all-cs
152
+ data_files:
153
+ - split: train
154
+ path: parquet/le2i-to-all-cs/train-*.parquet
155
+ - split: validation
156
+ path: parquet/le2i-to-all-cs/validation-*.parquet
157
+ - split: test
158
+ path: parquet/le2i-to-all-cs/test-*.parquet
159
+ - config_name: le2i-to-all-cv
160
+ data_files:
161
+ - split: train
162
+ path: parquet/le2i-to-all-cv/train-*.parquet
163
+ - split: validation
164
+ path: parquet/le2i-to-all-cv/validation-*.parquet
165
+ - split: test
166
+ path: parquet/le2i-to-all-cv/test-*.parquet
167
+ - config_name: mcfd-to-all-cs
168
+ data_files:
169
+ - split: train
170
+ path: parquet/mcfd-to-all-cs/train-*.parquet
171
+ - split: test
172
+ path: parquet/mcfd-to-all-cs/test-*.parquet
173
+ - config_name: mcfd-to-all-cv
174
+ data_files:
175
+ - split: train
176
+ path: parquet/mcfd-to-all-cv/train-*.parquet
177
+ - split: validation
178
+ path: parquet/mcfd-to-all-cv/validation-*.parquet
179
+ - split: test
180
+ path: parquet/mcfd-to-all-cv/test-*.parquet
181
+ - config_name: occu-to-all-cs
182
+ data_files:
183
+ - split: train
184
+ path: parquet/occu-to-all-cs/train-*.parquet
185
+ - split: validation
186
+ path: parquet/occu-to-all-cs/validation-*.parquet
187
+ - split: test
188
+ path: parquet/occu-to-all-cs/test-*.parquet
189
+ - config_name: occu-to-all-cv
190
+ data_files:
191
+ - split: train
192
+ path: parquet/occu-to-all-cv/train-*.parquet
193
+ - split: validation
194
+ path: parquet/occu-to-all-cv/validation-*.parquet
195
+ - split: test
196
+ path: parquet/occu-to-all-cv/test-*.parquet
197
+ - config_name: up_fall-to-all-cs
198
+ data_files:
199
+ - split: train
200
+ path: parquet/up_fall-to-all-cs/train-*.parquet
201
+ - split: validation
202
+ path: parquet/up_fall-to-all-cs/validation-*.parquet
203
+ - split: test
204
+ path: parquet/up_fall-to-all-cs/test-*.parquet
205
+ - config_name: up_fall-to-all-cv
206
+ data_files:
207
+ - split: train
208
+ path: parquet/up_fall-to-all-cv/train-*.parquet
209
+ - split: validation
210
+ path: parquet/up_fall-to-all-cv/validation-*.parquet
211
+ - split: test
212
+ path: parquet/up_fall-to-all-cv/test-*.parquet
213
+ - config_name: of-sta-to-all-cs
214
+ data_files:
215
+ - split: train
216
+ path: parquet/of-sta-to-all-cs/train-*.parquet
217
+ - split: validation
218
+ path: parquet/of-sta-to-all-cs/validation-*.parquet
219
+ - split: test
220
+ path: parquet/of-sta-to-all-cs/test-*.parquet
221
+ - config_name: of-sta-to-all-cv
222
+ data_files:
223
+ - split: train
224
+ path: parquet/of-sta-to-all-cv/train-*.parquet
225
+ - split: validation
226
+ path: parquet/of-sta-to-all-cv/validation-*.parquet
227
+ - split: test
228
+ path: parquet/of-sta-to-all-cv/test-*.parquet
229
+ - config_name: of-syn-to-all-cs
230
+ data_files:
231
+ - split: train
232
+ path: parquet/of-syn-to-all-cs/train-*.parquet
233
+ - split: validation
234
+ path: parquet/of-syn-to-all-cs/validation-*.parquet
235
+ - split: test
236
+ path: parquet/of-syn-to-all-cs/test-*.parquet
237
+ - config_name: of-syn-to-all-cv
238
+ data_files:
239
+ - split: train
240
+ path: parquet/of-syn-to-all-cv/train-*.parquet
241
+ - split: validation
242
+ path: parquet/of-syn-to-all-cv/validation-*.parquet
243
+ - split: test
244
+ path: parquet/of-syn-to-all-cv/test-*.parquet
245
+ - config_name: of-sta-syn-to-all-cs
246
+ data_files:
247
+ - split: train
248
+ path: parquet/of-sta-syn-to-all-cs/train-*.parquet
249
+ - split: validation
250
+ path: parquet/of-sta-syn-to-all-cs/validation-*.parquet
251
+ - split: test
252
+ path: parquet/of-sta-syn-to-all-cs/test-*.parquet
253
+ - config_name: of-sta-syn-to-all-cv
254
+ data_files:
255
+ - split: train
256
+ path: parquet/of-sta-syn-to-all-cv/train-*.parquet
257
+ - split: validation
258
+ path: parquet/of-sta-syn-to-all-cv/validation-*.parquet
259
+ - split: test
260
+ path: parquet/of-sta-syn-to-all-cv/test-*.parquet
261
+ - config_name: of-sta-to-itw-cs
262
+ data_files:
263
+ - split: train
264
+ path: parquet/of-sta-to-itw-cs/train-*.parquet
265
+ - split: validation
266
+ path: parquet/of-sta-to-itw-cs/validation-*.parquet
267
+ - split: test
268
+ path: parquet/of-sta-to-itw-cs/test-*.parquet
269
+ - config_name: of-sta-to-itw-cv
270
+ data_files:
271
+ - split: train
272
+ path: parquet/of-sta-to-itw-cv/train-*.parquet
273
+ - split: validation
274
+ path: parquet/of-sta-to-itw-cv/validation-*.parquet
275
+ - split: test
276
+ path: parquet/of-sta-to-itw-cv/test-*.parquet
277
+ - config_name: of-syn-to-itw
278
+ data_files:
279
+ - split: train
280
+ path: parquet/of-syn-to-itw/train-*.parquet
281
+ - split: validation
282
+ path: parquet/of-syn-to-itw/validation-*.parquet
283
+ - split: test
284
+ path: parquet/of-syn-to-itw/test-*.parquet
285
+ - config_name: of-sta-syn-to-itw-cs
286
+ data_files:
287
+ - split: train
288
+ path: parquet/of-sta-syn-to-itw-cs/train-*.parquet
289
+ - split: validation
290
+ path: parquet/of-sta-syn-to-itw-cs/validation-*.parquet
291
+ - split: test
292
+ path: parquet/of-sta-syn-to-itw-cs/test-*.parquet
293
+ - config_name: of-sta-syn-to-itw-cv
294
+ data_files:
295
+ - split: train
296
+ path: parquet/of-sta-syn-to-itw-cv/train-*.parquet
297
+ - split: validation
298
+ path: parquet/of-sta-syn-to-itw-cv/validation-*.parquet
299
+ - split: test
300
+ path: parquet/of-sta-syn-to-itw-cv/test-*.parquet
301
  - config_name: of-sta-itw-cs
302
  data_files:
303
  - split: train
 
338
  path: parquet/cv/validation-*.parquet
339
  - split: test
340
  path: parquet/cv/test-*.parquet
341
+ - config_name: caucafall-cs
342
+ data_files:
343
+ - split: train
344
+ path: parquet/caucafall-cs/train-*.parquet
345
+ - split: validation
346
+ path: parquet/caucafall-cs/validation-*.parquet
347
+ - split: test
348
+ path: parquet/caucafall-cs/test-*.parquet
349
+ - config_name: caucafall-cv
350
+ data_files:
351
+ - split: train
352
+ path: parquet/caucafall-cv/train-*.parquet
353
+ - config_name: cmdfall-cs
354
+ data_files:
355
+ - split: train
356
+ path: parquet/cmdfall-cs/train-*.parquet
357
+ - split: validation
358
+ path: parquet/cmdfall-cs/validation-*.parquet
359
+ - split: test
360
+ path: parquet/cmdfall-cs/test-*.parquet
361
+ - config_name: cmdfall-cv
362
+ data_files:
363
+ - split: train
364
+ path: parquet/cmdfall-cv/train-*.parquet
365
+ - split: validation
366
+ path: parquet/cmdfall-cv/validation-*.parquet
367
+ - split: test
368
+ path: parquet/cmdfall-cv/test-*.parquet
369
+ - config_name: edf-cs
370
+ data_files:
371
+ - split: train
372
+ path: parquet/edf-cs/train-*.parquet
373
+ - split: validation
374
+ path: parquet/edf-cs/validation-*.parquet
375
+ - split: test
376
+ path: parquet/edf-cs/test-*.parquet
377
+ - config_name: edf-cv
378
+ data_files:
379
+ - split: train
380
+ path: parquet/edf-cv/train-*.parquet
381
+ - split: validation
382
+ path: parquet/edf-cv/validation-*.parquet
383
+ - split: test
384
+ path: parquet/edf-cv/test-*.parquet
385
+ - config_name: gmdcsa24-cs
386
+ data_files:
387
+ - split: train
388
+ path: parquet/gmdcsa24-cs/train-*.parquet
389
+ - split: validation
390
+ path: parquet/gmdcsa24-cs/validation-*.parquet
391
+ - split: test
392
+ path: parquet/gmdcsa24-cs/test-*.parquet
393
+ - config_name: gmdcsa24-cv
394
+ data_files:
395
+ - split: train
396
+ path: parquet/gmdcsa24-cv/train-*.parquet
397
+ - split: validation
398
+ path: parquet/gmdcsa24-cv/validation-*.parquet
399
+ - split: test
400
+ path: parquet/gmdcsa24-cv/test-*.parquet
401
+ - config_name: le2i-cs
402
+ data_files:
403
+ - split: train
404
+ path: parquet/le2i-cs/train-*.parquet
405
+ - split: validation
406
+ path: parquet/le2i-cs/validation-*.parquet
407
+ - split: test
408
+ path: parquet/le2i-cs/test-*.parquet
409
+ - config_name: le2i-cv
410
+ data_files:
411
+ - split: train
412
+ path: parquet/le2i-cv/train-*.parquet
413
+ - split: validation
414
+ path: parquet/le2i-cv/validation-*.parquet
415
+ - split: test
416
+ path: parquet/le2i-cv/test-*.parquet
417
+ - config_name: mcfd-cs
418
+ data_files:
419
+ - split: train
420
+ path: parquet/mcfd-cs/train-*.parquet
421
+ - config_name: mcfd-cv
422
+ data_files:
423
+ - split: train
424
+ path: parquet/mcfd-cv/train-*.parquet
425
+ - split: validation
426
+ path: parquet/mcfd-cv/validation-*.parquet
427
+ - split: test
428
+ path: parquet/mcfd-cv/test-*.parquet
429
+ - config_name: occu-cs
430
+ data_files:
431
+ - split: train
432
+ path: parquet/occu-cs/train-*.parquet
433
+ - split: validation
434
+ path: parquet/occu-cs/validation-*.parquet
435
+ - split: test
436
+ path: parquet/occu-cs/test-*.parquet
437
+ - config_name: occu-cv
438
+ data_files:
439
+ - split: train
440
+ path: parquet/occu-cv/train-*.parquet
441
+ - split: validation
442
+ path: parquet/occu-cv/validation-*.parquet
443
+ - split: test
444
+ path: parquet/occu-cv/test-*.parquet
445
+ - config_name: up_fall-cs
446
+ data_files:
447
+ - split: train
448
+ path: parquet/up_fall-cs/train-*.parquet
449
+ - split: validation
450
+ path: parquet/up_fall-cs/validation-*.parquet
451
+ - split: test
452
+ path: parquet/up_fall-cs/test-*.parquet
453
+ - config_name: up_fall-cv
454
+ data_files:
455
+ - split: train
456
+ path: parquet/up_fall-cv/train-*.parquet
457
+ - split: validation
458
+ path: parquet/up_fall-cv/validation-*.parquet
459
+ - split: test
460
+ path: parquet/up_fall-cv/test-*.parquet
461
  - config_name: caucafall
462
  data_files:
463
  - split: train
 
537
  - config_name: cs-staged-wild
538
  data_files:
539
  - split: train
540
+ path: parquet/of-sta-to-all-cs/train-*.parquet
541
  - split: validation
542
+ path: parquet/of-sta-to-all-cs/validation-*.parquet
543
  - split: test
544
+ path: parquet/of-sta-to-all-cs/test-*.parquet
545
  - config_name: cv-staged-wild
546
  data_files:
547
  - split: train
548
+ path: parquet/of-sta-to-all-cv/train-*.parquet
549
  - split: validation
550
+ path: parquet/of-sta-to-all-cv/validation-*.parquet
551
  - split: test
552
+ path: parquet/of-sta-to-all-cv/test-*.parquet
553
  - config_name: OOPS
554
  data_files:
555
  - split: train
 
1671
  - name: test
1672
  num_bytes: 0
1673
  num_examples: 4852
1674
+ - config_name: caucafall-to-all-cs
1675
  features:
1676
  - name: path
1677
  dtype: string
 
1708
  splits:
1709
  - name: train
1710
  num_bytes: 0
1711
+ num_examples: 176
1712
  - name: validation
1713
  num_bytes: 0
1714
+ num_examples: 25
1715
  - name: test
1716
  num_bytes: 0
1717
+ num_examples: 24265
1718
+ - config_name: caucafall-to-all-cv
1719
  features:
1720
  - name: path
1721
  dtype: string
 
1752
  splits:
1753
  - name: train
1754
  num_bytes: 0
1755
+ num_examples: 254
 
 
 
1756
  - name: test
1757
  num_bytes: 0
1758
+ num_examples: 32800
1759
+ - config_name: cmdfall-to-all-cs
1760
  features:
1761
  - name: path
1762
  dtype: string
 
1793
  splits:
1794
  - name: train
1795
  num_bytes: 0
1796
+ num_examples: 20884
1797
  - name: validation
1798
  num_bytes: 0
1799
+ num_examples: 3689
1800
  - name: test
1801
  num_bytes: 0
1802
+ num_examples: 24265
1803
+ - config_name: cmdfall-to-all-cv
1804
  features:
1805
  - name: path
1806
  dtype: string
 
1837
  splits:
1838
  - name: train
1839
  num_bytes: 0
1840
+ num_examples: 5987
1841
  - name: validation
1842
  num_bytes: 0
1843
+ num_examples: 6026
1844
  - name: test
1845
  num_bytes: 0
1846
+ num_examples: 32800
1847
+ - config_name: edf-to-all-cs
1848
  features:
1849
  - name: path
1850
  dtype: string
 
1881
  splits:
1882
  - name: train
1883
  num_bytes: 0
1884
+ num_examples: 302
1885
  - name: validation
1886
  num_bytes: 0
1887
+ num_examples: 78
1888
  - name: test
1889
  num_bytes: 0
1890
+ num_examples: 24265
1891
+ - config_name: edf-to-all-cv
1892
  features:
1893
  - name: path
1894
  dtype: string
 
1925
  splits:
1926
  - name: train
1927
  num_bytes: 0
1928
+ num_examples: 254
1929
  - name: validation
1930
  num_bytes: 0
1931
+ num_examples: 254
1932
  - name: test
1933
  num_bytes: 0
1934
+ num_examples: 32800
1935
+ - config_name: gmdcsa24-to-all-cs
1936
  features:
1937
  - name: path
1938
  dtype: string
 
1969
  splits:
1970
  - name: train
1971
  num_bytes: 0
1972
+ num_examples: 213
1973
  - name: validation
1974
  num_bytes: 0
1975
+ num_examples: 152
1976
  - name: test
1977
  num_bytes: 0
1978
+ num_examples: 24265
1979
+ - config_name: gmdcsa24-to-all-cv
1980
  features:
1981
  - name: path
1982
  dtype: string
 
2013
  splits:
2014
  - name: train
2015
  num_bytes: 0
2016
+ num_examples: 276
2017
  - name: validation
2018
  num_bytes: 0
2019
+ num_examples: 89
2020
  - name: test
2021
  num_bytes: 0
2022
+ num_examples: 32800
2023
+ - config_name: le2i-to-all-cs
2024
  features:
2025
  - name: path
2026
  dtype: string
 
2057
  splits:
2058
  - name: train
2059
  num_bytes: 0
2060
+ num_examples: 670
2061
  - name: validation
2062
  num_bytes: 0
2063
+ num_examples: 94
2064
  - name: test
2065
  num_bytes: 0
2066
+ num_examples: 24265
2067
+ - config_name: le2i-to-all-cv
2068
  features:
2069
  - name: path
2070
  dtype: string
 
2101
  splits:
2102
  - name: train
2103
  num_bytes: 0
2104
+ num_examples: 490
2105
  - name: validation
2106
  num_bytes: 0
2107
+ num_examples: 195
2108
  - name: test
2109
  num_bytes: 0
2110
+ num_examples: 32800
2111
+ - config_name: mcfd-to-all-cs
2112
  features:
2113
  - name: path
2114
  dtype: string
 
2146
  - name: train
2147
  num_bytes: 0
2148
  num_examples: 1352
2149
+ - name: test
2150
+ num_bytes: 0
2151
+ num_examples: 24265
2152
+ - config_name: mcfd-to-all-cv
2153
  features:
2154
  - name: path
2155
  dtype: string
 
2186
  splits:
2187
  - name: train
2188
  num_bytes: 0
2189
+ num_examples: 169
2190
  - name: validation
2191
  num_bytes: 0
2192
+ num_examples: 169
2193
  - name: test
2194
  num_bytes: 0
2195
+ num_examples: 32800
2196
+ - config_name: occu-to-all-cs
2197
  features:
2198
  - name: path
2199
  dtype: string
 
2230
  splits:
2231
  - name: train
2232
  num_bytes: 0
2233
+ num_examples: 289
2234
  - name: validation
2235
  num_bytes: 0
2236
+ num_examples: 94
2237
  - name: test
2238
  num_bytes: 0
2239
+ num_examples: 24265
2240
+ - config_name: occu-to-all-cv
2241
  features:
2242
  - name: path
2243
  dtype: string
 
2274
  splits:
2275
  - name: train
2276
  num_bytes: 0
2277
+ num_examples: 245
2278
  - name: validation
2279
  num_bytes: 0
2280
+ num_examples: 239
2281
  - name: test
2282
  num_bytes: 0
2283
+ num_examples: 32800
2284
+ - config_name: up_fall-to-all-cs
2285
  features:
2286
  - name: path
2287
  dtype: string
 
2318
  splits:
2319
  - name: train
2320
  num_bytes: 0
2321
+ num_examples: 2150
2322
  - name: validation
2323
  num_bytes: 0
2324
+ num_examples: 140
2325
  - name: test
2326
  num_bytes: 0
2327
+ num_examples: 24265
2328
+ - config_name: up_fall-to-all-cv
2329
  features:
2330
  - name: path
2331
  dtype: string
 
2362
  splits:
2363
  - name: train
2364
  num_bytes: 0
2365
+ num_examples: 1213
2366
  - name: validation
2367
  num_bytes: 0
2368
+ num_examples: 1213
2369
  - name: test
2370
  num_bytes: 0
2371
+ num_examples: 32800
2372
+ - config_name: of-sta-to-all-cs
2373
  features:
2374
  - name: path
2375
  dtype: string
 
2406
  splits:
2407
  - name: train
2408
  num_bytes: 0
2409
+ num_examples: 26036
2410
  - name: validation
2411
  num_bytes: 0
2412
+ num_examples: 4272
2413
  - name: test
2414
  num_bytes: 0
2415
+ num_examples: 24265
2416
+ - config_name: of-sta-to-all-cv
2417
  features:
2418
  - name: path
2419
  dtype: string
 
2450
  splits:
2451
  - name: train
2452
  num_bytes: 0
2453
+ num_examples: 8888
2454
  - name: validation
2455
  num_bytes: 0
2456
+ num_examples: 8185
2457
+ - name: test
2458
+ num_bytes: 0
2459
+ num_examples: 32800
2460
+ - config_name: of-syn-to-all-cs
2461
+ features:
2462
+ - name: path
2463
+ dtype: string
2464
+ - name: label
2465
+ dtype:
2466
+ class_label:
2467
+ names:
2468
+ '0': walk
2469
+ '1': fall
2470
+ '2': fallen
2471
+ '3': sit_down
2472
+ '4': sitting
2473
+ '5': lie_down
2474
+ '6': lying
2475
+ '7': stand_up
2476
+ '8': standing
2477
+ '9': other
2478
+ '10': kneel_down
2479
+ '11': kneeling
2480
+ '12': squat_down
2481
+ '13': squatting
2482
+ '14': crawl
2483
+ '15': jump
2484
+ - name: start
2485
+ dtype: float32
2486
+ - name: end
2487
+ dtype: float32
2488
+ - name: subject
2489
+ dtype: int32
2490
+ - name: cam
2491
+ dtype: int32
2492
+ - name: dataset
2493
+ dtype: string
2494
+ splits:
2495
+ - name: train
2496
+ num_bytes: 0
2497
+ num_examples: 15344
2498
+ - name: validation
2499
+ num_bytes: 0
2500
+ num_examples: 1956
2501
+ - name: test
2502
+ num_bytes: 0
2503
+ num_examples: 24265
2504
+ - config_name: of-syn-to-all-cv
2505
+ features:
2506
+ - name: path
2507
+ dtype: string
2508
+ - name: label
2509
+ dtype:
2510
+ class_label:
2511
+ names:
2512
+ '0': walk
2513
+ '1': fall
2514
+ '2': fallen
2515
+ '3': sit_down
2516
+ '4': sitting
2517
+ '5': lie_down
2518
+ '6': lying
2519
+ '7': stand_up
2520
+ '8': standing
2521
+ '9': other
2522
+ '10': kneel_down
2523
+ '11': kneeling
2524
+ '12': squat_down
2525
+ '13': squatting
2526
+ '14': crawl
2527
+ '15': jump
2528
+ - name: start
2529
+ dtype: float32
2530
+ - name: end
2531
+ dtype: float32
2532
+ - name: subject
2533
+ dtype: int32
2534
+ - name: cam
2535
+ dtype: int32
2536
+ - name: dataset
2537
+ dtype: string
2538
+ splits:
2539
+ - name: train
2540
+ num_bytes: 0
2541
+ num_examples: 15344
2542
+ - name: validation
2543
+ num_bytes: 0
2544
+ num_examples: 1956
2545
+ - name: test
2546
+ num_bytes: 0
2547
+ num_examples: 32800
2548
+ - config_name: of-sta-syn-to-all-cs
2549
+ features:
2550
+ - name: path
2551
+ dtype: string
2552
+ - name: label
2553
+ dtype:
2554
+ class_label:
2555
+ names:
2556
+ '0': walk
2557
+ '1': fall
2558
+ '2': fallen
2559
+ '3': sit_down
2560
+ '4': sitting
2561
+ '5': lie_down
2562
+ '6': lying
2563
+ '7': stand_up
2564
+ '8': standing
2565
+ '9': other
2566
+ '10': kneel_down
2567
+ '11': kneeling
2568
+ '12': squat_down
2569
+ '13': squatting
2570
+ '14': crawl
2571
+ '15': jump
2572
+ - name: start
2573
+ dtype: float32
2574
+ - name: end
2575
+ dtype: float32
2576
+ - name: subject
2577
+ dtype: int32
2578
+ - name: cam
2579
+ dtype: int32
2580
+ - name: dataset
2581
+ dtype: string
2582
+ splits:
2583
+ - name: train
2584
+ num_bytes: 0
2585
+ num_examples: 41380
2586
+ - name: validation
2587
+ num_bytes: 0
2588
+ num_examples: 6228
2589
+ - name: test
2590
+ num_bytes: 0
2591
+ num_examples: 24265
2592
+ - config_name: of-sta-syn-to-all-cv
2593
+ features:
2594
+ - name: path
2595
+ dtype: string
2596
+ - name: label
2597
+ dtype:
2598
+ class_label:
2599
+ names:
2600
+ '0': walk
2601
+ '1': fall
2602
+ '2': fallen
2603
+ '3': sit_down
2604
+ '4': sitting
2605
+ '5': lie_down
2606
+ '6': lying
2607
+ '7': stand_up
2608
+ '8': standing
2609
+ '9': other
2610
+ '10': kneel_down
2611
+ '11': kneeling
2612
+ '12': squat_down
2613
+ '13': squatting
2614
+ '14': crawl
2615
+ '15': jump
2616
+ - name: start
2617
+ dtype: float32
2618
+ - name: end
2619
+ dtype: float32
2620
+ - name: subject
2621
+ dtype: int32
2622
+ - name: cam
2623
+ dtype: int32
2624
+ - name: dataset
2625
+ dtype: string
2626
+ splits:
2627
+ - name: train
2628
+ num_bytes: 0
2629
+ num_examples: 24232
2630
+ - name: validation
2631
+ num_bytes: 0
2632
+ num_examples: 10141
2633
+ - name: test
2634
+ num_bytes: 0
2635
+ num_examples: 32800
2636
+ - config_name: of-sta-to-itw-cs
2637
+ features:
2638
+ - name: path
2639
+ dtype: string
2640
+ - name: label
2641
+ dtype:
2642
+ class_label:
2643
+ names:
2644
+ '0': walk
2645
+ '1': fall
2646
+ '2': fallen
2647
+ '3': sit_down
2648
+ '4': sitting
2649
+ '5': lie_down
2650
+ '6': lying
2651
+ '7': stand_up
2652
+ '8': standing
2653
+ '9': other
2654
+ '10': kneel_down
2655
+ '11': kneeling
2656
+ '12': squat_down
2657
+ '13': squatting
2658
+ '14': crawl
2659
+ '15': jump
2660
+ - name: start
2661
+ dtype: float32
2662
+ - name: end
2663
+ dtype: float32
2664
+ - name: subject
2665
+ dtype: int32
2666
+ - name: cam
2667
+ dtype: int32
2668
+ - name: dataset
2669
+ dtype: string
2670
+ splits:
2671
+ - name: train
2672
+ num_bytes: 0
2673
+ num_examples: 26036
2674
+ - name: validation
2675
+ num_bytes: 0
2676
+ num_examples: 4272
2677
+ - name: test
2678
+ num_bytes: 0
2679
+ num_examples: 24265
2680
+ - config_name: of-sta-to-itw-cv
2681
+ features:
2682
+ - name: path
2683
+ dtype: string
2684
+ - name: label
2685
+ dtype:
2686
+ class_label:
2687
+ names:
2688
+ '0': walk
2689
+ '1': fall
2690
+ '2': fallen
2691
+ '3': sit_down
2692
+ '4': sitting
2693
+ '5': lie_down
2694
+ '6': lying
2695
+ '7': stand_up
2696
+ '8': standing
2697
+ '9': other
2698
+ '10': kneel_down
2699
+ '11': kneeling
2700
+ '12': squat_down
2701
+ '13': squatting
2702
+ '14': crawl
2703
+ '15': jump
2704
+ - name: start
2705
+ dtype: float32
2706
+ - name: end
2707
+ dtype: float32
2708
+ - name: subject
2709
+ dtype: int32
2710
+ - name: cam
2711
+ dtype: int32
2712
+ - name: dataset
2713
+ dtype: string
2714
+ splits:
2715
+ - name: train
2716
+ num_bytes: 0
2717
+ num_examples: 8888
2718
+ - name: validation
2719
+ num_bytes: 0
2720
+ num_examples: 8185
2721
+ - name: test
2722
+ num_bytes: 0
2723
+ num_examples: 32800
2724
+ - config_name: of-syn-to-itw
2725
+ features:
2726
+ - name: path
2727
+ dtype: string
2728
+ - name: label
2729
+ dtype:
2730
+ class_label:
2731
+ names:
2732
+ '0': walk
2733
+ '1': fall
2734
+ '2': fallen
2735
+ '3': sit_down
2736
+ '4': sitting
2737
+ '5': lie_down
2738
+ '6': lying
2739
+ '7': stand_up
2740
+ '8': standing
2741
+ '9': other
2742
+ '10': kneel_down
2743
+ '11': kneeling
2744
+ '12': squat_down
2745
+ '13': squatting
2746
+ '14': crawl
2747
+ '15': jump
2748
+ - name: start
2749
+ dtype: float32
2750
+ - name: end
2751
+ dtype: float32
2752
+ - name: subject
2753
+ dtype: int32
2754
+ - name: cam
2755
+ dtype: int32
2756
+ - name: dataset
2757
+ dtype: string
2758
+ splits:
2759
+ - name: train
2760
+ num_bytes: 0
2761
+ num_examples: 15344
2762
+ - name: validation
2763
+ num_bytes: 0
2764
+ num_examples: 1956
2765
+ - name: test
2766
+ num_bytes: 0
2767
+ num_examples: 24265
2768
+ - config_name: of-sta-syn-to-itw-cs
2769
+ features:
2770
+ - name: path
2771
+ dtype: string
2772
+ - name: label
2773
+ dtype:
2774
+ class_label:
2775
+ names:
2776
+ '0': walk
2777
+ '1': fall
2778
+ '2': fallen
2779
+ '3': sit_down
2780
+ '4': sitting
2781
+ '5': lie_down
2782
+ '6': lying
2783
+ '7': stand_up
2784
+ '8': standing
2785
+ '9': other
2786
+ '10': kneel_down
2787
+ '11': kneeling
2788
+ '12': squat_down
2789
+ '13': squatting
2790
+ '14': crawl
2791
+ '15': jump
2792
+ - name: start
2793
+ dtype: float32
2794
+ - name: end
2795
+ dtype: float32
2796
+ - name: subject
2797
+ dtype: int32
2798
+ - name: cam
2799
+ dtype: int32
2800
+ - name: dataset
2801
+ dtype: string
2802
+ splits:
2803
+ - name: train
2804
+ num_bytes: 0
2805
+ num_examples: 41380
2806
+ - name: validation
2807
+ num_bytes: 0
2808
+ num_examples: 6228
2809
+ - name: test
2810
+ num_bytes: 0
2811
+ num_examples: 24265
2812
+ - config_name: of-sta-syn-to-itw-cv
2813
+ features:
2814
+ - name: path
2815
+ dtype: string
2816
+ - name: label
2817
+ dtype:
2818
+ class_label:
2819
+ names:
2820
+ '0': walk
2821
+ '1': fall
2822
+ '2': fallen
2823
+ '3': sit_down
2824
+ '4': sitting
2825
+ '5': lie_down
2826
+ '6': lying
2827
+ '7': stand_up
2828
+ '8': standing
2829
+ '9': other
2830
+ '10': kneel_down
2831
+ '11': kneeling
2832
+ '12': squat_down
2833
+ '13': squatting
2834
+ '14': crawl
2835
+ '15': jump
2836
+ - name: start
2837
+ dtype: float32
2838
+ - name: end
2839
+ dtype: float32
2840
+ - name: subject
2841
+ dtype: int32
2842
+ - name: cam
2843
+ dtype: int32
2844
+ - name: dataset
2845
+ dtype: string
2846
+ splits:
2847
+ - name: train
2848
+ num_bytes: 0
2849
+ num_examples: 24232
2850
+ - name: validation
2851
+ num_bytes: 0
2852
+ num_examples: 10141
2853
+ - name: test
2854
+ num_bytes: 0
2855
+ num_examples: 32800
2856
+ - config_name: of-sta-itw-cs
2857
+ features:
2858
+ - name: path
2859
+ dtype: string
2860
+ - name: label
2861
+ dtype:
2862
+ class_label:
2863
+ names:
2864
+ '0': walk
2865
+ '1': fall
2866
+ '2': fallen
2867
+ '3': sit_down
2868
+ '4': sitting
2869
+ '5': lie_down
2870
+ '6': lying
2871
+ '7': stand_up
2872
+ '8': standing
2873
+ '9': other
2874
+ '10': kneel_down
2875
+ '11': kneeling
2876
+ '12': squat_down
2877
+ '13': squatting
2878
+ '14': crawl
2879
+ '15': jump
2880
+ - name: start
2881
+ dtype: float32
2882
+ - name: end
2883
+ dtype: float32
2884
+ - name: subject
2885
+ dtype: int32
2886
+ - name: cam
2887
+ dtype: int32
2888
+ - name: dataset
2889
+ dtype: string
2890
+ splits:
2891
+ - name: train
2892
+ num_bytes: 0
2893
+ num_examples: 26036
2894
+ - name: validation
2895
+ num_bytes: 0
2896
+ num_examples: 4272
2897
+ - name: test
2898
+ num_bytes: 0
2899
+ num_examples: 24265
2900
+ - config_name: of-sta-itw-cv
2901
+ features:
2902
+ - name: path
2903
+ dtype: string
2904
+ - name: label
2905
+ dtype:
2906
+ class_label:
2907
+ names:
2908
+ '0': walk
2909
+ '1': fall
2910
+ '2': fallen
2911
+ '3': sit_down
2912
+ '4': sitting
2913
+ '5': lie_down
2914
+ '6': lying
2915
+ '7': stand_up
2916
+ '8': standing
2917
+ '9': other
2918
+ '10': kneel_down
2919
+ '11': kneeling
2920
+ '12': squat_down
2921
+ '13': squatting
2922
+ '14': crawl
2923
+ '15': jump
2924
+ - name: start
2925
+ dtype: float32
2926
+ - name: end
2927
+ dtype: float32
2928
+ - name: subject
2929
+ dtype: int32
2930
+ - name: cam
2931
+ dtype: int32
2932
+ - name: dataset
2933
+ dtype: string
2934
+ splits:
2935
+ - name: train
2936
+ num_bytes: 0
2937
+ num_examples: 8888
2938
+ - name: validation
2939
+ num_bytes: 0
2940
+ num_examples: 8185
2941
+ - name: test
2942
+ num_bytes: 0
2943
+ num_examples: 32800
2944
+ - config_name: of-syn-itw
2945
+ features:
2946
+ - name: path
2947
+ dtype: string
2948
+ - name: label
2949
+ dtype:
2950
+ class_label:
2951
+ names:
2952
+ '0': walk
2953
+ '1': fall
2954
+ '2': fallen
2955
+ '3': sit_down
2956
+ '4': sitting
2957
+ '5': lie_down
2958
+ '6': lying
2959
+ '7': stand_up
2960
+ '8': standing
2961
+ '9': other
2962
+ '10': kneel_down
2963
+ '11': kneeling
2964
+ '12': squat_down
2965
+ '13': squatting
2966
+ '14': crawl
2967
+ '15': jump
2968
+ - name: start
2969
+ dtype: float32
2970
+ - name: end
2971
+ dtype: float32
2972
+ - name: subject
2973
+ dtype: int32
2974
+ - name: cam
2975
+ dtype: int32
2976
+ - name: dataset
2977
+ dtype: string
2978
+ splits:
2979
+ - name: train
2980
+ num_bytes: 0
2981
+ num_examples: 15344
2982
+ - name: validation
2983
+ num_bytes: 0
2984
+ num_examples: 1956
2985
+ - name: test
2986
+ num_bytes: 0
2987
+ num_examples: 24265
2988
+ - config_name: cs
2989
+ features:
2990
+ - name: path
2991
+ dtype: string
2992
+ - name: label
2993
+ dtype:
2994
+ class_label:
2995
+ names:
2996
+ '0': walk
2997
+ '1': fall
2998
+ '2': fallen
2999
+ '3': sit_down
3000
+ '4': sitting
3001
+ '5': lie_down
3002
+ '6': lying
3003
+ '7': stand_up
3004
+ '8': standing
3005
+ '9': other
3006
+ '10': kneel_down
3007
+ '11': kneeling
3008
+ '12': squat_down
3009
+ '13': squatting
3010
+ '14': crawl
3011
+ '15': jump
3012
+ - name: start
3013
+ dtype: float32
3014
+ - name: end
3015
+ dtype: float32
3016
+ - name: subject
3017
+ dtype: int32
3018
+ - name: cam
3019
+ dtype: int32
3020
+ - name: dataset
3021
+ dtype: string
3022
+ splits:
3023
+ - name: train
3024
+ num_bytes: 0
3025
+ num_examples: 27059
3026
+ - name: validation
3027
+ num_bytes: 0
3028
+ num_examples: 4754
3029
+ - name: test
3030
+ num_bytes: 0
3031
+ num_examples: 22337
3032
+ - config_name: cv
3033
+ features:
3034
+ - name: path
3035
+ dtype: string
3036
+ - name: label
3037
+ dtype:
3038
+ class_label:
3039
+ names:
3040
+ '0': walk
3041
+ '1': fall
3042
+ '2': fallen
3043
+ '3': sit_down
3044
+ '4': sitting
3045
+ '5': lie_down
3046
+ '6': lying
3047
+ '7': stand_up
3048
+ '8': standing
3049
+ '9': other
3050
+ '10': kneel_down
3051
+ '11': kneeling
3052
+ '12': squat_down
3053
+ '13': squatting
3054
+ '14': crawl
3055
+ '15': jump
3056
+ - name: start
3057
+ dtype: float32
3058
+ - name: end
3059
+ dtype: float32
3060
+ - name: subject
3061
+ dtype: int32
3062
+ - name: cam
3063
+ dtype: int32
3064
+ - name: dataset
3065
+ dtype: string
3066
+ splits:
3067
+ - name: train
3068
+ num_bytes: 0
3069
+ num_examples: 9911
3070
+ - name: validation
3071
+ num_bytes: 0
3072
+ num_examples: 8667
3073
+ - name: test
3074
+ num_bytes: 0
3075
+ num_examples: 30872
3076
+ - config_name: caucafall-cs
3077
+ features:
3078
+ - name: path
3079
+ dtype: string
3080
+ - name: label
3081
+ dtype:
3082
+ class_label:
3083
+ names:
3084
+ '0': walk
3085
+ '1': fall
3086
+ '2': fallen
3087
+ '3': sit_down
3088
+ '4': sitting
3089
+ '5': lie_down
3090
+ '6': lying
3091
+ '7': stand_up
3092
+ '8': standing
3093
+ '9': other
3094
+ '10': kneel_down
3095
+ '11': kneeling
3096
+ '12': squat_down
3097
+ '13': squatting
3098
+ '14': crawl
3099
+ '15': jump
3100
+ - name: start
3101
+ dtype: float32
3102
+ - name: end
3103
+ dtype: float32
3104
+ - name: subject
3105
+ dtype: int32
3106
+ - name: cam
3107
+ dtype: int32
3108
+ - name: dataset
3109
+ dtype: string
3110
+ splits:
3111
+ - name: train
3112
+ num_bytes: 0
3113
+ num_examples: 176
3114
+ - name: validation
3115
+ num_bytes: 0
3116
+ num_examples: 25
3117
+ - name: test
3118
+ num_bytes: 0
3119
+ num_examples: 47
3120
+ - config_name: caucafall-cv
3121
+ features:
3122
+ - name: path
3123
+ dtype: string
3124
+ - name: label
3125
+ dtype:
3126
+ class_label:
3127
+ names:
3128
+ '0': walk
3129
+ '1': fall
3130
+ '2': fallen
3131
+ '3': sit_down
3132
+ '4': sitting
3133
+ '5': lie_down
3134
+ '6': lying
3135
+ '7': stand_up
3136
+ '8': standing
3137
+ '9': other
3138
+ '10': kneel_down
3139
+ '11': kneeling
3140
+ '12': squat_down
3141
+ '13': squatting
3142
+ '14': crawl
3143
+ '15': jump
3144
+ - name: start
3145
+ dtype: float32
3146
+ - name: end
3147
+ dtype: float32
3148
+ - name: subject
3149
+ dtype: int32
3150
+ - name: cam
3151
+ dtype: int32
3152
+ - name: dataset
3153
+ dtype: string
3154
+ splits:
3155
+ - name: train
3156
+ num_bytes: 0
3157
+ num_examples: 254
3158
+ - config_name: cmdfall-cs
3159
+ features:
3160
+ - name: path
3161
+ dtype: string
3162
+ - name: label
3163
+ dtype:
3164
+ class_label:
3165
+ names:
3166
+ '0': walk
3167
+ '1': fall
3168
+ '2': fallen
3169
+ '3': sit_down
3170
+ '4': sitting
3171
+ '5': lie_down
3172
+ '6': lying
3173
+ '7': stand_up
3174
+ '8': standing
3175
+ '9': other
3176
+ '10': kneel_down
3177
+ '11': kneeling
3178
+ '12': squat_down
3179
+ '13': squatting
3180
+ '14': crawl
3181
+ '15': jump
3182
+ - name: start
3183
+ dtype: float32
3184
+ - name: end
3185
+ dtype: float32
3186
+ - name: subject
3187
+ dtype: int32
3188
+ - name: cam
3189
+ dtype: int32
3190
+ - name: dataset
3191
+ dtype: string
3192
+ splits:
3193
+ - name: train
3194
+ num_bytes: 0
3195
+ num_examples: 20884
3196
+ - name: validation
3197
+ num_bytes: 0
3198
+ num_examples: 3689
3199
+ - name: test
3200
+ num_bytes: 0
3201
+ num_examples: 17570
3202
+ - config_name: cmdfall-cv
3203
+ features:
3204
+ - name: path
3205
+ dtype: string
3206
+ - name: label
3207
+ dtype:
3208
+ class_label:
3209
+ names:
3210
+ '0': walk
3211
+ '1': fall
3212
+ '2': fallen
3213
+ '3': sit_down
3214
+ '4': sitting
3215
+ '5': lie_down
3216
+ '6': lying
3217
+ '7': stand_up
3218
+ '8': standing
3219
+ '9': other
3220
+ '10': kneel_down
3221
+ '11': kneeling
3222
+ '12': squat_down
3223
+ '13': squatting
3224
+ '14': crawl
3225
+ '15': jump
3226
+ - name: start
3227
+ dtype: float32
3228
+ - name: end
3229
+ dtype: float32
3230
+ - name: subject
3231
+ dtype: int32
3232
+ - name: cam
3233
+ dtype: int32
3234
+ - name: dataset
3235
+ dtype: string
3236
+ splits:
3237
+ - name: train
3238
+ num_bytes: 0
3239
+ num_examples: 5987
3240
+ - name: validation
3241
+ num_bytes: 0
3242
+ num_examples: 6026
3243
+ - name: test
3244
+ num_bytes: 0
3245
+ num_examples: 24104
3246
+ - config_name: edf-cs
3247
+ features:
3248
+ - name: path
3249
+ dtype: string
3250
+ - name: label
3251
+ dtype:
3252
+ class_label:
3253
+ names:
3254
+ '0': walk
3255
+ '1': fall
3256
+ '2': fallen
3257
+ '3': sit_down
3258
+ '4': sitting
3259
+ '5': lie_down
3260
+ '6': lying
3261
+ '7': stand_up
3262
+ '8': standing
3263
+ '9': other
3264
+ '10': kneel_down
3265
+ '11': kneeling
3266
+ '12': squat_down
3267
+ '13': squatting
3268
+ '14': crawl
3269
+ '15': jump
3270
+ - name: start
3271
+ dtype: float32
3272
+ - name: end
3273
+ dtype: float32
3274
+ - name: subject
3275
+ dtype: int32
3276
+ - name: cam
3277
+ dtype: int32
3278
+ - name: dataset
3279
+ dtype: string
3280
+ splits:
3281
+ - name: train
3282
+ num_bytes: 0
3283
+ num_examples: 302
3284
+ - name: validation
3285
+ num_bytes: 0
3286
+ num_examples: 78
3287
+ - name: test
3288
+ num_bytes: 0
3289
+ num_examples: 128
3290
+ - config_name: edf-cv
3291
+ features:
3292
+ - name: path
3293
+ dtype: string
3294
+ - name: label
3295
+ dtype:
3296
+ class_label:
3297
+ names:
3298
+ '0': walk
3299
+ '1': fall
3300
+ '2': fallen
3301
+ '3': sit_down
3302
+ '4': sitting
3303
+ '5': lie_down
3304
+ '6': lying
3305
+ '7': stand_up
3306
+ '8': standing
3307
+ '9': other
3308
+ '10': kneel_down
3309
+ '11': kneeling
3310
+ '12': squat_down
3311
+ '13': squatting
3312
+ '14': crawl
3313
+ '15': jump
3314
+ - name: start
3315
+ dtype: float32
3316
+ - name: end
3317
+ dtype: float32
3318
+ - name: subject
3319
+ dtype: int32
3320
+ - name: cam
3321
+ dtype: int32
3322
+ - name: dataset
3323
+ dtype: string
3324
+ splits:
3325
+ - name: train
3326
+ num_bytes: 0
3327
+ num_examples: 254
3328
+ - name: validation
3329
+ num_bytes: 0
3330
+ num_examples: 254
3331
+ - name: test
3332
+ num_bytes: 0
3333
+ num_examples: 254
3334
+ - config_name: gmdcsa24-cs
3335
+ features:
3336
+ - name: path
3337
+ dtype: string
3338
+ - name: label
3339
+ dtype:
3340
+ class_label:
3341
+ names:
3342
+ '0': walk
3343
+ '1': fall
3344
+ '2': fallen
3345
+ '3': sit_down
3346
+ '4': sitting
3347
+ '5': lie_down
3348
+ '6': lying
3349
+ '7': stand_up
3350
+ '8': standing
3351
+ '9': other
3352
+ '10': kneel_down
3353
+ '11': kneeling
3354
+ '12': squat_down
3355
+ '13': squatting
3356
+ '14': crawl
3357
+ '15': jump
3358
+ - name: start
3359
+ dtype: float32
3360
+ - name: end
3361
+ dtype: float32
3362
+ - name: subject
3363
+ dtype: int32
3364
+ - name: cam
3365
+ dtype: int32
3366
+ - name: dataset
3367
+ dtype: string
3368
+ splits:
3369
+ - name: train
3370
+ num_bytes: 0
3371
+ num_examples: 213
3372
+ - name: validation
3373
+ num_bytes: 0
3374
+ num_examples: 152
3375
+ - name: test
3376
+ num_bytes: 0
3377
+ num_examples: 93
3378
+ - config_name: gmdcsa24-cv
3379
+ features:
3380
+ - name: path
3381
+ dtype: string
3382
+ - name: label
3383
+ dtype:
3384
+ class_label:
3385
+ names:
3386
+ '0': walk
3387
+ '1': fall
3388
+ '2': fallen
3389
+ '3': sit_down
3390
+ '4': sitting
3391
+ '5': lie_down
3392
+ '6': lying
3393
+ '7': stand_up
3394
+ '8': standing
3395
+ '9': other
3396
+ '10': kneel_down
3397
+ '11': kneeling
3398
+ '12': squat_down
3399
+ '13': squatting
3400
+ '14': crawl
3401
+ '15': jump
3402
+ - name: start
3403
+ dtype: float32
3404
+ - name: end
3405
+ dtype: float32
3406
+ - name: subject
3407
+ dtype: int32
3408
+ - name: cam
3409
+ dtype: int32
3410
+ - name: dataset
3411
+ dtype: string
3412
+ splits:
3413
+ - name: train
3414
+ num_bytes: 0
3415
+ num_examples: 276
3416
+ - name: validation
3417
+ num_bytes: 0
3418
+ num_examples: 89
3419
+ - name: test
3420
+ num_bytes: 0
3421
+ num_examples: 93
3422
+ - config_name: le2i-cs
3423
+ features:
3424
+ - name: path
3425
+ dtype: string
3426
+ - name: label
3427
+ dtype:
3428
+ class_label:
3429
+ names:
3430
+ '0': walk
3431
+ '1': fall
3432
+ '2': fallen
3433
+ '3': sit_down
3434
+ '4': sitting
3435
+ '5': lie_down
3436
+ '6': lying
3437
+ '7': stand_up
3438
+ '8': standing
3439
+ '9': other
3440
+ '10': kneel_down
3441
+ '11': kneeling
3442
+ '12': squat_down
3443
+ '13': squatting
3444
+ '14': crawl
3445
+ '15': jump
3446
+ - name: start
3447
+ dtype: float32
3448
+ - name: end
3449
+ dtype: float32
3450
+ - name: subject
3451
+ dtype: int32
3452
+ - name: cam
3453
+ dtype: int32
3454
+ - name: dataset
3455
+ dtype: string
3456
+ splits:
3457
+ - name: train
3458
+ num_bytes: 0
3459
+ num_examples: 670
3460
+ - name: validation
3461
+ num_bytes: 0
3462
+ num_examples: 94
3463
+ - name: test
3464
+ num_bytes: 0
3465
+ num_examples: 203
3466
+ - config_name: le2i-cv
3467
+ features:
3468
+ - name: path
3469
+ dtype: string
3470
+ - name: label
3471
+ dtype:
3472
+ class_label:
3473
+ names:
3474
+ '0': walk
3475
+ '1': fall
3476
+ '2': fallen
3477
+ '3': sit_down
3478
+ '4': sitting
3479
+ '5': lie_down
3480
+ '6': lying
3481
+ '7': stand_up
3482
+ '8': standing
3483
+ '9': other
3484
+ '10': kneel_down
3485
+ '11': kneeling
3486
+ '12': squat_down
3487
+ '13': squatting
3488
+ '14': crawl
3489
+ '15': jump
3490
+ - name: start
3491
+ dtype: float32
3492
+ - name: end
3493
+ dtype: float32
3494
+ - name: subject
3495
+ dtype: int32
3496
+ - name: cam
3497
+ dtype: int32
3498
+ - name: dataset
3499
+ dtype: string
3500
+ splits:
3501
+ - name: train
3502
+ num_bytes: 0
3503
+ num_examples: 490
3504
+ - name: validation
3505
+ num_bytes: 0
3506
+ num_examples: 195
3507
+ - name: test
3508
+ num_bytes: 0
3509
+ num_examples: 282
3510
+ - config_name: mcfd-cs
3511
+ features:
3512
+ - name: path
3513
+ dtype: string
3514
+ - name: label
3515
+ dtype:
3516
+ class_label:
3517
+ names:
3518
+ '0': walk
3519
+ '1': fall
3520
+ '2': fallen
3521
+ '3': sit_down
3522
+ '4': sitting
3523
+ '5': lie_down
3524
+ '6': lying
3525
+ '7': stand_up
3526
+ '8': standing
3527
+ '9': other
3528
+ '10': kneel_down
3529
+ '11': kneeling
3530
+ '12': squat_down
3531
+ '13': squatting
3532
+ '14': crawl
3533
+ '15': jump
3534
+ - name: start
3535
+ dtype: float32
3536
+ - name: end
3537
+ dtype: float32
3538
+ - name: subject
3539
+ dtype: int32
3540
+ - name: cam
3541
+ dtype: int32
3542
+ - name: dataset
3543
+ dtype: string
3544
+ splits:
3545
+ - name: train
3546
+ num_bytes: 0
3547
+ num_examples: 1352
3548
+ - config_name: mcfd-cv
3549
+ features:
3550
+ - name: path
3551
+ dtype: string
3552
+ - name: label
3553
+ dtype:
3554
+ class_label:
3555
+ names:
3556
+ '0': walk
3557
+ '1': fall
3558
+ '2': fallen
3559
+ '3': sit_down
3560
+ '4': sitting
3561
+ '5': lie_down
3562
+ '6': lying
3563
+ '7': stand_up
3564
+ '8': standing
3565
+ '9': other
3566
+ '10': kneel_down
3567
+ '11': kneeling
3568
+ '12': squat_down
3569
+ '13': squatting
3570
+ '14': crawl
3571
+ '15': jump
3572
+ - name: start
3573
+ dtype: float32
3574
+ - name: end
3575
+ dtype: float32
3576
+ - name: subject
3577
+ dtype: int32
3578
+ - name: cam
3579
+ dtype: int32
3580
+ - name: dataset
3581
+ dtype: string
3582
+ splits:
3583
+ - name: train
3584
+ num_bytes: 0
3585
+ num_examples: 169
3586
+ - name: validation
3587
+ num_bytes: 0
3588
+ num_examples: 169
3589
+ - name: test
3590
+ num_bytes: 0
3591
+ num_examples: 1014
3592
+ - config_name: occu-cs
3593
+ features:
3594
+ - name: path
3595
+ dtype: string
3596
+ - name: label
3597
+ dtype:
3598
+ class_label:
3599
+ names:
3600
+ '0': walk
3601
+ '1': fall
3602
+ '2': fallen
3603
+ '3': sit_down
3604
+ '4': sitting
3605
+ '5': lie_down
3606
+ '6': lying
3607
+ '7': stand_up
3608
+ '8': standing
3609
+ '9': other
3610
+ '10': kneel_down
3611
+ '11': kneeling
3612
+ '12': squat_down
3613
+ '13': squatting
3614
+ '14': crawl
3615
+ '15': jump
3616
+ - name: start
3617
+ dtype: float32
3618
+ - name: end
3619
+ dtype: float32
3620
+ - name: subject
3621
+ dtype: int32
3622
+ - name: cam
3623
+ dtype: int32
3624
+ - name: dataset
3625
+ dtype: string
3626
+ splits:
3627
+ - name: train
3628
+ num_bytes: 0
3629
+ num_examples: 289
3630
+ - name: validation
3631
+ num_bytes: 0
3632
+ num_examples: 94
3633
+ - name: test
3634
+ num_bytes: 0
3635
+ num_examples: 101
3636
+ - config_name: occu-cv
3637
+ features:
3638
+ - name: path
3639
+ dtype: string
3640
+ - name: label
3641
+ dtype:
3642
+ class_label:
3643
+ names:
3644
+ '0': walk
3645
+ '1': fall
3646
+ '2': fallen
3647
+ '3': sit_down
3648
+ '4': sitting
3649
+ '5': lie_down
3650
+ '6': lying
3651
+ '7': stand_up
3652
+ '8': standing
3653
+ '9': other
3654
+ '10': kneel_down
3655
+ '11': kneeling
3656
+ '12': squat_down
3657
+ '13': squatting
3658
+ '14': crawl
3659
+ '15': jump
3660
+ - name: start
3661
+ dtype: float32
3662
+ - name: end
3663
+ dtype: float32
3664
+ - name: subject
3665
+ dtype: int32
3666
+ - name: cam
3667
+ dtype: int32
3668
+ - name: dataset
3669
+ dtype: string
3670
+ splits:
3671
+ - name: train
3672
+ num_bytes: 0
3673
+ num_examples: 245
3674
+ - name: validation
3675
+ num_bytes: 0
3676
+ num_examples: 239
3677
+ - name: test
3678
+ num_bytes: 0
3679
+ num_examples: 239
3680
+ - config_name: up_fall-cs
3681
+ features:
3682
+ - name: path
3683
+ dtype: string
3684
+ - name: label
3685
+ dtype:
3686
+ class_label:
3687
+ names:
3688
+ '0': walk
3689
+ '1': fall
3690
+ '2': fallen
3691
+ '3': sit_down
3692
+ '4': sitting
3693
+ '5': lie_down
3694
+ '6': lying
3695
+ '7': stand_up
3696
+ '8': standing
3697
+ '9': other
3698
+ '10': kneel_down
3699
+ '11': kneeling
3700
+ '12': squat_down
3701
+ '13': squatting
3702
+ '14': crawl
3703
+ '15': jump
3704
+ - name: start
3705
+ dtype: float32
3706
+ - name: end
3707
+ dtype: float32
3708
+ - name: subject
3709
+ dtype: int32
3710
+ - name: cam
3711
+ dtype: int32
3712
+ - name: dataset
3713
+ dtype: string
3714
+ splits:
3715
+ - name: train
3716
+ num_bytes: 0
3717
+ num_examples: 2150
3718
+ - name: validation
3719
+ num_bytes: 0
3720
+ num_examples: 140
3721
+ - name: test
3722
+ num_bytes: 0
3723
+ num_examples: 522
3724
+ - config_name: up_fall-cv
3725
+ features:
3726
+ - name: path
3727
+ dtype: string
3728
+ - name: label
3729
+ dtype:
3730
+ class_label:
3731
+ names:
3732
+ '0': walk
3733
+ '1': fall
3734
+ '2': fallen
3735
+ '3': sit_down
3736
+ '4': sitting
3737
+ '5': lie_down
3738
+ '6': lying
3739
+ '7': stand_up
3740
+ '8': standing
3741
+ '9': other
3742
+ '10': kneel_down
3743
+ '11': kneeling
3744
+ '12': squat_down
3745
+ '13': squatting
3746
+ '14': crawl
3747
+ '15': jump
3748
+ - name: start
3749
+ dtype: float32
3750
+ - name: end
3751
+ dtype: float32
3752
+ - name: subject
3753
+ dtype: int32
3754
+ - name: cam
3755
+ dtype: int32
3756
+ - name: dataset
3757
+ dtype: string
3758
+ splits:
3759
+ - name: train
3760
+ num_bytes: 0
3761
+ num_examples: 1213
3762
+ - name: validation
3763
+ num_bytes: 0
3764
+ num_examples: 1213
3765
+ - name: test
3766
+ num_bytes: 0
3767
+ num_examples: 1213
3768
+ - config_name: cmdfall
3769
+ features:
3770
+ - name: path
3771
+ dtype: string
3772
+ - name: label
3773
+ dtype:
3774
+ class_label:
3775
+ names:
3776
+ '0': walk
3777
+ '1': fall
3778
+ '2': fallen
3779
+ '3': sit_down
3780
+ '4': sitting
3781
+ '5': lie_down
3782
+ '6': lying
3783
+ '7': stand_up
3784
+ '8': standing
3785
+ '9': other
3786
+ '10': kneel_down
3787
+ '11': kneeling
3788
+ '12': squat_down
3789
+ '13': squatting
3790
+ '14': crawl
3791
+ '15': jump
3792
+ - name: start
3793
+ dtype: float32
3794
+ - name: end
3795
+ dtype: float32
3796
+ - name: subject
3797
+ dtype: int32
3798
+ - name: cam
3799
+ dtype: int32
3800
+ - name: dataset
3801
+ dtype: string
3802
+ splits:
3803
+ - name: train
3804
+ num_bytes: 0
3805
+ num_examples: 20884
3806
+ - name: validation
3807
+ num_bytes: 0
3808
+ num_examples: 3689
3809
+ - name: test
3810
+ num_bytes: 0
3811
+ num_examples: 17570
3812
+ - config_name: edf
3813
+ features:
3814
+ - name: path
3815
+ dtype: string
3816
+ - name: label
3817
+ dtype:
3818
+ class_label:
3819
+ names:
3820
+ '0': walk
3821
+ '1': fall
3822
+ '2': fallen
3823
+ '3': sit_down
3824
+ '4': sitting
3825
+ '5': lie_down
3826
+ '6': lying
3827
+ '7': stand_up
3828
+ '8': standing
3829
+ '9': other
3830
+ '10': kneel_down
3831
+ '11': kneeling
3832
+ '12': squat_down
3833
+ '13': squatting
3834
+ '14': crawl
3835
+ '15': jump
3836
+ - name: start
3837
+ dtype: float32
3838
+ - name: end
3839
+ dtype: float32
3840
+ - name: subject
3841
+ dtype: int32
3842
+ - name: cam
3843
+ dtype: int32
3844
+ - name: dataset
3845
+ dtype: string
3846
+ splits:
3847
+ - name: train
3848
+ num_bytes: 0
3849
+ num_examples: 302
3850
+ - name: validation
3851
+ num_bytes: 0
3852
+ num_examples: 78
3853
+ - name: test
3854
+ num_bytes: 0
3855
+ num_examples: 128
3856
+ - config_name: gmdcsa24
3857
+ features:
3858
+ - name: path
3859
+ dtype: string
3860
+ - name: label
3861
+ dtype:
3862
+ class_label:
3863
+ names:
3864
+ '0': walk
3865
+ '1': fall
3866
+ '2': fallen
3867
+ '3': sit_down
3868
+ '4': sitting
3869
+ '5': lie_down
3870
+ '6': lying
3871
+ '7': stand_up
3872
+ '8': standing
3873
+ '9': other
3874
+ '10': kneel_down
3875
+ '11': kneeling
3876
+ '12': squat_down
3877
+ '13': squatting
3878
+ '14': crawl
3879
+ '15': jump
3880
+ - name: start
3881
+ dtype: float32
3882
+ - name: end
3883
+ dtype: float32
3884
+ - name: subject
3885
+ dtype: int32
3886
+ - name: cam
3887
+ dtype: int32
3888
+ - name: dataset
3889
+ dtype: string
3890
+ splits:
3891
+ - name: train
3892
+ num_bytes: 0
3893
+ num_examples: 213
3894
+ - name: validation
3895
+ num_bytes: 0
3896
+ num_examples: 152
3897
+ - name: test
3898
+ num_bytes: 0
3899
+ num_examples: 93
3900
+ - config_name: le2i
3901
+ features:
3902
+ - name: path
3903
+ dtype: string
3904
+ - name: label
3905
+ dtype:
3906
+ class_label:
3907
+ names:
3908
+ '0': walk
3909
+ '1': fall
3910
+ '2': fallen
3911
+ '3': sit_down
3912
+ '4': sitting
3913
+ '5': lie_down
3914
+ '6': lying
3915
+ '7': stand_up
3916
+ '8': standing
3917
+ '9': other
3918
+ '10': kneel_down
3919
+ '11': kneeling
3920
+ '12': squat_down
3921
+ '13': squatting
3922
+ '14': crawl
3923
+ '15': jump
3924
+ - name: start
3925
+ dtype: float32
3926
+ - name: end
3927
+ dtype: float32
3928
+ - name: subject
3929
+ dtype: int32
3930
+ - name: cam
3931
+ dtype: int32
3932
+ - name: dataset
3933
+ dtype: string
3934
+ splits:
3935
+ - name: train
3936
+ num_bytes: 0
3937
+ num_examples: 670
3938
+ - name: validation
3939
+ num_bytes: 0
3940
+ num_examples: 94
3941
+ - name: test
3942
+ num_bytes: 0
3943
+ num_examples: 203
3944
+ - config_name: mcfd
3945
+ features:
3946
+ - name: path
3947
+ dtype: string
3948
+ - name: label
3949
+ dtype:
3950
+ class_label:
3951
+ names:
3952
+ '0': walk
3953
+ '1': fall
3954
+ '2': fallen
3955
+ '3': sit_down
3956
+ '4': sitting
3957
+ '5': lie_down
3958
+ '6': lying
3959
+ '7': stand_up
3960
+ '8': standing
3961
+ '9': other
3962
+ '10': kneel_down
3963
+ '11': kneeling
3964
+ '12': squat_down
3965
+ '13': squatting
3966
+ '14': crawl
3967
+ '15': jump
3968
+ - name: start
3969
+ dtype: float32
3970
+ - name: end
3971
+ dtype: float32
3972
+ - name: subject
3973
+ dtype: int32
3974
+ - name: cam
3975
+ dtype: int32
3976
+ - name: dataset
3977
+ dtype: string
3978
+ splits:
3979
+ - name: train
3980
+ num_bytes: 0
3981
+ num_examples: 1352
3982
+ - config_name: occu
3983
+ features:
3984
+ - name: path
3985
+ dtype: string
3986
+ - name: label
3987
+ dtype:
3988
+ class_label:
3989
+ names:
3990
+ '0': walk
3991
+ '1': fall
3992
+ '2': fallen
3993
+ '3': sit_down
3994
+ '4': sitting
3995
+ '5': lie_down
3996
+ '6': lying
3997
+ '7': stand_up
3998
+ '8': standing
3999
+ '9': other
4000
+ '10': kneel_down
4001
+ '11': kneeling
4002
+ '12': squat_down
4003
+ '13': squatting
4004
+ '14': crawl
4005
+ '15': jump
4006
+ - name: start
4007
+ dtype: float32
4008
+ - name: end
4009
+ dtype: float32
4010
+ - name: subject
4011
+ dtype: int32
4012
+ - name: cam
4013
+ dtype: int32
4014
+ - name: dataset
4015
+ dtype: string
4016
+ splits:
4017
+ - name: train
4018
+ num_bytes: 0
4019
+ num_examples: 289
4020
+ - name: validation
4021
+ num_bytes: 0
4022
+ num_examples: 94
4023
+ - name: test
4024
+ num_bytes: 0
4025
+ num_examples: 101
4026
+ - config_name: up_fall
4027
+ features:
4028
+ - name: path
4029
+ dtype: string
4030
+ - name: label
4031
+ dtype:
4032
+ class_label:
4033
+ names:
4034
+ '0': walk
4035
+ '1': fall
4036
+ '2': fallen
4037
+ '3': sit_down
4038
+ '4': sitting
4039
+ '5': lie_down
4040
+ '6': lying
4041
+ '7': stand_up
4042
+ '8': standing
4043
+ '9': other
4044
+ '10': kneel_down
4045
+ '11': kneeling
4046
+ '12': squat_down
4047
+ '13': squatting
4048
+ '14': crawl
4049
+ '15': jump
4050
+ - name: start
4051
+ dtype: float32
4052
+ - name: end
4053
+ dtype: float32
4054
+ - name: subject
4055
+ dtype: int32
4056
+ - name: cam
4057
+ dtype: int32
4058
+ - name: dataset
4059
+ dtype: string
4060
+ splits:
4061
+ - name: train
4062
+ num_bytes: 0
4063
+ num_examples: 2150
4064
+ - name: validation
4065
+ num_bytes: 0
4066
+ num_examples: 140
4067
+ - name: test
4068
+ num_bytes: 0
4069
+ num_examples: 522
4070
+ - config_name: caucafall
4071
+ features:
4072
+ - name: path
4073
+ dtype: string
4074
+ - name: label
4075
+ dtype:
4076
+ class_label:
4077
+ names:
4078
+ '0': walk
4079
+ '1': fall
4080
+ '2': fallen
4081
+ '3': sit_down
4082
+ '4': sitting
4083
+ '5': lie_down
4084
+ '6': lying
4085
+ '7': stand_up
4086
+ '8': standing
4087
+ '9': other
4088
+ '10': kneel_down
4089
+ '11': kneeling
4090
+ '12': squat_down
4091
+ '13': squatting
4092
+ '14': crawl
4093
+ '15': jump
4094
+ - name: start
4095
+ dtype: float32
4096
+ - name: end
4097
+ dtype: float32
4098
+ - name: subject
4099
+ dtype: int32
4100
+ - name: cam
4101
+ dtype: int32
4102
+ - name: dataset
4103
+ dtype: string
4104
+ splits:
4105
+ - name: train
4106
+ num_bytes: 0
4107
+ num_examples: 176
4108
+ - name: validation
4109
+ num_bytes: 0
4110
+ num_examples: 25
4111
+ - name: test
4112
+ num_bytes: 0
4113
+ num_examples: 47
4114
+ - config_name: cs-staged
4115
+ features:
4116
+ - name: path
4117
+ dtype: string
4118
+ - name: label
4119
+ dtype:
4120
+ class_label:
4121
+ names:
4122
+ '0': walk
4123
+ '1': fall
4124
+ '2': fallen
4125
+ '3': sit_down
4126
+ '4': sitting
4127
+ '5': lie_down
4128
+ '6': lying
4129
+ '7': stand_up
4130
+ '8': standing
4131
+ '9': other
4132
+ '10': kneel_down
4133
+ '11': kneeling
4134
+ '12': squat_down
4135
+ '13': squatting
4136
+ '14': crawl
4137
+ '15': jump
4138
+ - name: start
4139
+ dtype: float32
4140
+ - name: end
4141
+ dtype: float32
4142
+ - name: subject
4143
+ dtype: int32
4144
+ - name: cam
4145
+ dtype: int32
4146
+ - name: dataset
4147
+ dtype: string
4148
+ splits:
4149
+ - name: train
4150
+ num_bytes: 0
4151
+ num_examples: 26036
4152
+ - name: validation
4153
+ num_bytes: 0
4154
+ num_examples: 4272
4155
+ - name: test
4156
+ num_bytes: 0
4157
+ num_examples: 18664
4158
+ - config_name: cv-staged
4159
+ features:
4160
+ - name: path
4161
+ dtype: string
4162
+ - name: label
4163
+ dtype:
4164
+ class_label:
4165
+ names:
4166
+ '0': walk
4167
+ '1': fall
4168
+ '2': fallen
4169
+ '3': sit_down
4170
+ '4': sitting
4171
+ '5': lie_down
4172
+ '6': lying
4173
+ '7': stand_up
4174
+ '8': standing
4175
+ '9': other
4176
+ '10': kneel_down
4177
+ '11': kneeling
4178
+ '12': squat_down
4179
+ '13': squatting
4180
+ '14': crawl
4181
+ '15': jump
4182
+ - name: start
4183
+ dtype: float32
4184
+ - name: end
4185
+ dtype: float32
4186
+ - name: subject
4187
+ dtype: int32
4188
+ - name: cam
4189
+ dtype: int32
4190
+ - name: dataset
4191
+ dtype: string
4192
+ splits:
4193
+ - name: train
4194
+ num_bytes: 0
4195
+ num_examples: 8888
4196
+ - name: validation
4197
+ num_bytes: 0
4198
+ num_examples: 8185
4199
+ - name: test
4200
+ num_bytes: 0
4201
+ num_examples: 27199
4202
+ - config_name: cs-staged-wild
4203
+ features:
4204
+ - name: path
4205
+ dtype: string
4206
+ - name: label
4207
+ dtype:
4208
+ class_label:
4209
+ names:
4210
+ '0': walk
4211
+ '1': fall
4212
+ '2': fallen
4213
+ '3': sit_down
4214
+ '4': sitting
4215
+ '5': lie_down
4216
+ '6': lying
4217
+ '7': stand_up
4218
+ '8': standing
4219
+ '9': other
4220
+ '10': kneel_down
4221
+ '11': kneeling
4222
+ '12': squat_down
4223
+ '13': squatting
4224
+ '14': crawl
4225
+ '15': jump
4226
+ - name: start
4227
+ dtype: float32
4228
+ - name: end
4229
+ dtype: float32
4230
+ - name: subject
4231
+ dtype: int32
4232
+ - name: cam
4233
+ dtype: int32
4234
+ - name: dataset
4235
+ dtype: string
4236
+ splits:
4237
+ - name: train
4238
+ num_bytes: 0
4239
+ num_examples: 26036
4240
+ - name: validation
4241
+ num_bytes: 0
4242
+ num_examples: 4272
4243
+ - name: test
4244
+ num_bytes: 0
4245
+ num_examples: 24265
4246
+ - config_name: cv-staged-wild
4247
+ features:
4248
+ - name: path
4249
+ dtype: string
4250
+ - name: label
4251
+ dtype:
4252
+ class_label:
4253
+ names:
4254
+ '0': walk
4255
+ '1': fall
4256
+ '2': fallen
4257
+ '3': sit_down
4258
+ '4': sitting
4259
+ '5': lie_down
4260
+ '6': lying
4261
+ '7': stand_up
4262
+ '8': standing
4263
+ '9': other
4264
+ '10': kneel_down
4265
+ '11': kneeling
4266
+ '12': squat_down
4267
+ '13': squatting
4268
+ '14': crawl
4269
+ '15': jump
4270
+ - name: start
4271
+ dtype: float32
4272
+ - name: end
4273
+ dtype: float32
4274
+ - name: subject
4275
+ dtype: int32
4276
+ - name: cam
4277
+ dtype: int32
4278
+ - name: dataset
4279
+ dtype: string
4280
+ splits:
4281
+ - name: train
4282
+ num_bytes: 0
4283
+ num_examples: 8888
4284
+ - name: validation
4285
+ num_bytes: 0
4286
+ num_examples: 8185
4287
+ - name: test
4288
+ num_bytes: 0
4289
+ num_examples: 32800
4290
+ - config_name: OOPS
4291
+ features:
4292
+ - name: path
4293
+ dtype: string
4294
+ - name: label
4295
+ dtype:
4296
+ class_label:
4297
+ names:
4298
+ '0': walk
4299
+ '1': fall
4300
+ '2': fallen
4301
+ '3': sit_down
4302
+ '4': sitting
4303
+ '5': lie_down
4304
+ '6': lying
4305
+ '7': stand_up
4306
+ '8': standing
4307
+ '9': other
4308
+ '10': kneel_down
4309
+ '11': kneeling
4310
+ '12': squat_down
4311
+ '13': squatting
4312
+ '14': crawl
4313
+ '15': jump
4314
+ - name: start
4315
+ dtype: float32
4316
+ - name: end
4317
+ dtype: float32
4318
+ - name: subject
4319
+ dtype: int32
4320
+ - name: cam
4321
+ dtype: int32
4322
+ - name: dataset
4323
+ dtype: string
4324
+ splits:
4325
+ - name: train
4326
+ num_bytes: 0
4327
+ num_examples: 1023
4328
+ - name: validation
4329
+ num_bytes: 0
4330
+ num_examples: 482
4331
  - name: test
4332
  num_bytes: 0
4333
  num_examples: 3673
 
4339
  </a>
4340
  </br>
4341
  <a href="https://simplexsigil.github.io/omnifall/">
4342
+ <img src="https://img.shields.io/badge/Omnifall-Project_Page-2FA7C9.svg" alt="Project Page" style="height:20px;">
4343
  </a>
4344
 
4345
  # OmniFall: A Unified Benchmark for Staged-to-Wild Fall Detection
4346
 
4347
+ OmniFall is a comprehensive fall detection benchmark with dense temporal segment annotations across three components: **OF-Staged** (8 public lab datasets), **OF-In-the-Wild** (genuine accidents from OOPS), and **OF-Synthetic** (12,000 diffusion-generated videos with demographic diversity). All components share a sixteen-class activity taxonomy.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4348
 
4349
+ [[Paper]](https://arxiv.org/abs/2505.19889) [[Project Page]](https://simplexsigil.github.io/omnifall/)
4350
 
4351
+ ## Quickstart
4352
 
4353
+ ### Labels only (no video files needed)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4354
 
4355
  ```python
4356
  from datasets import load_dataset
4357
 
4358
+ # 8 staged datasets, cross-subject split
4359
+ ds = load_dataset("simplexsigil2/omnifall", "of-sta-cs")
4360
+ print(ds["train"][0]) # {'path': ..., 'label': 1, 'start': 0.0, 'end': 2.5, ...}
 
 
 
 
 
 
 
 
 
 
 
4361
 
4362
+ # Cross-domain: train on staged, test on all (staged + itw + syn)
4363
+ ds = load_dataset("simplexsigil2/omnifall", "of-sta-to-all-cs")
 
 
4364
 
4365
+ # Synthetic data with demographic metadata (19 columns)
4366
+ ds = load_dataset("simplexsigil2/omnifall", "of-syn")
 
4367
  ```
4368
 
4369
+ ### With video loading (`pip install omnifall`)
 
 
4370
 
4371
  ```python
4372
  import omnifall
4373
 
4374
+ # OF-Syn videos auto-download from HF Hub (~9.1GB, cached)
4375
  ds = omnifall.load("of-syn", video=True)
4376
 
4377
+ # OF-ItW requires one-time OOPS video preparation
4378
+ omnifall.prepare_oops() # streams ~45GB, extracts ~2.6GB
4379
  ds = omnifall.load("of-itw", video=True)
4380
 
 
 
 
4381
  # The video column contains absolute file paths (strings)
4382
+ print(ds["train"][0]["video"])
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4383
  ```
4384
 
4385
+ Video paths can also be added to an already-loaded dataset via `omnifall.add_video(ds, config="of-syn")`. OOPS preparation is also available via CLI: `omnifall prepare-oops`.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4386
 
4387
+ ## Overview
4388
 
4389
+ | | Videos | Segments (SV) | Duration (SV) |
4390
+ |---|---|---|---|
4391
+ | **OF-Staged** (8 datasets) | 2,164 | 9,590 | 13.81h |
4392
+ | **OF-ItW** (OOPS) | 818 | 4,022 | 2.65h |
4393
+ | **OF-Syn** | 12,000 | 19,228 | 16.88h |
4394
+ | **Total** | **14,982** | **32,840** | **33.34h** |
4395
 
4396
+ | Dataset | Type | Videos | Segments (SV) | Duration (SV) | Avg Seg (s) |
4397
+ |---|---|---|---|---|---|
4398
+ | [CMDFall](https://www.mica.edu.vn/perso/Tran-Thi-Thanh-Hai/CMDFALL.html) | multi (7 views) | 384 | 6,026 | 7.12h | 4.25 |
4399
+ | [UP-Fall](https://sites.google.com/up.edu.mx/har-up/) | multi (2 views) | 1,118 | 1,213 | 4.59h | 13.63 |
4400
+ | [Le2i](https://search-data.ubfc.fr/imvia/FR-13002091000019-2024-04-09_Fall-Detection-Dataset.html) | single | 190 | 967 | 0.79h | 2.95 |
4401
+ | [GMDCSA24](https://github.com/ekramalam/GMDCSA24-A-Dataset-for-Human-Fall-Detection-in-Videos) | single | 160 | 458 | 0.36h | 2.80 |
4402
+ | [CAUCAFall](https://data.mendeley.com/datasets/7w7fccy7ky/4) | single | 100 | 258 | 0.28h | 3.85 |
4403
+ | [EDF](https://doi.org/10.5281/zenodo.15494102) | multi (2 views) | 10 | 254 | 0.22h | 3.14 |
4404
+ | [OCCU](https://doi.org/10.5281/zenodo.15494102) | multi (2 views) | 10 | 245 | 0.25h | 3.54 |
4405
+ | [MCFD](https://www.iro.umontreal.ca/~labimage/Dataset/) | multi (8 views) | 192 | 169 | 0.20h | 4.26 |
4406
+ | [OOPS-Fall](https://oops.cs.columbia.edu/data/) | single | 818 | 4,022 | 2.65h | 2.38 |
4407
+ | OF-Syn | single | 12,000 | 19,228 | 16.88h | 3.16 |
4408
 
4409
+ SV = single-view (one count per unique camera perspective). Multi-view datasets have additional synchronized views; see [statistics.md](statistics.md) for full multi-view counts and class distributions.
4410
 
4411
+ ## Configs
4412
 
4413
+ Over 70 configurations are available. Each returns train/validation/test splits.
4414
 
4415
+ | Category | Examples | Description |
4416
+ |---|---|---|
4417
+ | **Same-domain** | `of-sta-cs`, `of-sta-cv`, `of-itw`, `of-syn` | Train and test from the same source |
4418
+ | **Cross-domain (to-all)** | `of-sta-to-all-cs`, `of-syn-to-all-cs` | Train on one source, test on all (staged + ItW + Syn) |
4419
+ | **Individual to-all** | `cmdfall-to-all-cs`, `edf-to-all-cv` | Train on single dataset, test on all |
4420
+ | **OF-Syn demographic** | `of-syn-cross-age`, `of-syn-cross-bmi` | Cross-demographic generalization splits |
4421
+ | **Aggregate** | `cs`, `cv` | All staged + OOPS combined |
4422
+ | **Individual** | `cmdfall-cs`, `le2i-cv` | Single staged dataset |
4423
+ | **Labels/metadata** | `labels`, `labels-syn`, `framewise-syn` | Raw annotations without splits |
4424
 
4425
+ See [CONFIGS.md](CONFIGS.md) for the complete configuration reference including deprecated names.
 
 
 
 
 
 
 
 
 
 
 
 
4426
 
4427
  ## Citation
4428
 
4429
+ If you use OmniFall in your research, please cite our paper as well as the sub-dataset papers:
4430
 
4431
  ```bibtex
4432
  @misc{omnifall,
4433
+ title={OmniFall: From Staged Through Synthetic to Wild, A Unified Multi-Domain Dataset for Robust Fall Detection},
4434
  author={David Schneider and Zdravko Marinov and Rafael Baur and Zeyun Zhong and Rodi Düger and Rainer Stiefelhagen},
4435
  year={2025},
4436
  eprint={2505.19889},
4437
  archivePrefix={arXiv},
4438
  primaryClass={cs.CV},
4439
+ url={https://arxiv.org/abs/2505.19889},
4440
  },
4441
 
4442
  @inproceedings{omnifall_cmdfall,
 
4517
 
4518
  ## License
4519
 
4520
+ The annotations and split definitions are released under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). The original video data belongs to their respective owners and should be obtained from the original sources.
 
 
4521
 
4522
  ## Contact
4523
 
4524
  For questions about the dataset, please contact [david.schneider@kit.edu].
4525
 
4526
+ ## Documentation
4527
 
4528
+ - [statistics.md](statistics.md) - Full dataset statistics and class distributions
4529
+ - [CONFIGS.md](CONFIGS.md) - Complete configuration reference and deprecated names
4530
+ - [STRUCTURE.md](STRUCTURE.md) - Repository structure and data formats
4531
+ - [LABELS.md](LABELS.md) - Label definitions and annotation guidelines
4532
+ - [omnifall_dataset_examples.ipynb](omnifall_dataset_examples.ipynb) - Interactive examples with video loading and visualization
STRUCTURE.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # OmniFall Repository Structure
2
+
3
+ ## Directory Layout
4
+
5
+ ```
6
+ parquet/ Pre-built parquet files for all configs (used by load_dataset)
7
+ labels/ CSV files containing temporal segment annotations
8
+ caucafall.csv ... up_fall.csv Staged dataset labels (7 columns)
9
+ OOPS.csv OF-ItW labels (7 columns)
10
+ of-syn.csv OF-Syn labels (19 columns: 7 core + 12 demographic)
11
+ splits/
12
+ cs/ Cross-subject splits (staged + OOPS)
13
+ cv/ Cross-view splits (staged + OOPS)
14
+ syn/ Synthetic splits (random, cross_age, cross_ethnicity, cross_bmi)
15
+ videos/metadata.csv OF-Syn video-level metadata (12,000 videos)
16
+ data_files/
17
+ omnifall-synthetic_av1.tar OF-Syn video archive (12,000 AV1-encoded MP4s)
18
+ syn_frame_wise_labels.tar.zst OF-Syn frame-wise HDF5 labels
19
+ oops_video_mapping.csv Mapping from OOPS original filenames to OF-ItW names
20
+ prepare_oops_videos.py Script to extract OOPS videos for OF-ItW
21
+ generate_parquet.py Script to regenerate parquet files from labels + splits
22
+ ```
23
+
24
+ ## Label Format
25
+
26
+ Each label file in `labels/` contains temporal segment annotations:
27
+
28
+ ```csv
29
+ path,label,start,end,subject,cam,dataset
30
+ path/to/clip,class_id,start_time,end_time,subject_id,camera_id,dataset_name
31
+ ```
32
+
33
+ | Column | Type | Description |
34
+ |---|---|---|
35
+ | `path` | string | Relative path to the video (dataset-specific root) |
36
+ | `label` | int | Class ID (0-15), see [LABELS.md](LABELS.md) |
37
+ | `start` | float | Segment start time in seconds |
38
+ | `end` | float | Segment end time in seconds |
39
+ | `subject` | int | Subject ID (-1 for OF-ItW and OF-Syn) |
40
+ | `cam` | int | Camera view ID (-1 for OF-ItW and OF-Syn) |
41
+ | `dataset` | string | Source dataset name |
42
+
43
+ ### OF-Syn Extended Labels
44
+
45
+ `labels/of-syn.csv` contains 12 additional demographic and scene metadata columns:
46
+
47
+ | Column | Values |
48
+ |---|---|
49
+ | `age_group` | toddlers_1_4, children_5_12, teenagers_13_17, young_adults_18_34, middle_aged_35_64, elderly_65_plus |
50
+ | `gender_presentation` | male, female |
51
+ | `monk_skin_tone` | mst1 through mst10 |
52
+ | `race_ethnicity_omb` | white, black, asian, hispanic_latino, aian, nhpi, mena |
53
+ | `bmi_band` | underweight, normal, overweight, obese |
54
+ | `height_band` | short, avg, tall |
55
+ | `environment_category` | indoor, outdoor |
56
+ | `camera_shot` | static_wide, static_medium_wide |
57
+ | `speed` | 24fps_rt, 25fps_rt, 30fps_rt, std_rt |
58
+ | `camera_elevation` | eye, low, high, top |
59
+ | `camera_azimuth` | front, rear, left, right |
60
+ | `camera_distance` | medium, far |
61
+
62
+ These fields are available in OF-Syn configs (`of-syn`, `of-syn-cross-*`, `labels-syn`, `metadata-syn`, `framewise-syn`). Cross-domain configs that mix sources use only the 7 core columns.
63
+
64
+ ## Split Format
65
+
66
+ Split files in `splits/` list video paths included in each partition:
67
+
68
+ ```csv
69
+ path
70
+ path/to/clip
71
+ ```
72
+
73
+ Each video path maps to one or more temporal segments in the corresponding label file. The parquet configs contain the pre-merged result of joining split paths with labels.
generate_parquet.py CHANGED
@@ -57,9 +57,27 @@ METADATA_COLUMNS = ["path", "dataset"] + DEMOGRAPHIC_COLUMNS
57
  DEPRECATED_ALIASES = {
58
  "cs-staged": "of-sta-cs",
59
  "cv-staged": "of-sta-cv",
60
- "cs-staged-wild": "of-sta-itw-cs",
61
- "cv-staged-wild": "of-sta-itw-cv",
62
  "OOPS": "of-itw",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  }
64
 
65
 
@@ -296,6 +314,107 @@ def gen_crossdomain(config_name, train_split_type, train_source, test_split_type
296
  return {config_name: results}
297
 
298
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
299
  def gen_aggregate(split_type):
300
  """Config: cs / cv - all staged + OOPS combined."""
301
  config_name = split_type
@@ -312,17 +431,18 @@ def gen_aggregate(split_type):
312
  return {config_name: results}
313
 
314
 
315
- def gen_individual(ds_name):
316
- """Config: individual dataset with CS splits."""
 
317
  labels = load_csv(STAGED_LABEL_FILES[ds_name])
318
  results = {}
319
  for split_name, csv_name in [("train", "train"), ("validation", "val"), ("test", "test")]:
320
- sf = [f"splits/cs/{ds_name}/{csv_name}.csv"]
321
  merged = merge_split_labels(sf, labels)
322
  df = select_and_cast(merged, CORE_COLUMNS, "core")
323
- write_parquet(df, ds_name, split_name)
324
  results[split_name] = len(df)
325
- return {ds_name: results}
326
 
327
 
328
  def gen_framewise_syn():
@@ -443,15 +563,41 @@ def main():
443
  for split, count in splits.items():
444
  print(f" {config}/{split}: {count} rows")
445
 
446
- # Cross-domain configs
447
- print("\n--- Cross-domain configs ---")
448
- crossdomain_configs = [
449
- ("of-sta-itw-cs", "cs", "staged", "cs", "itw"),
450
- ("of-sta-itw-cv", "cv", "staged", "cv", "itw"),
451
- ("of-syn-itw", "random", "syn", "cs", "itw"),
452
- ]
453
- for config_name, train_st, train_src, test_st, test_src in crossdomain_configs:
454
- result = gen_crossdomain(config_name, train_st, train_src, test_st, test_src)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
455
  all_results.update(result)
456
  for config, splits in result.items():
457
  for split, count in splits.items():
@@ -466,14 +612,15 @@ def main():
466
  for split, count in splits.items():
467
  print(f" {config}/{split}: {count} rows")
468
 
469
- # Individual dataset configs
470
  print("\n--- Individual dataset configs ---")
471
  for ds_name in STAGED_DATASETS:
472
- result = gen_individual(ds_name)
473
- all_results.update(result)
474
- for config, splits in result.items():
475
- for split, count in splits.items():
476
- print(f" {config}/{split}: {count} rows")
 
477
 
478
  # Deprecated aliases (copy parquet files)
479
  print("\n--- Deprecated aliases ---")
 
57
  DEPRECATED_ALIASES = {
58
  "cs-staged": "of-sta-cs",
59
  "cv-staged": "of-sta-cv",
 
 
60
  "OOPS": "of-itw",
61
+ # Old unsuffixed individual dataset names (were CS-only)
62
+ "caucafall": "caucafall-cs",
63
+ "cmdfall": "cmdfall-cs",
64
+ "edf": "edf-cs",
65
+ "gmdcsa24": "gmdcsa24-cs",
66
+ "le2i": "le2i-cs",
67
+ "mcfd": "mcfd-cs",
68
+ "occu": "occu-cs",
69
+ "up_fall": "up_fall-cs",
70
+ # Old cross-domain "-to-itw" names (now subsumed by "-to-all")
71
+ "of-sta-to-itw-cs": "of-sta-to-all-cs",
72
+ "of-sta-to-itw-cv": "of-sta-to-all-cv",
73
+ "of-syn-to-itw": "of-syn-to-all-cs",
74
+ "of-sta-syn-to-itw-cs": "of-sta-syn-to-all-cs",
75
+ "of-sta-syn-to-itw-cv": "of-sta-syn-to-all-cv",
76
+ "of-sta-itw-cs": "of-sta-to-all-cs",
77
+ "of-sta-itw-cv": "of-sta-to-all-cv",
78
+ "of-syn-itw": "of-syn-to-all-cs",
79
+ "cs-staged-wild": "of-sta-to-all-cs",
80
+ "cv-staged-wild": "of-sta-to-all-cv",
81
  }
82
 
83
 
 
314
  return {config_name: results}
315
 
316
 
317
+ def gen_crossdomain_staged_syn(config_name, staged_split_type, syn_split_type,
318
+ test_split_type):
319
+ """Config: train/val from staged + syn combined, test from OOPS."""
320
+ staged_labels = load_staged_labels()
321
+ syn_labels = load_syn_labels()
322
+ itw_labels = load_itw_labels()
323
+
324
+ results = {}
325
+
326
+ for split_name, csv_name in [("train", "train"), ("validation", "val")]:
327
+ # Staged part
328
+ sta_sf = staged_split_files(staged_split_type, csv_name)
329
+ sta_merged = merge_split_labels(sta_sf, staged_labels)
330
+ sta_df = select_and_cast(sta_merged, CORE_COLUMNS, "core")
331
+
332
+ # Syn part
333
+ syn_sf = [f"splits/syn/{syn_split_type}/{csv_name}.csv"]
334
+ syn_merged = merge_split_labels(syn_sf, syn_labels)
335
+ syn_df = select_and_cast(syn_merged, CORE_COLUMNS, "core")
336
+
337
+ df = pd.concat([sta_df, syn_df], ignore_index=True)
338
+ write_parquet(df, config_name, split_name)
339
+ results[split_name] = len(df)
340
+
341
+ # Test from OOPS
342
+ sf = [f"splits/{test_split_type}/OOPS/test.csv"]
343
+ merged = merge_split_labels(sf, itw_labels)
344
+ df = select_and_cast(merged, CORE_COLUMNS, "core")
345
+ write_parquet(df, config_name, "test")
346
+ results["test"] = len(df)
347
+
348
+ return {config_name: results}
349
+
350
+
351
+ def gen_to_all(config_name, staged_split_type, train_source, ds_name=None):
352
+ """Config: train/val from specified source, test from ALL datasets.
353
+
354
+ Test set is always: staged test (cs or cv) + itw test + syn random test.
355
+ Train/val come from the specified source:
356
+ - "individual": single staged dataset (needs ds_name)
357
+ - "staged": all 8 staged datasets
358
+ - "syn": synthetic random split
359
+ - "staged+syn": staged + synthetic combined
360
+ """
361
+ staged_labels = load_staged_labels()
362
+ itw_labels = load_itw_labels()
363
+ syn_labels = load_syn_labels()
364
+
365
+ results = {}
366
+
367
+ # --- Train/val from source ---
368
+ for split_name, csv_name in [("train", "train"), ("validation", "val")]:
369
+ if train_source == "individual":
370
+ sf = [f"splits/{staged_split_type}/{ds_name}/{csv_name}.csv"]
371
+ merged = merge_split_labels(sf, load_csv(STAGED_LABEL_FILES[ds_name]))
372
+ df = select_and_cast(merged, CORE_COLUMNS, "core")
373
+ elif train_source == "staged":
374
+ sf = staged_split_files(staged_split_type, csv_name)
375
+ merged = merge_split_labels(sf, staged_labels)
376
+ df = select_and_cast(merged, CORE_COLUMNS, "core")
377
+ elif train_source == "syn":
378
+ sf = [f"splits/syn/random/{csv_name}.csv"]
379
+ merged = merge_split_labels(sf, syn_labels)
380
+ df = select_and_cast(merged, CORE_COLUMNS, "core")
381
+ elif train_source == "staged+syn":
382
+ sta_sf = staged_split_files(staged_split_type, csv_name)
383
+ sta_merged = merge_split_labels(sta_sf, staged_labels)
384
+ sta_df = select_and_cast(sta_merged, CORE_COLUMNS, "core")
385
+ syn_sf = [f"splits/syn/random/{csv_name}.csv"]
386
+ syn_merged = merge_split_labels(syn_sf, syn_labels)
387
+ syn_df = select_and_cast(syn_merged, CORE_COLUMNS, "core")
388
+ df = pd.concat([sta_df, syn_df], ignore_index=True)
389
+ else:
390
+ raise ValueError(f"Unknown train_source: {train_source}")
391
+
392
+ write_parquet(df, config_name, split_name)
393
+ results[split_name] = len(df)
394
+
395
+ # --- Test from ALL datasets ---
396
+ # Staged test (cs or cv)
397
+ sta_sf = staged_split_files(staged_split_type, "test")
398
+ sta_merged = merge_split_labels(sta_sf, staged_labels)
399
+ sta_test = select_and_cast(sta_merged, CORE_COLUMNS, "core")
400
+
401
+ # ItW test (OOPS, always uses same split file under cs/ dir)
402
+ itw_sf = [f"splits/{staged_split_type}/OOPS/test.csv"]
403
+ itw_merged = merge_split_labels(itw_sf, itw_labels)
404
+ itw_test = select_and_cast(itw_merged, CORE_COLUMNS, "core")
405
+
406
+ # Syn test (always random split)
407
+ syn_sf = ["splits/syn/random/test.csv"]
408
+ syn_merged = merge_split_labels(syn_sf, syn_labels)
409
+ syn_test = select_and_cast(syn_merged, CORE_COLUMNS, "core")
410
+
411
+ test_df = pd.concat([sta_test, itw_test, syn_test], ignore_index=True)
412
+ write_parquet(test_df, config_name, "test")
413
+ results["test"] = len(test_df)
414
+
415
+ return {config_name: results}
416
+
417
+
418
  def gen_aggregate(split_type):
419
  """Config: cs / cv - all staged + OOPS combined."""
420
  config_name = split_type
 
431
  return {config_name: results}
432
 
433
 
434
+ def gen_individual(ds_name, split_type):
435
+ """Config: individual dataset with explicit split type (cs or cv)."""
436
+ config_name = f"{ds_name}-{split_type}"
437
  labels = load_csv(STAGED_LABEL_FILES[ds_name])
438
  results = {}
439
  for split_name, csv_name in [("train", "train"), ("validation", "val"), ("test", "test")]:
440
+ sf = [f"splits/{split_type}/{ds_name}/{csv_name}.csv"]
441
  merged = merge_split_labels(sf, labels)
442
  df = select_and_cast(merged, CORE_COLUMNS, "core")
443
+ write_parquet(df, config_name, split_name)
444
  results[split_name] = len(df)
445
+ return {config_name: results}
446
 
447
 
448
  def gen_framewise_syn():
 
563
  for split, count in splits.items():
564
  print(f" {config}/{split}: {count} rows")
565
 
566
+ # Cross-domain "to-all" configs (train/val from source, test from ALL)
567
+ print("\n--- Cross-domain to-all configs ---")
568
+
569
+ # Individual staged dataset to-all
570
+ for ds_name in STAGED_DATASETS:
571
+ for st in ["cs", "cv"]:
572
+ config_name = f"{ds_name}-to-all-{st}"
573
+ result = gen_to_all(config_name, st, "individual", ds_name=ds_name)
574
+ all_results.update(result)
575
+ for config, splits in result.items():
576
+ for split, count in splits.items():
577
+ print(f" {config}/{split}: {count} rows")
578
+
579
+ # All staged to-all
580
+ for st in ["cs", "cv"]:
581
+ config_name = f"of-sta-to-all-{st}"
582
+ result = gen_to_all(config_name, st, "staged")
583
+ all_results.update(result)
584
+ for config, splits in result.items():
585
+ for split, count in splits.items():
586
+ print(f" {config}/{split}: {count} rows")
587
+
588
+ # Syn to-all
589
+ for st in ["cs", "cv"]:
590
+ config_name = f"of-syn-to-all-{st}"
591
+ result = gen_to_all(config_name, st, "syn")
592
+ all_results.update(result)
593
+ for config, splits in result.items():
594
+ for split, count in splits.items():
595
+ print(f" {config}/{split}: {count} rows")
596
+
597
+ # Staged + syn to-all
598
+ for st in ["cs", "cv"]:
599
+ config_name = f"of-sta-syn-to-all-{st}"
600
+ result = gen_to_all(config_name, st, "staged+syn")
601
  all_results.update(result)
602
  for config, splits in result.items():
603
  for split, count in splits.items():
 
612
  for split, count in splits.items():
613
  print(f" {config}/{split}: {count} rows")
614
 
615
+ # Individual dataset configs (both CS and CV)
616
  print("\n--- Individual dataset configs ---")
617
  for ds_name in STAGED_DATASETS:
618
+ for st in ["cs", "cv"]:
619
+ result = gen_individual(ds_name, st)
620
+ all_results.update(result)
621
+ for config, splits in result.items():
622
+ for split, count in splits.items():
623
+ print(f" {config}/{split}: {count} rows")
624
 
625
  # Deprecated aliases (copy parquet files)
626
  print("\n--- Deprecated aliases ---")
omnifall_dataset_examples.ipynb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b52439f11c721e01c5db072454e4c7571bdd2a72df9f04acbf62b6735f218c0
3
- size 10085652
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7d5f11d0462060baae5b37482cd23e20955bb74cb7e03aed8598bff1e322276
3
+ size 10086324
parquet/caucafall-cs/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56f36d14fe193fb9fa001df09afe46f56d232d13864105d863ee585b37eb1d60
3
+ size 4872
parquet/caucafall-cs/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d7165eff7194a7d36abc1f99500202aca8985bd502bbd5f41a9332d1a2cbfb7
3
+ size 6448
parquet/caucafall-cs/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90390ae73ad1c0ddc0ac92914e747f5eac833729bf98d6aba5c213a763c07237
3
+ size 4647
parquet/caucafall-cv/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb2971ad9c57175d99321fbf9ea25b8c0707c0b6261e2239d85015ee4aa147e4
3
+ size 7375
parquet/caucafall-to-all-cs/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdda56c65b54222e521899c2b0aedfa0dd14f9a5d66225b3a36c7fd0df81ed3a
3
+ size 157831
parquet/caucafall-to-all-cs/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d7165eff7194a7d36abc1f99500202aca8985bd502bbd5f41a9332d1a2cbfb7
3
+ size 6448
parquet/caucafall-to-all-cs/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90390ae73ad1c0ddc0ac92914e747f5eac833729bf98d6aba5c213a763c07237
3
+ size 4647
parquet/caucafall-to-all-cv/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0935647ff0117713f849387cb579eff487b25695ede1e62b34f2bc79e0bfc1c
3
+ size 245456
parquet/caucafall-to-all-cv/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb2971ad9c57175d99321fbf9ea25b8c0707c0b6261e2239d85015ee4aa147e4
3
+ size 7375
parquet/cmdfall-cs/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c0f657c673bd860e3576eff27d41f2ca5921c72707c12451fb2eea708384ea7
3
+ size 52220
parquet/cmdfall-cs/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dbaf81afb7d332c7ca6436c4d33b26e608fe864ae1c3ad34990958e52588031
3
+ size 93589
parquet/cmdfall-cs/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c070ec7048a682fda4c7425aaccf9a2b4f96ee8e4ca7fe267e5acf6ca6c6712
3
+ size 18969
parquet/cmdfall-cv/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ab4efb2fab82f9cdd5e2f11aae20a35d80cc137c6f2415e045c416f6c62d312
3
+ size 139005
parquet/cmdfall-cv/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d100971b28848ea4a475bc210706db3b47c349200aeec86e75ddb8fadd959b36
3
+ size 73302
parquet/cmdfall-cv/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c2d318e80072cae4e09556b72ecc08f734f0e0d8321c3ef9b371f20d0a780ac
3
+ size 73753
parquet/cmdfall-to-all-cs/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdda56c65b54222e521899c2b0aedfa0dd14f9a5d66225b3a36c7fd0df81ed3a
3
+ size 157831
parquet/cmdfall-to-all-cs/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dbaf81afb7d332c7ca6436c4d33b26e608fe864ae1c3ad34990958e52588031
3
+ size 93589
parquet/cmdfall-to-all-cs/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c070ec7048a682fda4c7425aaccf9a2b4f96ee8e4ca7fe267e5acf6ca6c6712
3
+ size 18969
parquet/cmdfall-to-all-cv/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0935647ff0117713f849387cb579eff487b25695ede1e62b34f2bc79e0bfc1c
3
+ size 245456
parquet/cmdfall-to-all-cv/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d100971b28848ea4a475bc210706db3b47c349200aeec86e75ddb8fadd959b36
3
+ size 73302
parquet/cmdfall-to-all-cv/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c2d318e80072cae4e09556b72ecc08f734f0e0d8321c3ef9b371f20d0a780ac
3
+ size 73753
parquet/cs-staged-wild/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd496c163abcb617430940104ee715f6acb5ed6dd2aea7af34b9f3e057bb56e7
3
- size 46279
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdda56c65b54222e521899c2b0aedfa0dd14f9a5d66225b3a36c7fd0df81ed3a
3
+ size 157831
parquet/cv-staged-wild/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd496c163abcb617430940104ee715f6acb5ed6dd2aea7af34b9f3e057bb56e7
3
- size 46279
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0935647ff0117713f849387cb579eff487b25695ede1e62b34f2bc79e0bfc1c
3
+ size 245456
parquet/edf-cs/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c322cdf427680f6840e61d0dce9e011867f6be5dded25fc5898abecad86534b4
3
+ size 5693
parquet/edf-cs/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2839d6079515f3a3ac5acf5072df97a94ea1c04590b2b8027db2a24b9d95545
3
+ size 7704
parquet/edf-cs/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8c2698f76a52a889c4ca02cb9ac59a0d42af6269db183a0f0026947ee4500f4
3
+ size 5232
parquet/edf-cv/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65d5f5abe61e045a29dbedffabbecb87daa3d32ae7a6a13e82423d8b68369310
3
+ size 7177
parquet/edf-cv/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8d968093307eab69e90cbe6aa03e54351944ad3b8f1a35635bae32bc419ed12
3
+ size 7158
parquet/edf-cv/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65d5f5abe61e045a29dbedffabbecb87daa3d32ae7a6a13e82423d8b68369310
3
+ size 7177
parquet/edf-to-all-cs/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdda56c65b54222e521899c2b0aedfa0dd14f9a5d66225b3a36c7fd0df81ed3a
3
+ size 157831
parquet/edf-to-all-cs/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2839d6079515f3a3ac5acf5072df97a94ea1c04590b2b8027db2a24b9d95545
3
+ size 7704
parquet/edf-to-all-cs/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8c2698f76a52a889c4ca02cb9ac59a0d42af6269db183a0f0026947ee4500f4
3
+ size 5232
parquet/edf-to-all-cv/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0935647ff0117713f849387cb579eff487b25695ede1e62b34f2bc79e0bfc1c
3
+ size 245456
parquet/edf-to-all-cv/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8d968093307eab69e90cbe6aa03e54351944ad3b8f1a35635bae32bc419ed12
3
+ size 7158
parquet/edf-to-all-cv/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65d5f5abe61e045a29dbedffabbecb87daa3d32ae7a6a13e82423d8b68369310
3
+ size 7177
parquet/gmdcsa24-cs/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d13a0250ad70fdfad33fedb2f6d77add15f0bf286fa3e502938de9b3883031fc
3
+ size 5409
parquet/gmdcsa24-cs/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6339d18286b632e7cc9764497c732088e20348674c36d129d33cb29fb3412622
3
+ size 6747
parquet/gmdcsa24-cs/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c5a6d927e436f2446c279c2e098de1ad3dbfe0646f3d1e5808f988ea58ea968
3
+ size 5982
parquet/gmdcsa24-cv/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d13a0250ad70fdfad33fedb2f6d77add15f0bf286fa3e502938de9b3883031fc
3
+ size 5409
parquet/gmdcsa24-cv/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db7e230aa087932679e784a03128668541b88e7b6497aaf99c3837f8338e758e
3
+ size 7428
parquet/gmdcsa24-cv/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:629d0423e0f438d0e79af84d4ee11946cb9825d8804722399e6a83e354948dbd
3
+ size 5279
parquet/gmdcsa24-to-all-cs/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdda56c65b54222e521899c2b0aedfa0dd14f9a5d66225b3a36c7fd0df81ed3a
3
+ size 157831
parquet/gmdcsa24-to-all-cs/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6339d18286b632e7cc9764497c732088e20348674c36d129d33cb29fb3412622
3
+ size 6747
parquet/gmdcsa24-to-all-cs/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c5a6d927e436f2446c279c2e098de1ad3dbfe0646f3d1e5808f988ea58ea968
3
+ size 5982