Upload folder using huggingface_hub
Browse files- README.md +126 -0
- data/motion_observations.jsonl +0 -0
- data/motion_segments.jsonl +17 -0
- data/skeleton_pose.jsonl +0 -0
- dataset-metadata.json +18 -0
- docs/DATA_DICTIONARY.md +39 -0
- docs/LABEL_DEFINITIONS.md +18 -0
- docs/RIGHTS_AND_PROVENANCE.md +21 -0
- metadata/sample_manifest.json +39 -0
- metadata/source_manifest.json +13 -0
- metadata/source_provenance.json +14 -0
- metadata/source_quality_report.json +111 -0
README.md
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Human Motion Skeleton & Activity Dataset — Public Evaluation Sample
|
| 2 |
+
|
| 3 |
+
Release: `human_motion_sample_2026_08_17_v2`
|
| 4 |
+
|
| 5 |
+
A lightweight public evaluation sample of anonymized human motion data extracted from CCTV/RTSP video and converted into structured skeleton pose and motion metadata.
|
| 6 |
+
|
| 7 |
+
This public release is intentionally limited to help researchers, ML engineers, and AI teams evaluate the usefulness of the dataset before requesting access to a larger commercial dataset.
|
| 8 |
+
|
| 9 |
+
## What's included
|
| 10 |
+
|
| 11 |
+
- 500 skeleton pose records
|
| 12 |
+
- 461 motion observations
|
| 13 |
+
- 17 motion segments
|
| 14 |
+
- Anonymous track IDs
|
| 15 |
+
- Time-aware motion sequences
|
| 16 |
+
- Automatically inferred activity labels
|
| 17 |
+
- Technical quality and provenance metadata
|
| 18 |
+
|
| 19 |
+
## Potential use cases
|
| 20 |
+
|
| 21 |
+
This sample may be useful for:
|
| 22 |
+
|
| 23 |
+
- Human pose estimation research
|
| 24 |
+
- Motion understanding
|
| 25 |
+
- Activity recognition
|
| 26 |
+
- Temporal movement analysis
|
| 27 |
+
- Skeleton-based machine learning
|
| 28 |
+
- Computer vision experimentation
|
| 29 |
+
- Privacy-preserving motion analytics
|
| 30 |
+
- AI model prototyping
|
| 31 |
+
|
| 32 |
+
## Source
|
| 33 |
+
|
| 34 |
+
- Source type: CCTV / RTSP
|
| 35 |
+
- Camera ID: `CAM-01`
|
| 36 |
+
- Source session: `20260816T102302Z`
|
| 37 |
+
|
| 38 |
+
The public dataset contains structured motion information only.
|
| 39 |
+
|
| 40 |
+
## Privacy
|
| 41 |
+
|
| 42 |
+
No raw CCTV imagery is included.
|
| 43 |
+
|
| 44 |
+
This sample does **not** contain:
|
| 45 |
+
|
| 46 |
+
- Raw CCTV frames
|
| 47 |
+
- Face crops
|
| 48 |
+
- Face images
|
| 49 |
+
- Face embeddings
|
| 50 |
+
- Private event clips
|
| 51 |
+
- Employee names
|
| 52 |
+
- Personal identity fields
|
| 53 |
+
|
| 54 |
+
The dataset is designed around skeleton-only / structured motion representations.
|
| 55 |
+
|
| 56 |
+
## Labels
|
| 57 |
+
|
| 58 |
+
Current motion labels are automatically inferred / pseudo-labeled.
|
| 59 |
+
|
| 60 |
+
They are **not human-verified ground truth**.
|
| 61 |
+
|
| 62 |
+
Current supported motion categories may include:
|
| 63 |
+
|
| 64 |
+
- standing
|
| 65 |
+
- walking
|
| 66 |
+
- running
|
| 67 |
+
- sitting
|
| 68 |
+
- bending
|
| 69 |
+
- falling
|
| 70 |
+
- unknown
|
| 71 |
+
|
| 72 |
+
See `docs/LABEL_DEFINITIONS.md` for details.
|
| 73 |
+
|
| 74 |
+
## Dataset files
|
| 75 |
+
|
| 76 |
+
### Data
|
| 77 |
+
|
| 78 |
+
- `data/skeleton_pose.jsonl`
|
| 79 |
+
- `data/motion_observations.jsonl`
|
| 80 |
+
- `data/motion_segments.jsonl`
|
| 81 |
+
|
| 82 |
+
### Metadata
|
| 83 |
+
|
| 84 |
+
- `metadata/sample_manifest.json`
|
| 85 |
+
- `metadata/source_manifest.json`
|
| 86 |
+
- `metadata/source_provenance.json`
|
| 87 |
+
- `metadata/source_quality_report.json`
|
| 88 |
+
|
| 89 |
+
### Documentation
|
| 90 |
+
|
| 91 |
+
- `docs/DATA_DICTIONARY.md`
|
| 92 |
+
- `docs/LABEL_DEFINITIONS.md`
|
| 93 |
+
- `docs/RIGHTS_AND_PROVENANCE.md`
|
| 94 |
+
|
| 95 |
+
## Sample limitation
|
| 96 |
+
|
| 97 |
+
This release contains a maximum of 500 skeleton records and represents only a small evaluation subset.
|
| 98 |
+
|
| 99 |
+
It should **not** be treated as the complete Human Motion Dataset.
|
| 100 |
+
|
| 101 |
+
## Larger dataset availability
|
| 102 |
+
|
| 103 |
+
Larger datasets with substantially more motion observations and sessions may be made available separately for evaluation, research, or commercial licensing, subject to applicable rights and redistribution requirements.
|
| 104 |
+
|
| 105 |
+
If your team is working on:
|
| 106 |
+
|
| 107 |
+
- Human motion models
|
| 108 |
+
- Pose / activity recognition
|
| 109 |
+
- Robotics
|
| 110 |
+
- Computer vision
|
| 111 |
+
- Behavior analytics
|
| 112 |
+
- Skeleton-based AI
|
| 113 |
+
|
| 114 |
+
and would like to evaluate a larger sample or discuss dataset requirements, please contact the dataset publisher through the platform profile.
|
| 115 |
+
|
| 116 |
+
## Release strategy
|
| 117 |
+
|
| 118 |
+
Public samples are expected to be updated regularly as additional validated motion data becomes available.
|
| 119 |
+
|
| 120 |
+
Each public release remains intentionally limited, while larger validated datasets are retained separately.
|
| 121 |
+
|
| 122 |
+
## Important notice
|
| 123 |
+
|
| 124 |
+
Technical provenance and quality validation do not by themselves establish legal redistribution rights.
|
| 125 |
+
|
| 126 |
+
Any larger commercial release is subject to appropriate rights verification and licensing terms.
|
data/motion_observations.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/motion_segments.jsonl
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"camera_id":"CAM-01","track_id":2,"movement_type":"walking","started_at":"2026-08-16T10:23:09.212593+00:00","ended_at":"2026-08-16T10:23:14.570432+00:00","duration_seconds":5.357839,"confidence":0.7150585345027036}
|
| 2 |
+
{"camera_id":"CAM-01","track_id":1,"movement_type":"sitting","started_at":"2026-08-16T10:23:22.428910+00:00","ended_at":"2026-08-16T10:23:26.751402+00:00","duration_seconds":4.322492,"confidence":0.8602905697292752}
|
| 3 |
+
{"camera_id":"CAM-01","track_id":1,"movement_type":"sitting","started_at":"2026-08-16T10:23:32.593907+00:00","ended_at":"2026-08-16T10:23:40.825976+00:00","duration_seconds":8.232069,"confidence":0.9547305022252943}
|
| 4 |
+
{"camera_id":"CAM-01","track_id":1,"movement_type":"sitting","started_at":"2026-08-16T10:23:54.765982+00:00","ended_at":"2026-08-16T10:23:58.520481+00:00","duration_seconds":3.754499,"confidence":0.885065694955679}
|
| 5 |
+
{"camera_id":"CAM-01","track_id":1,"movement_type":"standing","started_at":"2026-08-16T10:23:58.520481+00:00","ended_at":"2026-08-16T10:24:01.961111+00:00","duration_seconds":3.44063,"confidence":0.9233411471048991}
|
| 6 |
+
{"camera_id":"CAM-01","track_id":1,"movement_type":"sitting","started_at":"2026-08-16T10:24:01.961111+00:00","ended_at":"2026-08-16T10:24:03.319805+00:00","duration_seconds":1.358694,"confidence":0.9755913628472223}
|
| 7 |
+
{"camera_id":"CAM-01","track_id":1,"movement_type":"standing","started_at":"2026-08-16T10:24:03.319805+00:00","ended_at":"2026-08-16T10:24:04.186273+00:00","duration_seconds":0.866468,"confidence":0.9002296730324075}
|
| 8 |
+
{"camera_id":"CAM-01","track_id":1,"movement_type":"sitting","started_at":"2026-08-16T10:24:07.797066+00:00","ended_at":"2026-08-16T10:24:12.590503+00:00","duration_seconds":4.793437,"confidence":0.8627840909090909}
|
| 9 |
+
{"camera_id":"CAM-01","track_id":1,"movement_type":"standing","started_at":"2026-08-16T10:24:34.665834+00:00","ended_at":"2026-08-16T10:24:36.190965+00:00","duration_seconds":1.525131,"confidence":0.9284722222222223}
|
| 10 |
+
{"camera_id":"CAM-01","track_id":1,"movement_type":"standing","started_at":"2026-08-16T10:24:44.280401+00:00","ended_at":"2026-08-16T10:24:45.631925+00:00","duration_seconds":1.351524,"confidence":0.9717144097222222}
|
| 11 |
+
{"camera_id":"CAM-01","track_id":6,"movement_type":"walking","started_at":"2026-08-16T10:24:56.926327+00:00","ended_at":"2026-08-16T10:25:07.566928+00:00","duration_seconds":10.640601,"confidence":0.7414359036620738}
|
| 12 |
+
{"camera_id":"CAM-01","track_id":1,"movement_type":"standing","started_at":"2026-08-16T10:24:48.676421+00:00","ended_at":"2026-08-16T10:24:53.918657+00:00","duration_seconds":5.242236,"confidence":0.990279329650932}
|
| 13 |
+
{"camera_id":"CAM-01","track_id":1,"movement_type":"standing","started_at":"2026-08-16T10:25:12.919326+00:00","ended_at":"2026-08-16T10:25:13.397876+00:00","duration_seconds":0.47855,"confidence":1.0}
|
| 14 |
+
{"camera_id":"CAM-01","track_id":1,"movement_type":"standing","started_at":"2026-08-16T10:25:23.560754+00:00","ended_at":"2026-08-16T10:25:25.245229+00:00","duration_seconds":1.684475,"confidence":1.0}
|
| 15 |
+
{"camera_id":"CAM-01","track_id":1,"movement_type":"sitting","started_at":"2026-08-16T10:25:35.402439+00:00","ended_at":"2026-08-16T10:25:36.840364+00:00","duration_seconds":1.437925,"confidence":0.7861316499255951}
|
| 16 |
+
{"camera_id":"CAM-01","track_id":1,"movement_type":"sitting","started_at":"2026-08-16T10:26:02.543494+00:00","ended_at":"2026-08-16T10:26:03.730736+00:00","duration_seconds":1.187242,"confidence":0.8897288004557291}
|
| 17 |
+
{"camera_id":"CAM-01","track_id":4,"movement_type":"walking","started_at":"2026-08-16T10:24:44.998522+00:00","ended_at":"2026-08-16T10:24:51.312423+00:00","duration_seconds":6.313901,"confidence":0.7244504879895793}
|
data/skeleton_pose.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dataset-metadata.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"title": "Human Motion Skeleton Dataset Sample",
|
| 3 |
+
"subtitle": "Daily public sample of anonymized skeleton and motion data",
|
| 4 |
+
"description": "A small public evaluation sample from the Human Motion Data Platform. This release contains structured skeleton pose and motion metadata only, with no raw CCTV frames, face crops, face embeddings, or private event clips. Motion labels are automatically inferred and are not human-verified ground truth. Release human_motion_sample_2026_08_17_v2 contains 500 skeleton records, 461 motion observations, and 17 motion segments.",
|
| 5 |
+
"id": "ragabadel/human-motion-skeleton-sample",
|
| 6 |
+
"licenses": [
|
| 7 |
+
{
|
| 8 |
+
"name": "other"
|
| 9 |
+
}
|
| 10 |
+
],
|
| 11 |
+
"keywords": [
|
| 12 |
+
"computer vision",
|
| 13 |
+
"human pose estimation",
|
| 14 |
+
"motion",
|
| 15 |
+
"skeleton",
|
| 16 |
+
"machine learning"
|
| 17 |
+
]
|
| 18 |
+
}
|
docs/DATA_DICTIONARY.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Data Dictionary
|
| 2 |
+
|
| 3 |
+
## skeleton_pose.jsonl
|
| 4 |
+
|
| 5 |
+
Common fields include:
|
| 6 |
+
|
| 7 |
+
- `camera_id`: source camera identifier.
|
| 8 |
+
- `frame_number`: source-frame sequence number.
|
| 9 |
+
- `captured_at`: timezone-aware capture timestamp.
|
| 10 |
+
- `track_id`: anonymous persistent track identifier.
|
| 11 |
+
- `frame_width`: source-frame width used for normalization.
|
| 12 |
+
- `frame_height`: source-frame height used for normalization.
|
| 13 |
+
- `landmarks`: pose landmark collection.
|
| 14 |
+
|
| 15 |
+
## motion_observations.jsonl
|
| 16 |
+
|
| 17 |
+
Common fields include:
|
| 18 |
+
|
| 19 |
+
- `camera_id`
|
| 20 |
+
- `track_id`
|
| 21 |
+
- `frame_number`
|
| 22 |
+
- `captured_at`
|
| 23 |
+
- `motion_type`
|
| 24 |
+
- `confidence`
|
| 25 |
+
|
| 26 |
+
## motion_segments.jsonl
|
| 27 |
+
|
| 28 |
+
Common fields include:
|
| 29 |
+
|
| 30 |
+
- `camera_id`
|
| 31 |
+
- `track_id`
|
| 32 |
+
- `movement_type`
|
| 33 |
+
- `started_at`
|
| 34 |
+
- `ended_at`
|
| 35 |
+
- `duration_seconds`
|
| 36 |
+
- `confidence`
|
| 37 |
+
|
| 38 |
+
The exact schema version and technical source metadata are available
|
| 39 |
+
inside the metadata directory.
|
docs/LABEL_DEFINITIONS.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Motion Label Definitions
|
| 2 |
+
|
| 3 |
+
The current motion labels are automatically inferred / pseudo-labeled.
|
| 4 |
+
|
| 5 |
+
They are not human-verified ground truth.
|
| 6 |
+
|
| 7 |
+
## Labels
|
| 8 |
+
|
| 9 |
+
- `unknown`: insufficient evidence for a supported motion state.
|
| 10 |
+
- `standing`: person estimated to be standing.
|
| 11 |
+
- `walking`: person estimated to be walking.
|
| 12 |
+
- `running`: person estimated to be running.
|
| 13 |
+
- `sitting`: person estimated to be sitting.
|
| 14 |
+
- `bending`: person estimated to be bending.
|
| 15 |
+
- `falling`: person estimated to be in a falling state.
|
| 16 |
+
|
| 17 |
+
Users should review label quality metrics and limitations before using
|
| 18 |
+
the sample for model evaluation or training.
|
docs/RIGHTS_AND_PROVENANCE.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Rights and Provenance
|
| 2 |
+
|
| 3 |
+
## Technical provenance
|
| 4 |
+
|
| 5 |
+
Technical generation metadata is included in:
|
| 6 |
+
|
| 7 |
+
`metadata/source_provenance.json`
|
| 8 |
+
|
| 9 |
+
The public release contains structured skeleton and motion data only.
|
| 10 |
+
Raw CCTV frames and private event clips are excluded.
|
| 11 |
+
|
| 12 |
+
## Rights
|
| 13 |
+
|
| 14 |
+
Technical provenance is not the same as legal permission to redistribute
|
| 15 |
+
source-derived data.
|
| 16 |
+
|
| 17 |
+
Before publishing this package publicly, the dataset publisher must
|
| 18 |
+
confirm and document the applicable collection, processing, licensing,
|
| 19 |
+
and redistribution rights for the source material.
|
| 20 |
+
|
| 21 |
+
No additional legal-rights claim is made automatically by this file.
|
metadata/sample_manifest.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"release_format_version": "1.0.0",
|
| 3 |
+
"release_id": "human_motion_sample_2026_08_17_v2",
|
| 4 |
+
"release_type": "public_evaluation_sample",
|
| 5 |
+
"generated_at": "2026-08-17T11:22:11.827208+00:00",
|
| 6 |
+
"source_session_id": "20260816T102302Z",
|
| 7 |
+
"camera_id": "CAM-01",
|
| 8 |
+
"is_full_dataset": false,
|
| 9 |
+
"maximum_skeleton_records": 500,
|
| 10 |
+
"record_counts": {
|
| 11 |
+
"skeleton_pose": 500,
|
| 12 |
+
"motion_observations": 461,
|
| 13 |
+
"motion_segments": 17
|
| 14 |
+
},
|
| 15 |
+
"sample_window": {
|
| 16 |
+
"started_at": "2026-08-16T10:23:05.319892+00:00",
|
| 17 |
+
"ended_at": "2026-08-16T10:26:09.963751+00:00"
|
| 18 |
+
},
|
| 19 |
+
"privacy": {
|
| 20 |
+
"commercial_raw_pixels": false,
|
| 21 |
+
"raw_cctv_included": false,
|
| 22 |
+
"private_event_clips_included": false,
|
| 23 |
+
"faces_included": false,
|
| 24 |
+
"face_embeddings_included": false
|
| 25 |
+
},
|
| 26 |
+
"labeling": {
|
| 27 |
+
"motion_labels": "automatically_inferred",
|
| 28 |
+
"human_verified_ground_truth": false
|
| 29 |
+
},
|
| 30 |
+
"intended_distribution": [
|
| 31 |
+
"huggingface",
|
| 32 |
+
"kaggle",
|
| 33 |
+
"openml"
|
| 34 |
+
],
|
| 35 |
+
"full_commercial_dataset": {
|
| 36 |
+
"included": false,
|
| 37 |
+
"available_separately": true
|
| 38 |
+
}
|
| 39 |
+
}
|
metadata/source_manifest.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_name": "skeleton_pose",
|
| 3 |
+
"schema_version": "1.0.0",
|
| 4 |
+
"generated_at": "2026-08-16T10:36:58.888274+00:00",
|
| 5 |
+
"camera_id": "CAM-01",
|
| 6 |
+
"source_type": "CCTV / RTSP",
|
| 7 |
+
"data_format": "jsonl",
|
| 8 |
+
"data_file": "skeleton_pose.jsonl",
|
| 9 |
+
"record_count": 2574,
|
| 10 |
+
"sha256": "0e63da0dba1fd3387ee9d684b9581fb4e772fbb39d0d79176c8427ab3b84165e",
|
| 11 |
+
"raw_pixels_saved": false,
|
| 12 |
+
"raw_pixels_exported": false
|
| 13 |
+
}
|
metadata/source_provenance.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"camera_id": "CAM-01",
|
| 3 |
+
"source_type": "CCTV / RTSP",
|
| 4 |
+
"generated_at": "2026-08-16T10:36:58.890698+00:00",
|
| 5 |
+
"pipeline_name": "human-motion-data-platform",
|
| 6 |
+
"pipeline_version": "1.0.0",
|
| 7 |
+
"pose_model": "yolo26n-pose_openvino_model",
|
| 8 |
+
"tracking_engine": "config/botsort_reid.yaml",
|
| 9 |
+
"schema_name": "skeleton_pose",
|
| 10 |
+
"schema_version": "1.0.0",
|
| 11 |
+
"privacy_mode": "skeleton_only",
|
| 12 |
+
"raw_pixels_saved": false,
|
| 13 |
+
"raw_pixels_exported": false
|
| 14 |
+
}
|
metadata/source_quality_report.json
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"report_version": "1.0.0",
|
| 3 |
+
"generated_at": "2026-08-17T09:58:12.002161+00:00",
|
| 4 |
+
"session_id": "20260816T102302Z",
|
| 5 |
+
"camera_id": "CAM-01",
|
| 6 |
+
"labeling": {
|
| 7 |
+
"motion_labels": "automatically_inferred",
|
| 8 |
+
"human_verified_ground_truth": false
|
| 9 |
+
},
|
| 10 |
+
"skeleton": {
|
| 11 |
+
"path": "D:\\Project\\human-motion-data-platform\\data\\sessions\\2026\\08\\16\\CAM-01\\20260816T102302Z\\skeleton\\skeleton_pose.jsonl",
|
| 12 |
+
"file_exists": true,
|
| 13 |
+
"file_size_bytes": 5991791,
|
| 14 |
+
"total_nonblank_lines": 2574,
|
| 15 |
+
"valid_json_records": 2574,
|
| 16 |
+
"invalid_json_records": 0,
|
| 17 |
+
"invalid_json_lines": [],
|
| 18 |
+
"blank_lines": 0,
|
| 19 |
+
"missing_required_fields": 0,
|
| 20 |
+
"missing_required_field_examples": [],
|
| 21 |
+
"invalid_timestamps": 0,
|
| 22 |
+
"camera_id_mismatches": 0,
|
| 23 |
+
"privacy_violations": 0,
|
| 24 |
+
"privacy_violation_keys": [],
|
| 25 |
+
"invalid_track_ids": 0,
|
| 26 |
+
"invalid_frame_numbers": 0,
|
| 27 |
+
"invalid_frame_dimensions": 0,
|
| 28 |
+
"invalid_landmark_collections": 0,
|
| 29 |
+
"empty_landmark_records": 0,
|
| 30 |
+
"unique_tracks": 31,
|
| 31 |
+
"landmark_count_min": 17,
|
| 32 |
+
"landmark_count_max": 17,
|
| 33 |
+
"landmark_count_average": 17.0
|
| 34 |
+
},
|
| 35 |
+
"motion_observations": {
|
| 36 |
+
"path": "D:\\Project\\human-motion-data-platform\\data\\sessions\\2026\\08\\16\\CAM-01\\20260816T102302Z\\motion\\motion_observations.jsonl",
|
| 37 |
+
"file_exists": true,
|
| 38 |
+
"file_size_bytes": 942497,
|
| 39 |
+
"total_nonblank_lines": 2490,
|
| 40 |
+
"valid_json_records": 2490,
|
| 41 |
+
"invalid_json_records": 0,
|
| 42 |
+
"invalid_json_lines": [],
|
| 43 |
+
"blank_lines": 0,
|
| 44 |
+
"missing_required_fields": 0,
|
| 45 |
+
"missing_required_field_examples": [],
|
| 46 |
+
"invalid_timestamps": 0,
|
| 47 |
+
"camera_id_mismatches": 0,
|
| 48 |
+
"privacy_violations": 0,
|
| 49 |
+
"privacy_violation_keys": [],
|
| 50 |
+
"invalid_track_ids": 0,
|
| 51 |
+
"unique_tracks": 30,
|
| 52 |
+
"motion_distribution": {
|
| 53 |
+
"bending": 0,
|
| 54 |
+
"falling": 0,
|
| 55 |
+
"running": 9,
|
| 56 |
+
"sitting": 785,
|
| 57 |
+
"standing": 437,
|
| 58 |
+
"unknown": 458,
|
| 59 |
+
"walking": 801
|
| 60 |
+
},
|
| 61 |
+
"unknown_count": 458,
|
| 62 |
+
"unknown_ratio": 0.183936,
|
| 63 |
+
"unknown_percentage": 18.39,
|
| 64 |
+
"invalid_motion_types": 0
|
| 65 |
+
},
|
| 66 |
+
"motion_segments": {
|
| 67 |
+
"path": "D:\\Project\\human-motion-data-platform\\data\\sessions\\2026\\08\\16\\CAM-01\\20260816T102302Z\\motion\\motion_segments.jsonl",
|
| 68 |
+
"file_exists": true,
|
| 69 |
+
"file_size_bytes": 14470,
|
| 70 |
+
"total_nonblank_lines": 67,
|
| 71 |
+
"valid_json_records": 67,
|
| 72 |
+
"invalid_json_records": 0,
|
| 73 |
+
"invalid_json_lines": [],
|
| 74 |
+
"blank_lines": 0,
|
| 75 |
+
"missing_required_fields": 0,
|
| 76 |
+
"missing_required_field_examples": [],
|
| 77 |
+
"invalid_timestamps": 0,
|
| 78 |
+
"camera_id_mismatches": 0,
|
| 79 |
+
"privacy_violations": 0,
|
| 80 |
+
"privacy_violation_keys": [],
|
| 81 |
+
"invalid_track_ids": 0,
|
| 82 |
+
"unique_tracks": 25,
|
| 83 |
+
"motion_distribution": {
|
| 84 |
+
"bending": 0,
|
| 85 |
+
"falling": 0,
|
| 86 |
+
"running": 1,
|
| 87 |
+
"sitting": 14,
|
| 88 |
+
"standing": 22,
|
| 89 |
+
"unknown": 0,
|
| 90 |
+
"walking": 30
|
| 91 |
+
},
|
| 92 |
+
"invalid_motion_types": 0,
|
| 93 |
+
"invalid_durations": 0
|
| 94 |
+
},
|
| 95 |
+
"integrity": {
|
| 96 |
+
"orphan_motion_track_count": 0,
|
| 97 |
+
"orphan_motion_track_ids": [],
|
| 98 |
+
"orphan_segment_track_count": 0,
|
| 99 |
+
"orphan_segment_track_ids": []
|
| 100 |
+
},
|
| 101 |
+
"acceptance": {
|
| 102 |
+
"status": "PASS",
|
| 103 |
+
"ready_for_release": true,
|
| 104 |
+
"failure_count": 0,
|
| 105 |
+
"failures": [],
|
| 106 |
+
"warning_count": 1,
|
| 107 |
+
"warnings": [
|
| 108 |
+
"UNKNOWN motion ratio exceeds 15%."
|
| 109 |
+
]
|
| 110 |
+
}
|
| 111 |
+
}
|