yoichims commited on
Commit
f839c94
·
verified ·
1 Parent(s): d8efb90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +96 -94
README.md CHANGED
@@ -1,94 +1,96 @@
1
- ---
2
- pretty_name: Tracks
3
- license: cc-by-4.0
4
- tags:
5
- - computer-vision
6
- - human-motion
7
- - robotics
8
- - trajectory
9
- - pose-estimation
10
- - navigation
11
- - retail
12
- task_categories:
13
- - image-feature-extraction
14
- - keypoint-detection
15
- - object-detection
16
- - image-segmentation
17
- - reinforcement-learning
18
- size_categories:
19
- - 1M<n<100M
20
- ---
21
-
22
- # Tracks Dataset
23
- **Real Human Motion for Robotics Planning and Simulation**
24
-
25
- ---
26
-
27
- ## Overview
28
-
29
- <video src="https://huggingface.co/datasets/standard-cognition/Tracks/resolve/main/assets/visual.mp4"
30
- autoplay
31
- loop
32
- muted
33
- playsinline
34
- style="width:100%;height:auto;border-radius:8px;">
35
- Your browser does not support the video tag.
36
- </video>
37
-
38
- The **Tracks Dataset** captures continuous, real-world human movement in retail environments, providing one of the largest and most structured pose-based trajectory corpora available for **robotics** and **embodied AI** research.
39
- Each record represents **3D pose sequences** sampled at 10 Hz across normalized store coordinates, enabling research in motion planning, human-aware navigation, and humanoid gait learning derived directly from real behavior :contentReference[oaicite:0]{index=0}.
40
-
41
- ---
42
-
43
- ## Key Specifications
44
-
45
- | Field | Description |
46
- |:------|:-------------|
47
- | **Source** | Anonymized in-store multi-camera captures (10 retail sites) |
48
- | **Scope** | ≈ 60,000 hours of human trajectory data (plus 1-hour evaluation subset) |
49
- | **Format** | CSV schema, ROS 2–compatible via playback plug-in |
50
- | **Sampling Frequency** | 10 Hz (10 FPS) |
51
- | **Pose Structure** | 26 keypoints per person per frame (3D coordinates) |
52
- | **Environment** | Real retail environments with normalized floor layouts |
53
- | **Evaluation Subset** | One-hour segment including trajectories + store layout |
54
- | **Key Metrics** | 2.3 M unique shoppers |
55
- | **Anonymization** | Face and body suppression; coordinate-only representation |
56
- | **Governance** | Managed under Standard AI’s data governance policies aligned with GDPR/CCPA and Responsible AI principles |
57
-
58
- ---
59
-
60
- ## Integration & Applications
61
-
62
- - Distributed in **CSV** with schema documentation and import notebooks.
63
- - Ready for **ROS 2** integration for **path planning** and **human–robot interaction** simulation.
64
- - Compatible with **Python**, **PyTorch**, and standard **reinforcement-learning** frameworks.
65
-
66
- ### Example Research Uses
67
- - Motion prediction and trajectory planning
68
- - Reinforcement learning for humanoid gait and control
69
- - Human-aware navigation and avoidance behavior
70
- - Simulation of human–robot interaction environments
71
-
72
- ---
73
-
74
- ## Access
75
-
76
- The **Tracks Dataset** is available now for evaluation and licensing.
77
- - **Evaluation subset:** 1-hour sample under 30-day Evaluation Agreement (private Hugging Face repo).
78
- - **Full dataset:** 60,000-hour commercial dataset available by request.
79
-
80
- For inquiries or licensing:
81
82
-
83
- ---
84
-
85
- ## Citation
86
-
87
- ```bibtex
88
- @dataset{standardlabs_tracks_2025,
89
- title = {Tracks Dataset: Real Human Motion for Robotics Planning and Simulation},
90
- author = {Standard Labs},
91
- year = {2025},
92
- publisher = {Hugging Face},
93
- url = {https://huggingface.co/datasets/standard-labs/tracks}
94
- }
 
 
 
1
+ ---
2
+ pretty_name: Tracks
3
+ license: cc-by-4.0
4
+ tags:
5
+ - computer-vision
6
+ - human-motion
7
+ - robotics
8
+ - trajectory
9
+ - pose-estimation
10
+ - navigation
11
+ - retail
12
+ task_categories:
13
+ - image-feature-extraction
14
+ - keypoint-detection
15
+ - object-detection
16
+ - image-segmentation
17
+ - reinforcement-learning
18
+ size_categories:
19
+ - 1M<n<100M
20
+ ---
21
+
22
+ # Tracks Dataset
23
+ **Real Human Motion for Robotics Planning and Simulation**
24
+
25
+ **The ros2 docker container compiliation and visualization script instructions can be found here: https://huggingface.co/datasets/standard-cognition/Tracks/blob/main/keypoint-db/README.md**
26
+
27
+ ---
28
+
29
+ ## Overview
30
+
31
+ <video src="https://huggingface.co/datasets/standard-cognition/Tracks/resolve/main/assets/visual.mp4"
32
+ autoplay
33
+ loop
34
+ muted
35
+ playsinline
36
+ style="width:100%;height:auto;border-radius:8px;">
37
+ Your browser does not support the video tag.
38
+ </video>
39
+
40
+ The **Tracks Dataset** captures continuous, real-world human movement in retail environments, providing one of the largest and most structured pose-based trajectory corpora available for **robotics** and **embodied AI** research.
41
+ Each record represents **3D pose sequences** sampled at 10 Hz across normalized store coordinates, enabling research in motion planning, human-aware navigation, and humanoid gait learning derived directly from real behavior :contentReference[oaicite:0]{index=0}.
42
+
43
+ ---
44
+
45
+ ## Key Specifications
46
+
47
+ | Field | Description |
48
+ |:------|:-------------|
49
+ | **Source** | Anonymized in-store multi-camera captures (10 retail sites) |
50
+ | **Scope** | 60,000 hours of human trajectory data (plus 1-hour evaluation subset) |
51
+ | **Format** | CSV schema, ROS 2–compatible via playback plug-in |
52
+ | **Sampling Frequency** | 10 Hz (10 FPS) |
53
+ | **Pose Structure** | 26 keypoints per person per frame (3D coordinates) |
54
+ | **Environment** | Real retail environments with normalized floor layouts |
55
+ | **Evaluation Subset** | One-hour segment including trajectories + store layout |
56
+ | **Key Metrics** | 2.3 M unique shoppers |
57
+ | **Anonymization** | Face and body suppression; coordinate-only representation |
58
+ | **Governance** | Managed under Standard AI’s data governance policies aligned with GDPR/CCPA and Responsible AI principles |
59
+
60
+ ---
61
+
62
+ ## Integration & Applications
63
+
64
+ - Distributed in **CSV** with schema documentation and import notebooks.
65
+ - Ready for **ROS 2** integration for **path planning** and **human–robot interaction** simulation.
66
+ - Compatible with **Python**, **PyTorch**, and standard **reinforcement-learning** frameworks.
67
+
68
+ ### Example Research Uses
69
+ - Motion prediction and trajectory planning
70
+ - Reinforcement learning for humanoid gait and control
71
+ - Human-aware navigation and avoidance behavior
72
+ - Simulation of human–robot interaction environments
73
+
74
+ ---
75
+
76
+ ## Access
77
+
78
+ The **Tracks Dataset** is available now for evaluation and licensing.
79
+ - **Evaluation subset:** 1-hour sample under 30-day Evaluation Agreement (private Hugging Face repo).
80
+ - **Full dataset:** 60,000-hour commercial dataset available by request.
81
+
82
+ For inquiries or licensing:
83
84
+
85
+ ---
86
+
87
+ ## Citation
88
+
89
+ ```bibtex
90
+ @dataset{standardlabs_tracks_2025,
91
+ title = {Tracks Dataset: Real Human Motion for Robotics Planning and Simulation},
92
+ author = {Standard Labs},
93
+ year = {2025},
94
+ publisher = {Hugging Face},
95
+ url = {https://huggingface.co/datasets/standard-labs/tracks}
96
+ }