sakehaosdfadfasf commited on
Commit
7971a7d
·
verified ·
1 Parent(s): 16a996e

Upload ketchup pick and place dataset

Browse files
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Ketchup Pick and Place Dataset
2
+
3
+ This dataset contains robot demonstrations for a pick and place task using a Universal Robots UR5e.
4
+
5
+ ## Dataset Statistics
6
+ - **Total Episodes**: 1
7
+ - **Total Frames**: 154
8
+ - **FPS**: 10
9
+ - **Robot DOF**: 7 (6DOF pose + gripper)
10
+ - **Cameras**: ['top', 'wrist']
11
+
12
+ ## Task Description
13
+ Pick and place manipulation task where the robot grasps a ketchup bottle and places it in a different location.
14
+
15
+ ## Data Format
16
+ This dataset follows the LeRobot format with:
17
+ - Robot states in `observation.state` (7DOF: x, y, z, roll, pitch, yaw, gripper)
18
+ - Actions as next states
19
+ - Video recordings from multiple camera angles
20
+
21
+ ## Usage
22
+ ```python
23
+ from lerobot.datasets import LeRobotDataset
24
+ dataset = LeRobotDataset("sakehaosdfadfasf/ketchup_pick_place")
25
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ea70a25518d987ffb0ecd028a24698b092ecc4f6bbc7863389e864a30bb914d
3
+ size 20662
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "length": 154, "tasks": ["pick_and_place"]}
meta/info.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "universal_robots_ur5e",
4
+ "total_episodes": 1,
5
+ "total_frames": 154,
6
+ "total_tasks": 1,
7
+ "total_chunks": 1,
8
+ "chunks_size": 1000,
9
+ "fps": 10,
10
+ "features": {
11
+ "observation.state": {
12
+ "dtype": "float32",
13
+ "shape": [
14
+ 7
15
+ ]
16
+ },
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 7
21
+ ]
22
+ },
23
+ "episode_index": {
24
+ "dtype": "int64",
25
+ "shape": []
26
+ },
27
+ "frame_index": {
28
+ "dtype": "int64",
29
+ "shape": []
30
+ },
31
+ "timestamp": {
32
+ "dtype": "float64",
33
+ "shape": []
34
+ },
35
+ "next.done": {
36
+ "dtype": "bool",
37
+ "shape": []
38
+ },
39
+ "next.reward": {
40
+ "dtype": "float32",
41
+ "shape": []
42
+ },
43
+ "next.success": {
44
+ "dtype": "bool",
45
+ "shape": []
46
+ },
47
+ "index": {
48
+ "dtype": "int64",
49
+ "shape": []
50
+ },
51
+ "task_index": {
52
+ "dtype": "int64",
53
+ "shape": []
54
+ }
55
+ },
56
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
57
+ "video_path": "videos/chunk-{episode_chunk:03d}/episode_{episode_index:06d}_{camera_name}.mp4",
58
+ "camera_names": [
59
+ "top",
60
+ "wrist"
61
+ ]
62
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "pick_and_place"}
videos/chunk-000/episode_000000_top.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b91d2d2882dd824930e524bb6f01d564c549966c878172927e7e63b14f6ebea8
3
+ size 942604
videos/chunk-000/episode_000000_wrist.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7d3d067d1c33857b38bd1643608137af09409002860632d717f3d8b6c3a2a4c
3
+ size 602431