SoSolaris commited on
Commit
77c24ea
·
verified ·
1 Parent(s): 4e85b0e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -6
README.md CHANGED
@@ -26,15 +26,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "solaria_client",
29
- "total_episodes": 20,
30
- "total_frames": 5796,
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:20"
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",
@@ -90,7 +90,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
90
  "height",
91
  "width",
92
  "channels"
93
- ]
 
 
 
 
 
 
 
 
 
 
94
  },
95
  "observation.images.right": {
96
  "dtype": "video",
@@ -103,7 +113,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
103
  "height",
104
  "width",
105
  "channels"
106
- ]
 
 
 
 
 
 
 
 
 
 
107
  },
108
  "observation.images.up": {
109
  "dtype": "video",
@@ -116,7 +136,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
116
  "height",
117
  "width",
118
  "channels"
119
- ]
 
 
 
 
 
 
 
 
 
 
120
  },
121
  "timestamp": {
122
  "dtype": "float32",
 
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "solaria_client",
29
+ "total_episodes": 2,
30
+ "total_frames": 573,
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:2"
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",
 
90
  "height",
91
  "width",
92
  "channels"
93
+ ],
94
+ "info": {
95
+ "video.height": 480,
96
+ "video.width": 640,
97
+ "video.codec": "av1",
98
+ "video.pix_fmt": "yuv420p",
99
+ "video.is_depth_map": false,
100
+ "video.fps": 30,
101
+ "video.channels": 3,
102
+ "has_audio": false
103
+ }
104
  },
105
  "observation.images.right": {
106
  "dtype": "video",
 
113
  "height",
114
  "width",
115
  "channels"
116
+ ],
117
+ "info": {
118
+ "video.height": 480,
119
+ "video.width": 640,
120
+ "video.codec": "av1",
121
+ "video.pix_fmt": "yuv420p",
122
+ "video.is_depth_map": false,
123
+ "video.fps": 30,
124
+ "video.channels": 3,
125
+ "has_audio": false
126
+ }
127
  },
128
  "observation.images.up": {
129
  "dtype": "video",
 
136
  "height",
137
  "width",
138
  "channels"
139
+ ],
140
+ "info": {
141
+ "video.height": 480,
142
+ "video.width": 640,
143
+ "video.codec": "av1",
144
+ "video.pix_fmt": "yuv420p",
145
+ "video.is_depth_map": false,
146
+ "video.fps": 30,
147
+ "video.channels": 3,
148
+ "has_audio": false
149
+ }
150
  },
151
  "timestamp": {
152
  "dtype": "float32",