Rick0331 commited on
Commit
e4ea568
·
verified ·
1 Parent(s): cf98eae

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +62 -7
README.md CHANGED
@@ -33,14 +33,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "openarm_follower",
36
- "total_episodes": 0,
37
- "total_frames": 0,
38
- "total_tasks": 0,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 100,
41
  "video_files_size_in_mb": 200,
42
  "fps": 30,
43
- "splits": {},
 
 
44
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
  "features": {
@@ -87,7 +89,40 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
87
  "height",
88
  "width",
89
  "channels"
90
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  },
92
  "observation.images.wrist": {
93
  "dtype": "video",
@@ -100,7 +135,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
100
  "height",
101
  "width",
102
  "channels"
103
- ]
 
 
 
 
 
 
 
 
 
 
104
  },
105
  "observation.images.wrist_depth": {
106
  "dtype": "video",
@@ -113,7 +158,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
113
  "height",
114
  "width",
115
  "channels"
116
- ]
 
 
 
 
 
 
 
 
 
 
117
  },
118
  "timestamp": {
119
  "dtype": "float32",
 
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "openarm_follower",
36
+ "total_episodes": 1,
37
+ "total_frames": 477,
38
+ "total_tasks": 1,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 100,
41
  "video_files_size_in_mb": 200,
42
  "fps": 30,
43
+ "splits": {
44
+ "train": "0:1"
45
+ },
46
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
  "features": {
 
89
  "height",
90
  "width",
91
  "channels"
92
+ ],
93
+ "info": {
94
+ "video.height": 720,
95
+ "video.width": 1280,
96
+ "video.codec": "av1",
97
+ "video.pix_fmt": "yuv420p",
98
+ "video.is_depth_map": false,
99
+ "video.fps": 30,
100
+ "video.channels": 3,
101
+ "has_audio": false
102
+ }
103
+ },
104
+ "observation.images.front_depth": {
105
+ "dtype": "video",
106
+ "shape": [
107
+ 720,
108
+ 1280,
109
+ 3
110
+ ],
111
+ "names": [
112
+ "height",
113
+ "width",
114
+ "channels"
115
+ ],
116
+ "info": {
117
+ "video.height": 720,
118
+ "video.width": 1280,
119
+ "video.codec": "av1",
120
+ "video.pix_fmt": "yuv420p",
121
+ "video.is_depth_map": false,
122
+ "video.fps": 30,
123
+ "video.channels": 3,
124
+ "has_audio": false
125
+ }
126
  },
127
  "observation.images.wrist": {
128
  "dtype": "video",
 
135
  "height",
136
  "width",
137
  "channels"
138
+ ],
139
+ "info": {
140
+ "video.height": 720,
141
+ "video.width": 1280,
142
+ "video.codec": "av1",
143
+ "video.pix_fmt": "yuv420p",
144
+ "video.is_depth_map": false,
145
+ "video.fps": 30,
146
+ "video.channels": 3,
147
+ "has_audio": false
148
+ }
149
  },
150
  "observation.images.wrist_depth": {
151
  "dtype": "video",
 
158
  "height",
159
  "width",
160
  "channels"
161
+ ],
162
+ "info": {
163
+ "video.height": 720,
164
+ "video.width": 1280,
165
+ "video.codec": "av1",
166
+ "video.pix_fmt": "yuv420p",
167
+ "video.is_depth_map": false,
168
+ "video.fps": 30,
169
+ "video.channels": 3,
170
+ "has_audio": false
171
+ }
172
  },
173
  "timestamp": {
174
  "dtype": "float32",