Sraghvi commited on
Commit
519c6b4
·
verified ·
1 Parent(s): 2bf7a71

Delete meta

Browse files
meta/episodes.jsonl DELETED
@@ -1 +0,0 @@
1
- {"episode_index": 0, "tasks": [0], "length": 1416, "num_frames": 1416, "duration": 49.477}
 
 
meta/episodes_stats.jsonl DELETED
@@ -1 +0,0 @@
1
- {"episode_index": 0, "num_frames": 1416, "fps": 28.6, "duration": 49.47717}
 
 
meta/info.json DELETED
@@ -1,124 +0,0 @@
1
- {
2
- "codebase_version": "v2.1",
3
- "robot_type": "csv_dataset",
4
- "total_episodes": 1,
5
- "total_frames": 1416,
6
- "total_tasks": 1,
7
- "total_videos": 1,
8
- "total_chunks": 1,
9
- "chunks_size": 1000,
10
- "fps": 28.6,
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
- "observation.state": {
18
- "dtype": "float32",
19
- "shape": [
20
- 6
21
- ],
22
- "names": [
23
- "shoulder_pan_joint",
24
- "shoulder_lift_joint",
25
- "elbow_joint",
26
- "wrist_1_joint",
27
- "wrist_2_joint",
28
- "wrist_3_joint"
29
- ]
30
- },
31
- "action": {
32
- "dtype": "float32",
33
- "shape": [
34
- 6
35
- ],
36
- "names": [
37
- "shoulder_pan_joint",
38
- "shoulder_lift_joint",
39
- "elbow_joint",
40
- "wrist_1_joint",
41
- "wrist_2_joint",
42
- "wrist_3_joint"
43
- ]
44
- },
45
- "timestamp": {
46
- "dtype": "float32",
47
- "shape": [
48
- 1
49
- ],
50
- "names": null
51
- },
52
- "frame_index": {
53
- "dtype": "int64",
54
- "shape": [
55
- 1
56
- ],
57
- "names": null
58
- },
59
- "episode_index": {
60
- "dtype": "int64",
61
- "shape": [
62
- 1
63
- ],
64
- "names": null
65
- },
66
- "task_index": {
67
- "dtype": "int64",
68
- "shape": [
69
- 1
70
- ],
71
- "names": null
72
- },
73
- "index": {
74
- "dtype": "int64",
75
- "shape": [
76
- 1
77
- ],
78
- "names": null
79
- },
80
- "observation.ee_pos": {
81
- "dtype": "float32",
82
- "shape": [
83
- 3
84
- ],
85
- "names": [
86
- "x",
87
- "y",
88
- "z"
89
- ]
90
- },
91
- "observation.gripper": {
92
- "dtype": "float32",
93
- "shape": [
94
- 1
95
- ],
96
- "names": [
97
- "gripper_state"
98
- ]
99
- },
100
- "observation.images.camera_0": {
101
- "dtype": "video",
102
- "shape": [
103
- 1920,
104
- 1920,
105
- 3
106
- ],
107
- "names": [
108
- "height",
109
- "width",
110
- "channels"
111
- ],
112
- "info": {
113
- "video.height": 1920,
114
- "video.width": 1920,
115
- "video.codec": "h264",
116
- "video.pix_fmt": "yuv420p",
117
- "video.is_depth_map": false,
118
- "video.fps": 28.6,
119
- "video.channels": 3,
120
- "has_audio": false
121
- }
122
- }
123
- }
124
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/tasks.jsonl DELETED
@@ -1 +0,0 @@
1
- {"task_id": "csv_dataset_task", "task_name": "CSV Dataset Processing", "task_description": "Convert CSV and MP4 data to LeRobot format with joint angle extraction"}