aractingi commited on
Commit
39bbaeb
·
verified ·
1 Parent(s): cff2a61

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -7
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": "openarms_follower",
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": {
@@ -96,7 +98,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
96
  "height",
97
  "width",
98
  "channels"
99
- ]
 
 
 
 
 
 
 
 
 
 
100
  },
101
  "observation.images.right_wrist": {
102
  "dtype": "video",
@@ -109,7 +121,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
109
  "height",
110
  "width",
111
  "channels"
112
- ]
 
 
 
 
 
 
 
 
 
 
113
  },
114
  "observation.images.base": {
115
  "dtype": "video",
@@ -122,7 +144,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": "openarms_follower",
29
+ "total_episodes": 5,
30
+ "total_frames": 17298,
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:5"
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": {
 
98
  "height",
99
  "width",
100
  "channels"
101
+ ],
102
+ "info": {
103
+ "video.height": 720,
104
+ "video.width": 1280,
105
+ "video.codec": "av1",
106
+ "video.pix_fmt": "yuv420p",
107
+ "video.is_depth_map": false,
108
+ "video.fps": 30,
109
+ "video.channels": 3,
110
+ "has_audio": false
111
+ }
112
  },
113
  "observation.images.right_wrist": {
114
  "dtype": "video",
 
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.base": {
137
  "dtype": "video",
 
144
  "height",
145
  "width",
146
  "channels"
147
+ ],
148
+ "info": {
149
+ "video.height": 480,
150
+ "video.width": 640,
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",