Walking sample: data.jsonl at root; metadata/*.json for viewer-safe layout + README
Browse files
README.md
CHANGED
|
@@ -9,6 +9,11 @@ tags:
|
|
| 9 |
- mediapipe
|
| 10 |
- motion-dataset
|
| 11 |
- quality-vision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
pretty_name: QualityVision Walking Sample (compact, 2D pose)
|
| 13 |
size_categories:
|
| 14 |
- n<1K
|
|
@@ -22,8 +27,21 @@ configs:
|
|
| 22 |
|
| 23 |
# QualityVision Walking Sample (compact)
|
| 24 |
|
|
|
|
|
|
|
| 25 |
**Small** **high-quality 2D pose** clip for **walking**, exported from the [Quality Vision Motion Dataset Engine](https://github.com/Alaaharoun/QualityVision-Motion-Dataset-Samples) pipeline: **HQ frame filtering**, optional **temporal smoothing** on accepted frames, and **sequence diagnostics** in `features.json`.
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
For the **full 24-source bulk export** (~967 HQ frames, ~2901 merged rows, mean quality ~0.82), clone the GitHub repo and use `bulk_24_videos_6a173caf_dataset/`, or mirror [`README_HF_BULK.md`](https://github.com/Alaaharoun/QualityVision-Motion-Dataset-Samples/blob/main/README_HF_BULK.md) to a separate Hugging Face dataset via `scripts/upload_bulk_to_huggingface.ps1`.
|
| 28 |
|
| 29 |
## Files
|
|
@@ -60,7 +78,7 @@ path = hf_hub_download(
|
|
| 60 |
|
| 61 |
## License
|
| 62 |
|
| 63 |
-
**CC BY-NC 4.0** — see repository `LICENSE` on [GitHub](https://github.com/Alaaharoun/QualityVision-Motion-Dataset-Samples).
|
| 64 |
|
| 65 |
## Citation
|
| 66 |
|
|
|
|
| 9 |
- mediapipe
|
| 10 |
- motion-dataset
|
| 11 |
- quality-vision
|
| 12 |
+
- biometrics
|
| 13 |
+
- human-computer-interaction
|
| 14 |
+
- rehabilitation-data
|
| 15 |
+
- sports-science
|
| 16 |
+
- motion-capture
|
| 17 |
pretty_name: QualityVision Walking Sample (compact, 2D pose)
|
| 18 |
size_categories:
|
| 19 |
- n<1K
|
|
|
|
| 27 |
|
| 28 |
# QualityVision Walking Sample (compact)
|
| 29 |
|
| 30 |
+
**Need production-scale pose data?** Browse **ready-made JSONL bundles** (thousands of HQ frames, full manifests, schema docs) and **Dataset Lab** plans on **[qvision.space — Dataset pricing](https://qvision.space/dataset-pricing)**. This Hub repo is a **small non-commercial sample** so you can validate parsing and quality before you buy.
|
| 31 |
+
|
| 32 |
**Small** **high-quality 2D pose** clip for **walking**, exported from the [Quality Vision Motion Dataset Engine](https://github.com/Alaaharoun/QualityVision-Motion-Dataset-Samples) pipeline: **HQ frame filtering**, optional **temporal smoothing** on accepted frames, and **sequence diagnostics** in `features.json`.
|
| 33 |
|
| 34 |
+
## This sample vs full commercial exports
|
| 35 |
+
|
| 36 |
+
| | **This Hub sample** | **Paid exports & Lab** ([pricing](https://qvision.space/dataset-pricing)) |
|
| 37 |
+
|---|---------------------|----------------------------------------------------------------------------|
|
| 38 |
+
| **Scale** | Compact clip (**~80 rows** in `data.jsonl` on the Hub) | **Thousands** of HQ frames across curated bundles; higher caps via annual frame quotas |
|
| 39 |
+
| **Use case** | Parse the format, prototype models, academic / NC research under the license | Production datasets, larger actions (e.g. running, dancing bundles), repeatable exports |
|
| 40 |
+
| **Support** | Community / docs on GitHub | Checkout via Gumroad; **commercial licensing** and custom scope quoted separately |
|
| 41 |
+
| **Deliverables** | JSONL + `metadata/*` as listed below | Full `dataset/` trees (manifests, diagnostics, SHA256, optional one-pager PDFs) per product page |
|
| 42 |
+
|
| 43 |
+
**Export format:** 2D landmarks in **normalized image space** (see `features.json`). This sample does **not** include raw video files.
|
| 44 |
+
|
| 45 |
For the **full 24-source bulk export** (~967 HQ frames, ~2901 merged rows, mean quality ~0.82), clone the GitHub repo and use `bulk_24_videos_6a173caf_dataset/`, or mirror [`README_HF_BULK.md`](https://github.com/Alaaharoun/QualityVision-Motion-Dataset-Samples/blob/main/README_HF_BULK.md) to a separate Hugging Face dataset via `scripts/upload_bulk_to_huggingface.ps1`.
|
| 46 |
|
| 47 |
## Files
|
|
|
|
| 78 |
|
| 79 |
## License
|
| 80 |
|
| 81 |
+
**CC BY-NC 4.0** — see repository `LICENSE` on [GitHub](https://github.com/Alaaharoun/QualityVision-Motion-Dataset-Samples). **Non-commercial** use is allowed under the license terms. **Commercial** redistribution or product use requires a **separate agreement** — see **[Dataset pricing & contact](https://qvision.space/dataset-pricing)** for ready-made bundles and licensing.
|
| 82 |
|
| 83 |
## Citation
|
| 84 |
|