Alaaharoun commited on
Commit
aa8de40
·
verified ·
1 Parent(s): 9a25dc1

Add With Original videos (full bulk export package)

Browse files
With Original videos/3191808-uhd_3840_2160_25fps.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27100f7a5d6210bb97840913e2ecf140e6f0d9a3e3cadb7c181d30c9f7a9638d
3
+ size 50948772
With Original videos/3191899-uhd_3840_2160_25fps.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65c2f7dcc03fa87c9bbd25ed3b633b1d600d95cfb58d98f417673751d43919cb
3
+ size 33077161
With Original videos/3209698-uhd_3840_2160_25fps.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3018274e4e2ca197fc98320b918dd073e4bc3c3505851b0ad9ccad77c484b0c
3
+ size 27166404
With Original videos/bulk_3_videos_de077328_dataset/dataset/README_dataset.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset export
2
+
3
+ - **schema_version**: 1.0.0
4
+ - **data.jsonl**: one JSON object per line — `video_source_id` (job id), `original_filename` (upload name), `keypoints` (primary person), optional `persons[]` with `person_id` + `keypoints` for multi-person frames, `person_count`, `timestamp_ms`, `action_label`, optional `layer11`. With **HQ export**, `original_frame_id` links to the pre-filter id; `source_video_fps` is the source clip frame rate.
5
+ - **low_quality_frames.jsonl** (HQ only): frames that failed the filter, with `reject_reasons` and `quality_metrics`.
6
+ - **export_quality_report.json**: thresholds and formula references for this job.
7
+ - **features.json**: sequence-level aggregates; **bulk** jobs use schema 1.3.x with `videos[]` + `aggregate`.
8
+ - **global_stats.json**: job roll-up; **bulk** adds `totals`, per-video rows under `videos`; **HQ** adds `quality_filter`.
9
+ - **manifest.json**: job metadata and augmentation tags.
10
+ - Verify integrity with `SHA256SUMS`.
With Original videos/bulk_3_videos_de077328_dataset/dataset/SHA256SUMS ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ 8211e44ab55fd3092f945239e69f64e66724dc3154e93482dbca1015ae595869 data.jsonl
2
+ 75e3e73bab88565d0348612c37d09a207b863ddfbb421f601dbc59a3cadb019e manifest.json
3
+ f84b20c7a284681c903e944920d5e1e1895c22bdb8e354547704b8c25c6920d3 features.json
4
+ 5da021d8cf32c523e522feb335e804a92d99b7750778d99eac0623ca52bb116c global_stats.json
5
+ 689544cbff0a2e7e177c62e0093a31a512a6c5c4095391bcfd4e2d80fc645556 README_dataset.md
6
+ d0376d1043735fbc0e4f421565b1d8f5c0584cfee40c62ea63414bb96d9c4f45 export_quality_report.json
7
+ e473aa569e61f985debce704b7806a84536da84e64bf98d5ff8596b878624119 low_quality_frames.jsonl
With Original videos/bulk_3_videos_de077328_dataset/dataset/data.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
With Original videos/bulk_3_videos_de077328_dataset/dataset/export_quality_report.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "job_id": "bulk_3_videos_de077328",
3
+ "hq_export": true,
4
+ "thresholds": {
5
+ "min_frame_quality_score": 0.4,
6
+ "min_avg_landmark_visibility": 0.58,
7
+ "min_lower_body_visibility": 0.42,
8
+ "min_motion_local": 0.12
9
+ },
10
+ "filter_report": {
11
+ "enabled": true,
12
+ "thresholds": {
13
+ "min_frame_quality_score": 0.4,
14
+ "min_avg_landmark_visibility": 0.58,
15
+ "min_lower_body_visibility": 0.42,
16
+ "min_motion_local": 0.12
17
+ },
18
+ "frames_total": 492,
19
+ "frames_accepted": 266,
20
+ "frames_rejected": 226,
21
+ "accepted_percentage": 54.07,
22
+ "quality_score_formula": "Per frame: frame_quality_score = 0.5 * avg_landmark_visibility + 0.5 * motion_local. avg_landmark_visibility = mean(visibility) over all keypoints in the frame. motion_local = stability of consecutive hip-center displacements within the same source video (1.0 at clip edges; lower when step-to-step motion is irregular). Sequence-level quality_score in features.json uses the same visibility mean plus motion_consistency from the full hip displacement series (see features_compute).",
23
+ "mean_metrics_accepted_frames": {
24
+ "mean_frame_quality_score": 0.6321,
25
+ "mean_avg_landmark_visibility": 0.7601,
26
+ "mean_lower_body_visibility": 0.7443,
27
+ "mean_motion_local": 0.5042
28
+ },
29
+ "quality_score_mean_filtered": 0.6321,
30
+ "mean_avg_landmark_visibility_filtered": 0.7601
31
+ },
32
+ "documentation": {
33
+ "sequence_quality_score": "Sequence quality_score = 0.5 * avg_landmark_visibility + 0.5 * motion_consistency, where motion_consistency derives from hip-center displacement mean vs std across the exported sequence.",
34
+ "per_frame_scores": "Per frame: frame_quality_score = 0.5 * avg_landmark_visibility + 0.5 * motion_local. avg_landmark_visibility = mean(visibility) over all keypoints in the frame. motion_local = stability of consecutive hip-center displacements within the same source video (1.0 at clip edges; lower when step-to-step motion is irregular). Sequence-level quality_score in features.json uses the same visibility mean plus motion_consistency from the full hip displacement series (see features_compute)."
35
+ }
36
+ }
With Original videos/bulk_3_videos_de077328_dataset/dataset/features.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "1.3.1",
3
+ "job_id": "bulk_3_videos_de077328",
4
+ "batch": true,
5
+ "video_count": 3,
6
+ "videos": [
7
+ {
8
+ "original_filename": "3191808-uhd_3840_2160_25fps.mp4",
9
+ "fps": 25.0,
10
+ "exported_frames": 91,
11
+ "sequence": {
12
+ "frame_count": 91,
13
+ "action_label": "running",
14
+ "avg_landmark_visibility": 0.714905,
15
+ "hip_center_displacement_mean_norm": 0.043485,
16
+ "hip_center_path_sum_norm": 3.913618,
17
+ "inter_frame_steps": 90,
18
+ "velocity_proxy_available": true,
19
+ "velocity_mean": 0.043485,
20
+ "velocity_std": 0.029054,
21
+ "acceleration_mean": 0.026816,
22
+ "avg_stride_length": 0.118909,
23
+ "body_height_norm": 0.697328,
24
+ "arm_swing_amplitude": 0.243035,
25
+ "step_frequency": 24.725275,
26
+ "motion_consistency": 0.331847
27
+ }
28
+ },
29
+ {
30
+ "original_filename": "3191899-uhd_3840_2160_25fps.mp4",
31
+ "fps": 25.0,
32
+ "exported_frames": 78,
33
+ "sequence": {
34
+ "frame_count": 78,
35
+ "action_label": "running",
36
+ "avg_landmark_visibility": 0.846667,
37
+ "hip_center_displacement_mean_norm": 0.018343,
38
+ "hip_center_path_sum_norm": 1.412387,
39
+ "inter_frame_steps": 77,
40
+ "velocity_proxy_available": true,
41
+ "velocity_mean": 0.018343,
42
+ "velocity_std": 0.011044,
43
+ "acceleration_mean": 0.008817,
44
+ "avg_stride_length": 0.098317,
45
+ "body_height_norm": 0.414525,
46
+ "arm_swing_amplitude": 0.11369,
47
+ "step_frequency": 24.679487,
48
+ "motion_consistency": 0.397884
49
+ }
50
+ },
51
+ {
52
+ "original_filename": "3209698-uhd_3840_2160_25fps.mp4",
53
+ "fps": 25.0,
54
+ "exported_frames": 97,
55
+ "sequence": {
56
+ "frame_count": 97,
57
+ "action_label": "running",
58
+ "avg_landmark_visibility": 0.732835,
59
+ "hip_center_displacement_mean_norm": 0.042379,
60
+ "hip_center_path_sum_norm": 4.068405,
61
+ "inter_frame_steps": 96,
62
+ "velocity_proxy_available": true,
63
+ "velocity_mean": 0.042379,
64
+ "velocity_std": 0.065743,
65
+ "acceleration_mean": 0.026001,
66
+ "avg_stride_length": 0.043413,
67
+ "body_height_norm": 0.577141,
68
+ "arm_swing_amplitude": 0.330095,
69
+ "step_frequency": 24.742268,
70
+ "motion_consistency": 0.0
71
+ }
72
+ }
73
+ ],
74
+ "aggregate": {
75
+ "total_frames": 266,
76
+ "action_label": "running",
77
+ "stride": 2,
78
+ "mean_quality_score": 0.4951,
79
+ "mean_avg_landmark_visibility": 0.76008,
80
+ "fps_mean": 25.0
81
+ },
82
+ "notes": "Batch export: `videos[]` holds one sequence block per source file. Per-video motion metrics are isolated (no cross-video hip chain). data.jsonl concatenates all frames with unique frame_id and source_video_index. Per-frame HQ filter: see export_quality_report.json and global_stats.quality_filter."
83
+ }
With Original videos/bulk_3_videos_de077328_dataset/dataset/global_stats.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "1.3.1",
3
+ "job_id": "bulk_3_videos_de077328",
4
+ "batch": true,
5
+ "video_count": 3,
6
+ "totals": {
7
+ "exported_frames": 266,
8
+ "quality_score_mean": 0.4951,
9
+ "mean_avg_landmark_visibility": 0.76008,
10
+ "fps_mean": 25.0,
11
+ "stride": 2,
12
+ "action_distribution": {
13
+ "running": 266
14
+ }
15
+ },
16
+ "videos": [
17
+ {
18
+ "original_filename": "3191808-uhd_3840_2160_25fps.mp4",
19
+ "exported_frames": 91,
20
+ "fps": 25.0,
21
+ "stride": 2,
22
+ "quality_score": 0.5234,
23
+ "estimated_source_duration_sec": 3.64,
24
+ "avg_sequence_length": 91,
25
+ "action_label": "running"
26
+ },
27
+ {
28
+ "original_filename": "3191899-uhd_3840_2160_25fps.mp4",
29
+ "exported_frames": 78,
30
+ "fps": 25.0,
31
+ "stride": 2,
32
+ "quality_score": 0.6223,
33
+ "estimated_source_duration_sec": 3.12,
34
+ "avg_sequence_length": 78,
35
+ "action_label": "running"
36
+ },
37
+ {
38
+ "original_filename": "3209698-uhd_3840_2160_25fps.mp4",
39
+ "exported_frames": 97,
40
+ "fps": 25.0,
41
+ "stride": 2,
42
+ "quality_score": 0.3664,
43
+ "estimated_source_duration_sec": 3.88,
44
+ "avg_sequence_length": 97,
45
+ "action_label": "running"
46
+ }
47
+ ],
48
+ "artifacts": {
49
+ "per_frame_records": "dataset/data.jsonl",
50
+ "sequence_features": "dataset/features.json",
51
+ "job_manifest": "dataset/manifest.json"
52
+ },
53
+ "quality_filter": {
54
+ "enabled": true,
55
+ "thresholds": {
56
+ "min_frame_quality_score": 0.4,
57
+ "min_avg_landmark_visibility": 0.58,
58
+ "min_lower_body_visibility": 0.42,
59
+ "min_motion_local": 0.12
60
+ },
61
+ "frames_total": 492,
62
+ "frames_accepted": 266,
63
+ "frames_rejected": 226,
64
+ "accepted_percentage": 54.07,
65
+ "quality_score_formula": "Per frame: frame_quality_score = 0.5 * avg_landmark_visibility + 0.5 * motion_local. avg_landmark_visibility = mean(visibility) over all keypoints in the frame. motion_local = stability of consecutive hip-center displacements within the same source video (1.0 at clip edges; lower when step-to-step motion is irregular). Sequence-level quality_score in features.json uses the same visibility mean plus motion_consistency from the full hip displacement series (see features_compute).",
66
+ "mean_metrics_accepted_frames": {
67
+ "mean_frame_quality_score": 0.6321,
68
+ "mean_avg_landmark_visibility": 0.7601,
69
+ "mean_lower_body_visibility": 0.7443,
70
+ "mean_motion_local": 0.5042
71
+ },
72
+ "quality_score_mean_filtered": 0.6321,
73
+ "mean_avg_landmark_visibility_filtered": 0.7601,
74
+ "sequence_quality_score_formula": "Sequence quality_score = 0.5 * avg_landmark_visibility + 0.5 * motion_consistency, where motion_consistency derives from hip-center displacement mean vs std across the exported sequence.",
75
+ "per_frame_quality_formula": "Per frame: frame_quality_score = 0.5 * avg_landmark_visibility + 0.5 * motion_local. avg_landmark_visibility = mean(visibility) over all keypoints in the frame. motion_local = stability of consecutive hip-center displacements within the same source video (1.0 at clip edges; lower when step-to-step motion is irregular). Sequence-level quality_score in features.json uses the same visibility mean plus motion_consistency from the full hip displacement series (see features_compute)."
76
+ }
77
+ }
With Original videos/bulk_3_videos_de077328_dataset/dataset/low_quality_frames.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
With Original videos/bulk_3_videos_de077328_dataset/dataset/manifest.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "1.0.0",
3
+ "job_id": "bulk_3_videos_de077328",
4
+ "video_filename": "bulk_3_videos",
5
+ "fps": 25.0,
6
+ "frame_count_exported": 266,
7
+ "stride": 2,
8
+ "action_label": "running",
9
+ "augmentations_applied": [],
10
+ "license": "proprietary_or_user_provided",
11
+ "consent": true,
12
+ "notes": "Generated by Quality Vision Motion Dataset Engine (layer11_pose). Per-frame pose keypoints and Layer 1.1 fields: dataset/data.jsonl. Sequence aggregates: dataset/features.json, dataset/global_stats.json. Bulk: features.json / global_stats.json list per-video metrics plus aggregate totals. HQ export: only frames passing visibility/motion thresholds are in data.jsonl; rejected frames are listed in dataset/low_quality_frames.jsonl. See export_quality_report.json for formulas and thresholds.",
13
+ "dataset_format": "pose_estimation_sequence_dataset",
14
+ "export_manifest_version": "1.1",
15
+ "bulk_export": true,
16
+ "source_video_filenames": [
17
+ "3191808-uhd_3840_2160_25fps.mp4",
18
+ "3191899-uhd_3840_2160_25fps.mp4",
19
+ "3209698-uhd_3840_2160_25fps.mp4"
20
+ ],
21
+ "hq_export": true
22
+ }