SoSolaris commited on
Commit
43e0274
·
verified ·
1 Parent(s): 9987d21

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -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": "solaria_client",
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": {
@@ -95,7 +97,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
95
  "height",
96
  "width",
97
  "channels"
98
- ]
 
 
 
 
 
 
 
 
 
 
99
  },
100
  "observation.images.right": {
101
  "dtype": "video",
@@ -108,7 +120,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
108
  "height",
109
  "width",
110
  "channels"
111
- ]
 
 
 
 
 
 
 
 
 
 
112
  },
113
  "observation.images.up": {
114
  "dtype": "video",
@@ -121,7 +143,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
121
  "height",
122
  "width",
123
  "channels"
124
- ]
 
 
 
 
 
 
 
 
 
 
125
  },
126
  "timestamp": {
127
  "dtype": "float32",
 
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "solaria_client",
36
+ "total_episodes": 1,
37
+ "total_frames": 59,
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": {
 
97
  "height",
98
  "width",
99
  "channels"
100
+ ],
101
+ "info": {
102
+ "video.height": 480,
103
+ "video.width": 640,
104
+ "video.codec": "av1",
105
+ "video.pix_fmt": "yuv420p",
106
+ "video.is_depth_map": false,
107
+ "video.fps": 30,
108
+ "video.channels": 3,
109
+ "has_audio": false
110
+ }
111
  },
112
  "observation.images.right": {
113
  "dtype": "video",
 
120
  "height",
121
  "width",
122
  "channels"
123
+ ],
124
+ "info": {
125
+ "video.height": 480,
126
+ "video.width": 640,
127
+ "video.codec": "av1",
128
+ "video.pix_fmt": "yuv420p",
129
+ "video.is_depth_map": false,
130
+ "video.fps": 30,
131
+ "video.channels": 3,
132
+ "has_audio": false
133
+ }
134
  },
135
  "observation.images.up": {
136
  "dtype": "video",
 
143
  "height",
144
  "width",
145
  "channels"
146
+ ],
147
+ "info": {
148
+ "video.height": 480,
149
+ "video.width": 640,
150
+ "video.codec": "av1",
151
+ "video.pix_fmt": "yuv420p",
152
+ "video.is_depth_map": false,
153
+ "video.fps": 30,
154
+ "video.channels": 3,
155
+ "has_audio": false
156
+ }
157
  },
158
  "timestamp": {
159
  "dtype": "float32",