Sraghvi commited on
Commit
71d63c7
·
verified ·
1 Parent(s): 04bd65f

Upload 4 files

Browse files
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "episode_length": 1049, "episode_path": "data/chunk-000/episode_000000.parquet"}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "episode_length": 1049, "total_frames": 1049, "duration": 34.96666666666667}
meta/info.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "multi_robot_2",
4
+ "total_episodes": 1,
5
+ "total_frames": 1049,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
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",
19
+ "shape": [6],
20
+ "names": [
21
+ "arm1_shoulder_pan.pos",
22
+ "arm1_shoulder_lift.pos",
23
+ "arm1_elbow_flex.pos",
24
+ "arm1_wrist_flex.pos",
25
+ "arm1_wrist_roll.pos",
26
+ "arm1_gripper.pos"
27
+ ]
28
+ },
29
+ "observation.state": {
30
+ "dtype": "float32",
31
+ "shape": [6],
32
+ "names": [
33
+ "arm1_shoulder_pan.pos",
34
+ "arm1_shoulder_lift.pos",
35
+ "arm1_elbow_flex.pos",
36
+ "arm1_wrist_flex.pos",
37
+ "arm1_wrist_roll.pos",
38
+ "arm1_gripper.pos"
39
+ ]
40
+ },
41
+ "observation.images.arm1_camera_sensor_image_raw": {
42
+ "dtype": "video",
43
+ "shape": [720, 1280, 3],
44
+ "names": ["height", "width", "channels"],
45
+ "info": {
46
+ "video.height": 720,
47
+ "video.width": 1280,
48
+ "video.codec": "h264",
49
+ "video.pix_fmt": "yuv420p",
50
+ "video.is_depth_map": false,
51
+ "video.fps": 30,
52
+ "video.channels": 3,
53
+ "has_audio": false
54
+ }
55
+ },
56
+ "observation.images.arm2_camera_sensor_image_raw": {
57
+ "dtype": "video",
58
+ "shape": [720, 1280, 3],
59
+ "names": ["height", "width", "channels"],
60
+ "info": {
61
+ "video.height": 720,
62
+ "video.width": 1280,
63
+ "video.codec": "h264",
64
+ "video.pix_fmt": "yuv420p",
65
+ "video.is_depth_map": false,
66
+ "video.fps": 30,
67
+ "video.channels": 3,
68
+ "has_audio": false
69
+ }
70
+ },
71
+ "observation.images.base_camera_sensor_image_raw": {
72
+ "dtype": "video",
73
+ "shape": [720, 1280, 3],
74
+ "names": ["height", "width", "channels"],
75
+ "info": {
76
+ "video.height": 720,
77
+ "video.width": 1280,
78
+ "video.codec": "h264",
79
+ "video.pix_fmt": "yuv420p",
80
+ "video.is_depth_map": false,
81
+ "video.fps": 30,
82
+ "video.channels": 3,
83
+ "has_audio": false
84
+ }
85
+ },
86
+ "timestamp": {
87
+ "dtype": "float32",
88
+ "shape": [1],
89
+ "names": null
90
+ },
91
+ "frame_index": {
92
+ "dtype": "int64",
93
+ "shape": [1],
94
+ "names": null
95
+ },
96
+ "episode_index": {
97
+ "dtype": "int64",
98
+ "shape": [1],
99
+ "names": null
100
+ },
101
+ "index": {
102
+ "dtype": "int64",
103
+ "shape": [1],
104
+ "names": null
105
+ },
106
+ "task_index": {
107
+ "dtype": "int64",
108
+ "shape": [1],
109
+ "names": null
110
+ }
111
+ }
112
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_id": "bag_all_0_task", "task_name": "ROS2 Bag Processing", "task_description": "Convert ROS2 bag data to LeRobot format"}