benmsorting commited on
Commit
93beabf
·
verified ·
1 Parent(s): bbd5940

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -6
README.md CHANGED
@@ -26,14 +26,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "xarm",
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": {
@@ -109,7 +111,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
109
  "height",
110
  "width",
111
  "channels"
112
- ]
 
 
 
 
 
 
 
 
 
 
113
  },
114
  "observation.images.wrist": {
115
  "dtype": "video",
@@ -122,7 +134,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
122
  "height",
123
  "width",
124
  "channels"
125
- ]
 
 
 
 
 
 
 
 
 
 
126
  },
127
  "timestamp": {
128
  "dtype": "float32",
 
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "xarm",
29
+ "total_episodes": 1,
30
+ "total_frames": 220,
31
+ "total_tasks": 1,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 200,
35
  "fps": 30,
36
+ "splits": {
37
+ "train": "0:1"
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
  "height",
112
  "width",
113
  "channels"
114
+ ],
115
+ "info": {
116
+ "video.height": 540,
117
+ "video.width": 960,
118
+ "video.codec": "av1",
119
+ "video.pix_fmt": "yuv420p",
120
+ "video.is_depth_map": false,
121
+ "video.fps": 30,
122
+ "video.channels": 3,
123
+ "has_audio": false
124
+ }
125
  },
126
  "observation.images.wrist": {
127
  "dtype": "video",
 
134
  "height",
135
  "width",
136
  "channels"
137
+ ],
138
+ "info": {
139
+ "video.height": 480,
140
+ "video.width": 640,
141
+ "video.codec": "av1",
142
+ "video.pix_fmt": "yuv420p",
143
+ "video.is_depth_map": false,
144
+ "video.fps": 30,
145
+ "video.channels": 3,
146
+ "has_audio": false
147
+ }
148
  },
149
  "timestamp": {
150
  "dtype": "float32",