shaunkirby commited on
Commit
71bb9d9
·
verified ·
1 Parent(s): b8d2ca8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -38
README.md CHANGED
@@ -26,22 +26,19 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "so101_follower",
29
- "total_episodes": 50,
30
- "total_frames": 22481,
31
- "total_tasks": 1,
32
  "chunks_size": 1000,
 
 
33
  "fps": 30,
34
- "splits": {
35
- "train": "0:50"
36
- },
37
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
  "features": {
40
  "action": {
41
  "dtype": "float32",
42
- "shape": [
43
- 6
44
- ],
45
  "names": [
46
  "shoulder_pan.pos",
47
  "shoulder_lift.pos",
@@ -50,13 +47,12 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
50
  "wrist_roll.pos",
51
  "gripper.pos"
52
  ],
53
- "fps": 30
 
 
54
  },
55
  "observation.state": {
56
  "dtype": "float32",
57
- "shape": [
58
- 6
59
- ],
60
  "names": [
61
  "shoulder_pan.pos",
62
  "shoulder_lift.pos",
@@ -65,7 +61,9 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
65
  "wrist_roll.pos",
66
  "gripper.pos"
67
  ],
68
- "fps": 30
 
 
69
  },
70
  "observation.images.front": {
71
  "dtype": "video",
@@ -78,61 +76,44 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
78
  "height",
79
  "width",
80
  "channels"
81
- ],
82
- "info": {
83
- "video.height": 1080,
84
- "video.width": 1920,
85
- "video.codec": "av1",
86
- "video.pix_fmt": "yuv420p",
87
- "video.is_depth_map": false,
88
- "video.fps": 30,
89
- "video.channels": 3,
90
- "has_audio": false
91
- }
92
  },
93
  "timestamp": {
94
  "dtype": "float32",
95
  "shape": [
96
  1
97
  ],
98
- "names": null,
99
- "fps": 30
100
  },
101
  "frame_index": {
102
  "dtype": "int64",
103
  "shape": [
104
  1
105
  ],
106
- "names": null,
107
- "fps": 30
108
  },
109
  "episode_index": {
110
  "dtype": "int64",
111
  "shape": [
112
  1
113
  ],
114
- "names": null,
115
- "fps": 30
116
  },
117
  "index": {
118
  "dtype": "int64",
119
  "shape": [
120
  1
121
  ],
122
- "names": null,
123
- "fps": 30
124
  },
125
  "task_index": {
126
  "dtype": "int64",
127
  "shape": [
128
  1
129
  ],
130
- "names": null,
131
- "fps": 30
132
  }
133
- },
134
- "data_files_size_in_mb": 100,
135
- "video_files_size_in_mb": 500
136
  }
137
  ```
138
 
 
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "so101_follower",
29
+ "total_episodes": 0,
30
+ "total_frames": 0,
31
+ "total_tasks": 0,
32
  "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
  "fps": 30,
36
+ "splits": {},
 
 
37
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
  "features": {
40
  "action": {
41
  "dtype": "float32",
 
 
 
42
  "names": [
43
  "shoulder_pan.pos",
44
  "shoulder_lift.pos",
 
47
  "wrist_roll.pos",
48
  "gripper.pos"
49
  ],
50
+ "shape": [
51
+ 6
52
+ ]
53
  },
54
  "observation.state": {
55
  "dtype": "float32",
 
 
 
56
  "names": [
57
  "shoulder_pan.pos",
58
  "shoulder_lift.pos",
 
61
  "wrist_roll.pos",
62
  "gripper.pos"
63
  ],
64
+ "shape": [
65
+ 6
66
+ ]
67
  },
68
  "observation.images.front": {
69
  "dtype": "video",
 
76
  "height",
77
  "width",
78
  "channels"
79
+ ]
 
 
 
 
 
 
 
 
 
 
80
  },
81
  "timestamp": {
82
  "dtype": "float32",
83
  "shape": [
84
  1
85
  ],
86
+ "names": null
 
87
  },
88
  "frame_index": {
89
  "dtype": "int64",
90
  "shape": [
91
  1
92
  ],
93
+ "names": null
 
94
  },
95
  "episode_index": {
96
  "dtype": "int64",
97
  "shape": [
98
  1
99
  ],
100
+ "names": null
 
101
  },
102
  "index": {
103
  "dtype": "int64",
104
  "shape": [
105
  1
106
  ],
107
+ "names": null
 
108
  },
109
  "task_index": {
110
  "dtype": "int64",
111
  "shape": [
112
  1
113
  ],
114
+ "names": null
 
115
  }
116
+ }
 
 
117
  }
118
  ```
119