AzuratiX commited on
Commit
8f74a2b
·
verified ·
1 Parent(s): d67a932

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -5
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": "wlkata_mirobot",
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": 500,
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": {
@@ -67,6 +69,29 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
67
  7
68
  ]
69
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  "observation.images.top_camera": {
71
  "dtype": "video",
72
  "shape": [
@@ -78,7 +103,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
78
  "height",
79
  "width",
80
  "channels"
81
- ]
 
 
 
 
 
 
 
 
 
 
82
  },
83
  "timestamp": {
84
  "dtype": "float32",
 
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "wlkata_mirobot",
29
+ "total_episodes": 2,
30
+ "total_frames": 631,
31
+ "total_tasks": 1,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 500,
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",
41
  "features": {
 
69
  7
70
  ]
71
  },
72
+ "observation.images.wrist_camera": {
73
+ "dtype": "video",
74
+ "shape": [
75
+ 480,
76
+ 640,
77
+ 3
78
+ ],
79
+ "names": [
80
+ "height",
81
+ "width",
82
+ "channels"
83
+ ],
84
+ "info": {
85
+ "video.height": 480,
86
+ "video.width": 640,
87
+ "video.codec": "av1",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "video.fps": 30,
91
+ "video.channels": 3,
92
+ "has_audio": false
93
+ }
94
+ },
95
  "observation.images.top_camera": {
96
  "dtype": "video",
97
  "shape": [
 
103
  "height",
104
  "width",
105
  "channels"
106
+ ],
107
+ "info": {
108
+ "video.height": 480,
109
+ "video.width": 640,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 30,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
  },
118
  "timestamp": {
119
  "dtype": "float32",