minkyuNoah commited on
Commit
13d81d7
·
verified ·
1 Parent(s): b15f9fe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -17
README.md CHANGED
@@ -26,16 +26,14 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "Unitree_G1_Inspire",
29
- "total_episodes": 50,
30
- "total_frames": 11989,
31
- "total_tasks": 1,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 500,
35
  "fps": 30,
36
- "splits": {
37
- "train": "0:50"
38
- },
39
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
  "features": {
@@ -111,7 +109,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
111
  ]
112
  ]
113
  },
114
- "observation.images.cam_ego_view": {
115
  "dtype": "video",
116
  "shape": [
117
  480,
@@ -122,17 +120,46 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
122
  "height",
123
  "width",
124
  "channel"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  ],
126
- "info": {
127
- "video.height": 480,
128
- "video.width": 640,
129
- "video.codec": "av1",
130
- "video.pix_fmt": "yuv420p",
131
- "video.is_depth_map": false,
132
- "video.fps": 30,
133
- "video.channels": 3,
134
- "has_audio": false
135
- }
136
  },
137
  "timestamp": {
138
  "dtype": "float32",
 
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "Unitree_G1_Inspire",
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": 500,
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": {
 
109
  ]
110
  ]
111
  },
112
+ "observation.images.cam_left_high": {
113
  "dtype": "video",
114
  "shape": [
115
  480,
 
120
  "height",
121
  "width",
122
  "channel"
123
+ ]
124
+ },
125
+ "observation.images.cam_right_high": {
126
+ "dtype": "video",
127
+ "shape": [
128
+ 480,
129
+ 640,
130
+ 3
131
+ ],
132
+ "names": [
133
+ "height",
134
+ "width",
135
+ "channel"
136
+ ]
137
+ },
138
+ "observation.images.cam_left_wrist": {
139
+ "dtype": "video",
140
+ "shape": [
141
+ 480,
142
+ 640,
143
+ 3
144
+ ],
145
+ "names": [
146
+ "height",
147
+ "width",
148
+ "channel"
149
+ ]
150
+ },
151
+ "observation.images.cam_right_wrist": {
152
+ "dtype": "video",
153
+ "shape": [
154
+ 480,
155
+ 640,
156
+ 3
157
  ],
158
+ "names": [
159
+ "height",
160
+ "width",
161
+ "channel"
162
+ ]
 
 
 
 
 
163
  },
164
  "timestamp": {
165
  "dtype": "float32",