andrewlababy commited on
Commit
82df788
·
0 Parent(s):

Add preview pack

Browse files
.gitattributes ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ *.PNG filter=lfs diff=lfs merge=lfs -text
2
+ *.jpg filter=lfs diff=lfs merge=lfs -text
README_preview.md ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ task_categories:
4
+ - computer-vision
5
+ - robotics
6
+ - reinforcement-learning
7
+
8
+ tags:
9
+ - robotics
10
+ - manipulation
11
+ - embodied-ai
12
+ - imitation-learning
13
+ - rgbd
14
+ - realsense
15
+ - kitchen
16
+ - cooking
17
+ - human-demonstration
18
+ ---
19
+
20
+ # 🍳 Chinese Commercial Kitchen Manipulation Dataset — Preview Pack
21
+
22
+ > Asia's first real commercial kitchen manipulation dataset.
23
+ >
24
+ > Professional chef (20 years) · Real restaurant · RGB-D · Multi-view
25
+
26
+ ---
27
+
28
+ # Overview
29
+
30
+ This repository contains a preview pack of a real-world Chinese commercial kitchen manipulation dataset.
31
+
32
+ The dataset was collected in an operating restaurant environment using multi-view RGB and depth sensors. Unlike laboratory datasets, the recordings capture realistic cooking workflows, cluttered workspaces, variable lighting conditions, and natural human motion.
33
+
34
+ The current preview release contains screenshot samples only.
35
+
36
+ The complete dataset, including original videos, raw depth files, and future task collections, is available upon request.
37
+
38
+ ---
39
+
40
+ # Key Features
41
+
42
+ - Real commercial Chinese kitchen environment
43
+ - Professional chef with 20 years of experience
44
+ - Multi-view recording setup
45
+ - RGB + Depth data
46
+ - First-person (egocentric) perspective
47
+ - Suitable for:
48
+ - Embodied AI
49
+ - Robotic Manipulation
50
+ - Imitation Learning
51
+ - Human Action Recognition
52
+ - Visual-Language Action Models
53
+ - Grasp Planning Research
54
+
55
+ ---
56
+
57
+ # Preview Contents
58
+
59
+ ## RGB — Overhead View (`/overhead`)
60
+
61
+ Fixed Intel RealSense D435I camera mounted approximately 1.5 meters above the workstation.
62
+
63
+ Provides a complete view of:
64
+
65
+ - Ingredients
66
+ - Tools
67
+ - Both hands
68
+ - Cooking workspace
69
+
70
+ ---
71
+
72
+ ## Depth Data — Colorized Preview (`/depth`)
73
+
74
+ Raw depth data was captured using an Intel RealSense D435I sensor.
75
+
76
+ Preview images are colorized visualizations generated from the original depth frames.
77
+
78
+ Depth format:
79
+
80
+ - HDF5
81
+ - Float32
82
+ - Metric depth (meters)
83
+
84
+ Point cloud reconstruction can be generated directly from the original depth recordings.
85
+
86
+ ---
87
+
88
+ ## Task 1 — Cutting (`/task_01_cutting`)
89
+
90
+ Examples include:
91
+
92
+ - Vegetable cutting
93
+ - Meat cutting
94
+
95
+ Views:
96
+
97
+ - Egocentric (head-mounted camera)
98
+ - Side view camera
99
+ - Overhead RGB-D (Intel RealSense D435I, includes depth data)
100
+
101
+ ---
102
+
103
+ ## Task 2 — Wok Stir-Fry (`/task_02_stir_fry`)
104
+
105
+ High-difficulty bimanual manipulation task involving:
106
+
107
+ - Ingredient handling
108
+ - Wok operation
109
+ - Continuous tool interaction
110
+
111
+ Views:
112
+
113
+ - Egocentric (head-mounted camera)
114
+ - Side view camera
115
+
116
+ ---
117
+
118
+ # Sensor Configuration
119
+
120
+ Three complementary viewpoints were recorded simultaneously:
121
+
122
+ | View | Resolution | Frame Rate |
123
+ |--------|--------|--------|
124
+ | Egocentric | 3840 × 2160 (4K) | 29.97 fps |
125
+ | Side View | 1920 × 1080 | 60 fps |
126
+ | Overhead RGB-D | 1280 × 720 | 15 fps |
127
+
128
+ This multi-view setup captures both fine-grained hand-object interactions and global workspace context.
129
+
130
+ ---
131
+
132
+ # Available Data
133
+
134
+ | Content | Format | Status |
135
+ |----------|----------|----------|
136
+ | Multi-view RGB Videos | MP4 | Available upon request |
137
+ | Depth Data | HDF5 (float32, meters) | Available upon request |
138
+ | RealSense Raw Recordings | .bag | Available upon request |
139
+ | Screenshot Preview Pack | PNG | Included in this repository |
140
+
141
+ ---
142
+
143
+ # Future Collection Tasks
144
+
145
+ Additional task categories are currently being planned and can be collected upon request.
146
+
147
+ Potential tasks include:
148
+
149
+ - Stewing
150
+ - Deep Frying
151
+ - Pan Frying
152
+ - Dumpling Folding
153
+ - Ingredient Preparation
154
+ - Kitchen Cleaning Procedures
155
+
156
+ Custom task collection may be available for research and commercial projects.
157
+
158
+ ---
159
+
160
+ # Collection Environment
161
+
162
+ **Location**
163
+
164
+ Zhongshan, Guangdong, China
165
+
166
+ **Venue**
167
+
168
+ Operating commercial Chinese restaurant
169
+
170
+ **Operator**
171
+
172
+ Professional chef with approximately 20 years of experience
173
+
174
+ **Consent**
175
+
176
+ Full informed consent obtained from all participants.
177
+
178
+ ---
179
+
180
+ # Dataset Applications
181
+
182
+ Potential applications include:
183
+
184
+ - Robotic Cooking Systems
185
+ - Embodied Foundation Models
186
+ - Visual Action Understanding
187
+ - Human Demonstration Learning
188
+ - Multi-modal Perception
189
+ - RGB-D Manipulation Research
190
+ - Human-Robot Collaboration
191
+
192
+ ---
193
+
194
+ # Access to Full Dataset
195
+
196
+ The complete dataset is not publicly hosted due to storage size limitations.
197
+
198
+ Available materials include:
199
+
200
+ - Multi-view MP4 recordings
201
+ - Original RealSense depth data
202
+ - Raw bag recordings
203
+ - Optional annotations
204
+
205
+ Researchers and organizations interested in accessing the complete dataset may contact:
206
+
207
+ 📧 andy@dynamicnova.com
208
+
209
+ Please include:
210
+
211
+ - Research topic
212
+ - Intended use case
213
+ - Preferred format (MP4 / HDF5 / RLDS / LeRobot)
214
+
215
+ ---
216
+
217
+ # Citation
218
+
219
+ If you use this dataset in academic or commercial research, please cite this repository.
220
+
221
+ ---
222
+
223
+ *Preview collected in May 2026*
224
+
225
+ *Nova Dynamics Limited*
depth/check_1_frame0.jpg ADDED

Git LFS Details

  • SHA256: 76f3d404bf98109c62dec878fe96043fd172b5ebd7b0f9a4fec8d9a7e6e97f90
  • Pointer size: 130 Bytes
  • Size of remote file: 89.7 kB
depth/check_2_frame594.jpg ADDED

Git LFS Details

  • SHA256: 2fc983646f50e56a1a01e00a6317eeab4e32fa25e71440672d5600ce941c307c
  • Pointer size: 131 Bytes
  • Size of remote file: 116 kB
depth/check_3_frame1189.jpg ADDED

Git LFS Details

  • SHA256: 0b44597d1627ae715f2a3877043fd7a7bfd9bf51a570dec740595140580321d7
  • Pointer size: 131 Bytes
  • Size of remote file: 105 kB
depth/check_4_frame1784.jpg ADDED

Git LFS Details

  • SHA256: 0f5d56818d505c2173422e6f00cb9ce3f5bdb7f3414a18081816bd5c00ef6b37
  • Pointer size: 131 Bytes
  • Size of remote file: 109 kB
depth/check_5_frame2378.jpg ADDED

Git LFS Details

  • SHA256: 1e1f3109fdf50bd64e176fe004a5d27603f64c192edbf9052f1382de55367e84
  • Pointer size: 131 Bytes
  • Size of remote file: 113 kB
overhead/overhead_1.PNG ADDED

Git LFS Details

  • SHA256: 53219346f0154bb4038fef0515f33627b65e24e05f507d74019d9898a443dfd6
  • Pointer size: 132 Bytes
  • Size of remote file: 8.88 MB
overhead/overhead_2.PNG ADDED

Git LFS Details

  • SHA256: 9b3b46f9fb2eac2dafbcf79a2fba05ef4cb158f2a37758501fd0aeab941e0e10
  • Pointer size: 132 Bytes
  • Size of remote file: 9.65 MB
overhead/overhead_3.PNG ADDED

Git LFS Details

  • SHA256: e6ae06aeb41204537216e4faaa10116580f1dc7c7cf48af74f155aa9d8fcdf58
  • Pointer size: 132 Bytes
  • Size of remote file: 9.8 MB
overhead/overhead_4.PNG ADDED

Git LFS Details

  • SHA256: 4e239671a34c16cb7b15cd06b80a5fc157f74210e10794f6927223f1f6fa564b
  • Pointer size: 132 Bytes
  • Size of remote file: 8.47 MB
task_01_cutting/egocentric_screenshot_1.PNG ADDED

Git LFS Details

  • SHA256: 6bddd3e7cd721e06d31dd3cae41b1ac1be4d66dca78d2494fbade0a5747ae90d
  • Pointer size: 132 Bytes
  • Size of remote file: 8.14 MB
task_01_cutting/egocentric_screenshot_2.PNG ADDED

Git LFS Details

  • SHA256: c102e57dcd7a5b90e46fabf8c82eda07d8cf7bc2d77fb99ac079dc8fa25d6302
  • Pointer size: 132 Bytes
  • Size of remote file: 9.88 MB
task_01_cutting/egocentric_screenshot_3.PNG ADDED

Git LFS Details

  • SHA256: b23e41eb5dfe3d2d5434109b97cfbeb8dd25d2dbfbabe9cd462533008350c235
  • Pointer size: 133 Bytes
  • Size of remote file: 10.6 MB
task_01_cutting/egocentric_screenshot_4.PNG ADDED

Git LFS Details

  • SHA256: 53bc7e4740f9c2512498d1bb82226c6431779dd2f4d5470ef148022f99d022f8
  • Pointer size: 132 Bytes
  • Size of remote file: 8.27 MB
task_01_cutting/side_view_1.PNG ADDED

Git LFS Details

  • SHA256: 887b85d34d1b470faa0ddab6101036e4bd39397c9d35659b3189dbbd5bc47001
  • Pointer size: 133 Bytes
  • Size of remote file: 11.2 MB
task_01_cutting/side_view_2.PNG ADDED

Git LFS Details

  • SHA256: 2b53468239983083b207a0efbbbcfc56b13833bd27ca8c036eab2d4274243c37
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
task_01_cutting/side_view_3.PNG ADDED

Git LFS Details

  • SHA256: 8b4c25c026530a8bcb6fbab1416cbcd4db89d73f83cb97d3215ae86fdaf8eb5f
  • Pointer size: 133 Bytes
  • Size of remote file: 11.5 MB
task_01_cutting/side_view_4.PNG ADDED

Git LFS Details

  • SHA256: cecb0d9857224c4cd00aa9fc9cfcea35650d719e2e59d1509aebaf90f099ad90
  • Pointer size: 133 Bytes
  • Size of remote file: 11.3 MB
task_02_stir_fry/egocentric_screenshot_1.PNG ADDED

Git LFS Details

  • SHA256: ea10ad46961b9790a5c4e6e6df950e7014c00384a843348eb3558280b9fe1b1e
  • Pointer size: 132 Bytes
  • Size of remote file: 9.24 MB
task_02_stir_fry/egocentric_screenshot_2.PNG ADDED

Git LFS Details

  • SHA256: 024af494de868d1b4cafc90b57c33ccb6f3393c153d0242562527a4d94f6e240
  • Pointer size: 133 Bytes
  • Size of remote file: 10.7 MB
task_02_stir_fry/egocentric_screenshot_3.PNG ADDED

Git LFS Details

  • SHA256: d7d489edfbf1a94b369db8a3d9a95ad73b4ab31ff04991e6beaa707aa16431c4
  • Pointer size: 133 Bytes
  • Size of remote file: 11.5 MB
task_02_stir_fry/egocentric_screenshot_4.PNG ADDED

Git LFS Details

  • SHA256: 111356ce2c93495c5e3f87f44e49d060fafc3132e6bfe1c1d91c79c1446222e2
  • Pointer size: 132 Bytes
  • Size of remote file: 8.31 MB
task_02_stir_fry/side_view_1.PNG ADDED

Git LFS Details

  • SHA256: 815d108048e483147a86f622988818d6f61883b6689c75cfbf6e0bf5aac1d1cc
  • Pointer size: 132 Bytes
  • Size of remote file: 7.86 MB
task_02_stir_fry/side_view_2.PNG ADDED

Git LFS Details

  • SHA256: 53c21abc1e201f33dd78e3c4fb9f9dcc95670a2f8d261f269a629553cfccaf3a
  • Pointer size: 133 Bytes
  • Size of remote file: 10.3 MB
task_02_stir_fry/side_view_3.PNG ADDED

Git LFS Details

  • SHA256: 4fc53aa82526081687b9a6916e92804755f027af641d25c269b07bd69a3cba18
  • Pointer size: 133 Bytes
  • Size of remote file: 11.8 MB
task_02_stir_fry/side_view_4.PNG ADDED

Git LFS Details

  • SHA256: c2e2775693538dd4376bc9156bbb29aec76d6e2b355ffa2c9b7a9c5c347600d6
  • Pointer size: 132 Bytes
  • Size of remote file: 8.84 MB