Datasets:
Tasks:
Other
Formats:
csv
Languages:
English
Size:
10K - 100K
Tags:
3d-human-body-models
force-paired-dataset
uncertainty-annotations
biomechanics
human-motion
inverse-dynamics
License:
README: add reviewer sample download instructions
Browse files
README.md
CHANGED
|
@@ -14,9 +14,30 @@ ForceBody/
|
|
| 14 |
│ └── <subject_id_raw>/trial_<idx>.npz
|
| 15 |
├── manifest.csv 10,386 rows, one per trial
|
| 16 |
├── subjects.csv 378 rows, one per subject_id_raw
|
|
|
|
| 17 |
└── README.md
|
| 18 |
```
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
`subject_id_raw` carries a study prefix where it is needed to disambiguate identical subject names across source datasets (`Moore2015__subject7` vs `Uhlrich2023__subject7`). Subjects unique within their source dataset (e.g. `P002_split0` from Carter2023) appear without the prefix.
|
| 21 |
|
| 22 |
## Composition
|
|
|
|
| 14 |
│ └── <subject_id_raw>/trial_<idx>.npz
|
| 15 |
├── manifest.csv 10,386 rows, one per trial
|
| 16 |
├── subjects.csv 378 rows, one per subject_id_raw
|
| 17 |
+
├── ForceBody_sample.tar.gz 100-trial reviewer sample (157 MB)
|
| 18 |
└── README.md
|
| 19 |
```
|
| 20 |
|
| 21 |
+
## Quick start for reviewers (small sample)
|
| 22 |
+
|
| 23 |
+
The full release is roughly 19 GB. For a fast first look, download the 100-trial sample (157 MB), which carries the same per-trial schema as the full release.
|
| 24 |
+
|
| 25 |
+
Direct download URL:
|
| 26 |
+
|
| 27 |
+
```
|
| 28 |
+
https://huggingface.co/datasets/ForceBody/ForceBody_ano/resolve/main/ForceBody_sample.tar.gz
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
+
Or with `wget` / `curl`:
|
| 32 |
+
|
| 33 |
+
```bash
|
| 34 |
+
wget https://huggingface.co/datasets/ForceBody/ForceBody_ano/resolve/main/ForceBody_sample.tar.gz
|
| 35 |
+
tar -xzf ForceBody_sample.tar.gz
|
| 36 |
+
ls ForceBody_sample/
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
The sample is stratified across all 10 source studies: 72 trials with Monte Carlo uncertainty and 28 skelfit-only trials, drawn with numpy seed 42. A `SAMPLE_README.md` inside the archive describes the selection. The schema documented in this README applies verbatim to every npz in the sample.
|
| 40 |
+
|
| 41 |
`subject_id_raw` carries a study prefix where it is needed to disambiguate identical subject names across source datasets (`Moore2015__subject7` vs `Uhlrich2023__subject7`). Subjects unique within their source dataset (e.g. `P002_split0` from Carter2023) appear without the prefix.
|
| 42 |
|
| 43 |
## Composition
|