File size: 637 Bytes
97c75c0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # Motion Label Definitions
The current motion labels are automatically inferred / pseudo-labeled.
They are not human-verified ground truth.
## Labels
- `unknown`: insufficient evidence for a supported motion state.
- `standing`: person estimated to be standing.
- `walking`: person estimated to be walking.
- `running`: person estimated to be running.
- `sitting`: person estimated to be sitting.
- `bending`: person estimated to be bending.
- `falling`: person estimated to be in a falling state.
Users should review label quality metrics and limitations before using
the sample for model evaluation or training.
|