FlyBirdData commited on
Commit
8c61603
·
verified ·
1 Parent(s): 551466e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md CHANGED
@@ -1,3 +1,71 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - lerobot
7
+ - ego-vision
8
+ - embodied-ai
9
+ - teleoperation
10
+ - robot-learning
11
+ - factory-automation
12
+ - 3c-manufacturing
13
+ - manipulation
14
+ pretty_name: RealFactory Ego Data
15
  ---
16
+
17
+ # RealFactory-Ego-Data
18
+
19
+ Real-world factory production line ego-perspective manipulation dataset collected by **FlyBirdData (飞鸟数据)**, a data service brand of **Shenzhen Mingzhi DataTech Co., Ltd. (深圳市明志数科信息有限公司)**.
20
+
21
+ ## About
22
+
23
+ This dataset contains **5 high-quality episodes** of real 3C electronics manufacturing tasks recorded from an ego-centric (first-person) perspective on an actual touchscreen production line. Each episode includes synchronized RGB video, hand pose landmarks, and holistic action annotations in LeRobot-compatible format.
24
+
25
+ ## Tasks
26
+
27
+ | Episode | Task | Duration | Size |
28
+ |---------|------|----------|------|
29
+ | 触摸屏贴边2026081304 | Edge alignment & bonding | ~3 min | 203 MB |
30
+ | 触摸屏贴边20260818012 | Edge alignment & bonding | ~3 min | 207 MB |
31
+ | 触摸屏割膜20260819007 | Protective film cutting | ~3 min | 271 MB |
32
+ | 触摸屏抓取放置20260819001 | Pick & place on conveyor | ~2 min | 102 MB |
33
+ | 触摸屏撕膜20260818018 | Protective film peeling | ~3 min | 223 MB |
34
+
35
+ ## Data Format
36
+
37
+ Each `.zip` file contains a **LeRobot-compatible holistic output** with:
38
+
39
+ - **RGB video** — Ego-perspective recording of the assembly task
40
+ - **Hand pose** — 21-landmark hand keypoint tracking per frame
41
+ - **Action annotations** — Frame-level action boundary labels (holistic_detect output)
42
+ - **Metadata** — Task type, timestamps, and quality metrics
43
+
44
+ ## Collection Environment
45
+
46
+ - **Scenario**: Real 3C touchscreen manufacturing production line
47
+ - **Viewpoint**: Ego / first-person (head-mounted camera)
48
+ - **Tasks**: Edge bonding, film cutting, pick-and-place, film peeling
49
+ - **Worker**: Experienced production line operator
50
+ - **Annotation pipeline**: FlyBirdData automated holistic detection + manual QC
51
+
52
+ ## Why Ego Data Matters
53
+
54
+ Ego-perspective data captures the exact visual input a human worker sees during assembly, including occlusions, depth cues, and fine motor control. This is critical for training imitation learning and video-based manipulation policies that must generalize to real factory conditions — not just lab environments.
55
+
56
+ ## About FlyBirdData
57
+
58
+ **FlyBirdData (飞鸟数据)** is a specialized robot training data provider under Shenzhen Mingzhi DataTech Co., Ltd. We are one of the few providers in China with real 3C manufacturing production line access for ego-perspective data collection. Our services include:
59
+
60
+ - Ego + UMI (Universal Manipulation Interface) fused data collection
61
+ - Force/torque, joint torque, and 3D pose annotation
62
+ - LeRobot standard format conversion
63
+ - Full pipeline: collection → annotation → QC → delivery
64
+
65
+ **Website**: https://mz-datatech.com/
66
+ **Contact**: contact@mz-datatech.com
67
+ **Code**: https://gitee.com/ok_vincey/flybird-data
68
+
69
+ ## License
70
+
71
+ Apache-2.0