Rick0331 commited on
Commit
0e6a681
·
verified ·
1 Parent(s): 610a322

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -6
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": {
@@ -119,7 +121,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
119
  "height",
120
  "width",
121
  "channels"
122
- ]
 
 
 
 
 
 
 
 
 
 
123
  },
124
  "observation.images.wrist": {
125
  "dtype": "video",
@@ -132,7 +144,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
132
  "height",
133
  "width",
134
  "channels"
135
- ]
 
 
 
 
 
 
 
 
 
 
136
  },
137
  "timestamp": {
138
  "dtype": "float32",
 
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "openarm_follower",
36
+ "total_episodes": 24,
37
+ "total_frames": 38123,
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:24"
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": {
 
121
  "height",
122
  "width",
123
  "channels"
124
+ ],
125
+ "info": {
126
+ "video.height": 720,
127
+ "video.width": 1280,
128
+ "video.codec": "av1",
129
+ "video.pix_fmt": "yuv420p",
130
+ "video.is_depth_map": false,
131
+ "video.fps": 30,
132
+ "video.channels": 3,
133
+ "has_audio": false
134
+ }
135
  },
136
  "observation.images.wrist": {
137
  "dtype": "video",
 
144
  "height",
145
  "width",
146
  "channels"
147
+ ],
148
+ "info": {
149
+ "video.height": 720,
150
+ "video.width": 1280,
151
+ "video.codec": "av1",
152
+ "video.pix_fmt": "yuv420p",
153
+ "video.is_depth_map": false,
154
+ "video.fps": 30,
155
+ "video.channels": 3,
156
+ "has_audio": false
157
+ }
158
  },
159
  "timestamp": {
160
  "dtype": "float32",