Sraghvi commited on
Commit
0714da6
·
verified ·
1 Parent(s): 125eca2

Delete meta

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