maedmatt commited on
Commit
2272653
·
verified ·
1 Parent(s): 894cba5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -20
README.md CHANGED
@@ -11,6 +11,13 @@ configs:
11
 
12
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
 
 
 
 
 
 
 
 
14
  ## Dataset Description
15
 
16
 
@@ -24,20 +31,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v2.1",
28
- "robot_type": "so101_follower",
29
- "total_episodes": 5,
30
- "total_frames": 2954,
31
- "total_tasks": 1,
32
- "total_videos": 5,
33
- "total_chunks": 1,
34
- "chunks_size": 1000,
35
  "fps": 30,
36
- "splits": {
37
- "train": "0:5"
38
- },
39
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
  "features": {
42
  "action": {
43
  "dtype": "float32",
@@ -51,7 +46,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
51
  "wrist_flex.pos",
52
  "wrist_roll.pos",
53
  "gripper.pos"
54
- ]
 
55
  },
56
  "observation.state": {
57
  "dtype": "float32",
@@ -65,7 +61,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
65
  "wrist_flex.pos",
66
  "wrist_roll.pos",
67
  "gripper.pos"
68
- ]
 
69
  },
70
  "observation.images.top": {
71
  "dtype": "video",
@@ -95,36 +92,53 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
95
  "shape": [
96
  1
97
  ],
98
- "names": null
 
99
  },
100
  "frame_index": {
101
  "dtype": "int64",
102
  "shape": [
103
  1
104
  ],
105
- "names": null
 
106
  },
107
  "episode_index": {
108
  "dtype": "int64",
109
  "shape": [
110
  1
111
  ],
112
- "names": null
 
113
  },
114
  "index": {
115
  "dtype": "int64",
116
  "shape": [
117
  1
118
  ],
119
- "names": null
 
120
  },
121
  "task_index": {
122
  "dtype": "int64",
123
  "shape": [
124
  1
125
  ],
126
- "names": null
 
127
  }
 
 
 
 
 
 
 
 
 
 
 
 
128
  }
129
  }
130
  ```
 
11
 
12
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
 
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=maedmatt/record-test">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
  ## Dataset Description
22
 
23
 
 
31
  [meta/info.json](meta/info.json):
32
  ```json
33
  {
34
+ "codebase_version": "v3.0",
 
 
 
 
 
 
 
35
  "fps": 30,
 
 
 
 
 
36
  "features": {
37
  "action": {
38
  "dtype": "float32",
 
46
  "wrist_flex.pos",
47
  "wrist_roll.pos",
48
  "gripper.pos"
49
+ ],
50
+ "fps": 30
51
  },
52
  "observation.state": {
53
  "dtype": "float32",
 
61
  "wrist_flex.pos",
62
  "wrist_roll.pos",
63
  "gripper.pos"
64
+ ],
65
+ "fps": 30
66
  },
67
  "observation.images.top": {
68
  "dtype": "video",
 
92
  "shape": [
93
  1
94
  ],
95
+ "names": null,
96
+ "fps": 30
97
  },
98
  "frame_index": {
99
  "dtype": "int64",
100
  "shape": [
101
  1
102
  ],
103
+ "names": null,
104
+ "fps": 30
105
  },
106
  "episode_index": {
107
  "dtype": "int64",
108
  "shape": [
109
  1
110
  ],
111
+ "names": null,
112
+ "fps": 30
113
  },
114
  "index": {
115
  "dtype": "int64",
116
  "shape": [
117
  1
118
  ],
119
+ "names": null,
120
+ "fps": 30
121
  },
122
  "task_index": {
123
  "dtype": "int64",
124
  "shape": [
125
  1
126
  ],
127
+ "names": null,
128
+ "fps": 30
129
  }
130
+ },
131
+ "total_episodes": 5,
132
+ "total_frames": 2954,
133
+ "total_tasks": 1,
134
+ "chunks_size": 1000,
135
+ "data_files_size_in_mb": 100,
136
+ "video_files_size_in_mb": 200,
137
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
138
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
139
+ "robot_type": "so101_follower",
140
+ "splits": {
141
+ "train": "0:5"
142
  }
143
  }
144
  ```