sk1700 commited on
Commit
fa70faf
·
verified ·
1 Parent(s): 7402426

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,161 +1,28 @@
1
  ---
 
 
2
  license: apache-2.0
 
 
 
 
 
3
  task_categories:
4
  - robotics
5
- tags:
6
- - LeRobot
7
  configs:
8
  - config_name: default
9
- data_files: data/*/*.parquet
 
10
  ---
11
 
 
12
 
13
- ## Dataset Description
14
-
15
-
16
-
17
- - **Homepage:** [More Information Needed]
18
- - **Paper:** [More Information Needed]
19
- - **License:** apache-2.0
20
-
21
- ## Dataset Structure
22
-
23
- [meta/info.json](meta/info.json):
24
- ```json
25
- {
26
- "codebase_version": "v2.1",
27
- "robot_type": "ur5e",
28
- "total_episodes": 1,
29
- "total_frames": 196,
30
- "total_tasks": 1,
31
- "total_videos": 2,
32
- "total_chunks": 1,
33
- "chunks_size": 1000,
34
- "fps": 30,
35
- "splits": {
36
- "train": "0:1"
37
- },
38
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
39
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
40
- "features": {
41
- "action": {
42
- "dtype": "float32",
43
- "shape": [
44
- 6
45
- ],
46
- "names": [
47
- "shoulder_pan.pos",
48
- "shoulder_lift.pos",
49
- "elbow_flex.pos",
50
- "wrist_flex.pos",
51
- "wrist_roll.pos",
52
- "gripper.pos"
53
- ]
54
- },
55
- "observation.state": {
56
- "dtype": "float32",
57
- "shape": [
58
- 6
59
- ],
60
- "names": [
61
- "shoulder_pan.pos",
62
- "shoulder_lift.pos",
63
- "elbow_flex.pos",
64
- "wrist_flex.pos",
65
- "wrist_roll.pos",
66
- "gripper.pos"
67
- ]
68
- },
69
- "observation.images.front": {
70
- "dtype": "video",
71
- "shape": [
72
- 240,
73
- 424,
74
- 3
75
- ],
76
- "names": [
77
- "height",
78
- "width",
79
- "channels"
80
- ],
81
- "info": {
82
- "video.height": 240,
83
- "video.width": 424,
84
- "video.codec": "avc1",
85
- "video.pix_fmt": "yuv420p",
86
- "video.is_depth_map": false,
87
- "video.fps": 30,
88
- "video.channels": 3,
89
- "has_audio": false
90
- }
91
- },
92
- "observation.images.Wrist": {
93
- "dtype": "video",
94
- "shape": [
95
- 240,
96
- 424,
97
- 3
98
- ],
99
- "names": [
100
- "height",
101
- "width",
102
- "channels"
103
- ],
104
- "info": {
105
- "video.height": 240,
106
- "video.width": 424,
107
- "video.codec": "avc1",
108
- "video.pix_fmt": "yuv420p",
109
- "video.is_depth_map": false,
110
- "video.fps": 30,
111
- "video.channels": 3,
112
- "has_audio": false
113
- }
114
- },
115
- "timestamp": {
116
- "dtype": "float32",
117
- "shape": [
118
- 1
119
- ],
120
- "names": null
121
- },
122
- "frame_index": {
123
- "dtype": "int64",
124
- "shape": [
125
- 1
126
- ],
127
- "names": null
128
- },
129
- "episode_index": {
130
- "dtype": "int64",
131
- "shape": [
132
- 1
133
- ],
134
- "names": null
135
- },
136
- "index": {
137
- "dtype": "int64",
138
- "shape": [
139
- 1
140
- ],
141
- "names": null
142
- },
143
- "task_index": {
144
- "dtype": "int64",
145
- "shape": [
146
- 1
147
- ],
148
- "names": null
149
- }
150
- }
151
- }
152
- ```
153
-
154
-
155
- ## Citation
156
-
157
- **BibTeX:**
158
 
159
- ```bibtex
160
- [More Information Needed]
161
- ```
 
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
+ tags:
6
+ - robotics
7
+ - dataset
8
+ - lerobot
9
+ - ur5e
10
  task_categories:
11
  - robotics
12
+ pretty_name: UR5e Dual RealSense Teleoperation Dataset (LeRobot v2.1)
 
13
  configs:
14
  - config_name: default
15
+ data_files:
16
+ - data/*/*.parquet
17
  ---
18
 
19
+ # UR5e Dual RealSense Teleoperation Dataset
20
 
21
+ This dataset was recorded using a UR5e robot with two Intel RealSense RGB cameras (wrist + front)
22
+ and haptic teleoperation (Phantom Omni). It follows the **LeRobot v2.1** file layout.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
+ - **Videos** (per episode & camera) live in:
25
+ - `videos/chunk-000/observation.images.front/`
26
+ - `videos/chunk-000/observation.images.Wrist/`
27
+ - **Per-episode Parquet** schema (order):
28
+ `action`, `observation.state`, `timestamp`, `frame_index`, `episode_index`, `index`, `task_index`.
data/chunk-000/episode_000000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:005fbb9713b21c95356a2f308befc282fe1b9bf9b6bed8b187a7346803885573
3
- size 23855
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27bc214d92d4ab6ad3bc13798c2b0bcc5e5367aefaf438536e775908a57d6afc
3
+ size 22180
data/chunk-000/episode_000001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd3f71cded6c7748c82116a2682426342b8eae30fc41393f487a316bd59c5246
3
- size 18922
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:962894480c892cf1d3999f8bbf118b3ab71bfda5a8dcd4c52b9e65fd87b4c4db
3
+ size 14188
meta/episodes.jsonl CHANGED
@@ -1 +1,2 @@
1
- {"episode_index": 0, "tasks": ["test"], "length": 196}
 
 
1
+ {"episode_index": 0, "tasks": ["test"], "length": 179}
2
+ {"episode_index": 1, "tasks": ["test"], "length": 97}
meta/episodes_stats.jsonl CHANGED
@@ -1 +1,2 @@
1
- {"episode_index": 0, "stats": {"observation.state": {"min": [-0.5834882855415344, -1.9197355508804321, 2.0062763690948486, -2.051239252090454, -1.5776046514511108, -3.7388663291931152], "max": [-0.2235310673713684, -1.601676106452942, 2.257995843887329, -1.7732688188552856, -1.5576108694076538, -3.3792433738708496], "mean": [-0.3968089520931244, -1.7891740798950195, 2.141103982925415, -1.9788671731948853, -1.5679267644882202, -3.5523464679718018], "std": [0.07090367376804352, 0.08408939093351364, 0.06256456673145294, 0.06636451184749603, 0.003985283896327019, 0.07082660496234894]}, "action": {"min": [-0.5834882855415344, -1.9197355508804321, 2.0062763690948486, -2.051239252090454, -1.5776046514511108, -3.7388663291931152], "max": [-0.2235310673713684, -1.601676106452942, 2.257995843887329, -1.7732688188552856, -1.5576108694076538, -3.3792433738708496], "mean": [-0.3973180055618286, -1.7889232635498047, 2.141213893890381, -1.9792290925979614, -1.5678977966308594, -3.552854299545288], "std": [0.07067646086215973, 0.08398318290710449, 0.06263508647680283, 0.06639046967029572, 0.003971726167947054, 0.07060015946626663]}, "observation.images.Wrist": {"mean": [0.477717787027359, 0.4881764352321625, 0.48069557547569275], "std": [0.14377804100513458, 0.14100158214569092, 0.1419987827539444]}, "observation.images.front": {"mean": [0.45533350110054016, 0.4656021296977997, 0.4623372554779053], "std": [0.21577909588813782, 0.20604531466960907, 0.20876674354076385]}}}
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"min": [-0.6071885228157043, -1.8790942430496216, 1.9068764448165894, -1.9834076166152954, -1.5749982595443726, -3.7625620365142822], "max": [-0.26674968004226685, -1.6025186777114868, 2.150426149368286, -1.7189003229141235, -1.5561164617538452, -3.4230294227600098], "mean": [-0.4536083936691284, -1.7926280498504639, 2.0549991130828857, -1.8889468908309937, -1.5645837783813477, -3.6092615127563477], "std": [0.07268590480089188, 0.06991787254810333, 0.0686388686299324, 0.06305338442325592, 0.004059274215251207, 0.07256904989480972]}, "action": {"min": [-0.6071885228157043, -1.876271367073059, 1.9068764448165894, -1.9834076166152954, -1.5749982595443726, -3.7625620365142822], "max": [-0.26674968004226685, -1.6025186777114868, 2.14672589302063, -1.7189003229141235, -1.5561164617538452, -3.4230294227600098], "mean": [-0.4534490406513214, -1.7923628091812134, 2.054978370666504, -1.8891927003860474, -1.5645923614501953, -3.6091017723083496], "std": [0.07262343913316727, 0.06967847794294357, 0.06861051917076111, 0.06317327916622162, 0.004056101199239492, 0.07250650972127914]}, "observation.images.Wrist": {"mean": [0.47455644607543945, 0.48406708240509033, 0.47580188512802124], "std": [0.14191384613513947, 0.13917990028858185, 0.13963522017002106]}, "observation.images.front": {"mean": [0.449083536863327, 0.45921942591667175, 0.45533397793769836], "std": [0.21350273489952087, 0.2047272026538849, 0.2067987471818924]}}}
2
+ {"episode_index": 1, "stats": {"observation.state": {"min": [-0.5451920628547668, -1.869162678718567, 1.9968317747116089, -2.0103871822357178, -1.5748337507247925, -3.7006149291992188], "max": [-0.27364522218704224, -1.7523247003555298, 2.2263972759246826, -1.754745602607727, -1.5596107244491577, -3.429591655731201], "mean": [-0.4496435225009918, -1.8080919981002808, 2.0931146144866943, -1.9116328954696655, -1.5648651123046875, -3.6052494049072266], "std": [0.07405814528465271, 0.03586119785904884, 0.0707530677318573, 0.0701541006565094, 0.004188266582787037, 0.0739990845322609]}, "action": {"min": [-0.5451920628547668, -1.869162678718567, 1.9968317747116089, -2.0103871822357178, -1.5748337507247925, -3.7006149291992188], "max": [-0.27364522218704224, -1.753771424293518, 2.2263972759246826, -1.754745602607727, -1.5596107244491577, -3.429591655731201], "mean": [-0.4507828950881958, -1.8089524507522583, 2.0944344997406006, -1.9120850563049316, -1.5648016929626465, -3.6063873767852783], "std": [0.0738305076956749, 0.035502009093761444, 0.07028429955244064, 0.07009239494800568, 0.004175951238721609, 0.07377178221940994]}, "observation.images.Wrist": {"mean": [0.4750039577484131, 0.4865497648715973, 0.4779692590236664], "std": [0.1427777260541916, 0.1400102972984314, 0.14059068262577057]}, "observation.images.front": {"mean": [0.4490847885608673, 0.4609263837337494, 0.4572390615940094], "std": [0.21371899545192719, 0.2047174870967865, 0.2068297117948532]}}}
meta/info.json CHANGED
@@ -1,18 +1,22 @@
1
  {
2
  "codebase_version": "v2.1",
3
  "robot_type": "ur5e",
4
- "total_episodes": 1,
5
- "total_frames": 196,
6
  "total_tasks": 1,
7
- "total_videos": 2,
8
  "total_chunks": 1,
9
  "chunks_size": 1000,
10
  "fps": 30,
11
  "splits": {
12
- "train": "0:1"
13
  },
14
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
 
 
 
 
16
  "features": {
17
  "action": {
18
  "dtype": "float32",
 
1
  {
2
  "codebase_version": "v2.1",
3
  "robot_type": "ur5e",
4
+ "total_episodes": 2,
5
+ "total_frames": 276,
6
  "total_tasks": 1,
7
+ "total_videos": 4,
8
  "total_chunks": 1,
9
  "chunks_size": 1000,
10
  "fps": 30,
11
  "splits": {
12
+ "train": "0:2"
13
  },
14
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "camera_keys": [
17
+ "observation.images.front",
18
+ "observation.images.Wrist"
19
+ ],
20
  "features": {
21
  "action": {
22
  "dtype": "float32",
videos/chunk-000/observation.images.front/episode_000000.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4057a6f494b95c2c67bb4d3f76eec9adfa4f7df4681dd904c136d63a6828925
3
- size 42589
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6455fcbcdcccdaea47084ded4a952b565a4967d78e4cce516f1b5a269cc0e2d4
3
+ size 668142
videos/chunk-000/observation.images.front/episode_000001.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4428e45d287c8aafc6682f190962a51ab0835d063885b8f220bc06740fc644b6
3
- size 36611
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67fa542d9abf66880a4136f809c135edc3d49c3083d6530d62152b6f815b726e
3
+ size 360371
videos/chunk-000/observation.images.wrist/episode_000000.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fce9d7ce98967c0749cb6cb4e66800dbd959964eb1aa8bfe7a5f5768f5d0bf59
3
- size 94859
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:314d8140a1ef614d393ff17187011e311ead275e03297d7c886821ee74a372bd
3
+ size 203241
videos/chunk-000/observation.images.wrist/episode_000001.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7cf7a86638b986f6dd0e6c99c0729365bfbea5ca1ab012cf09ce231faf0259ba
3
- size 68517
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd63dedeb5a86b86c1560694347733d13b3eaaf2625c59a2618c590b112dda8c
3
+ size 112839