hanbin5 commited on
Commit
3ec93e1
·
verified ·
1 Parent(s): 2e0fe25

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -10
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": "lekiwi_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": {
@@ -81,28 +83,48 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
81
  "observation.images.front": {
82
  "dtype": "video",
83
  "shape": [
84
- 1080,
85
- 1920,
86
  3
87
  ],
88
  "names": [
89
  "height",
90
  "width",
91
  "channels"
92
- ]
 
 
 
 
 
 
 
 
 
 
93
  },
94
  "observation.images.wrist": {
95
  "dtype": "video",
96
  "shape": [
97
- 1080,
98
- 1920,
99
  3
100
  ],
101
  "names": [
102
  "height",
103
  "width",
104
  "channels"
105
- ]
 
 
 
 
 
 
 
 
 
 
106
  },
107
  "timestamp": {
108
  "dtype": "float32",
 
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "lekiwi_client",
36
+ "total_episodes": 2,
37
+ "total_frames": 1683,
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:2"
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": {
 
83
  "observation.images.front": {
84
  "dtype": "video",
85
  "shape": [
86
+ 480,
87
+ 640,
88
  3
89
  ],
90
  "names": [
91
  "height",
92
  "width",
93
  "channels"
94
+ ],
95
+ "info": {
96
+ "video.height": 480,
97
+ "video.width": 640,
98
+ "video.codec": "av1",
99
+ "video.pix_fmt": "yuv420p",
100
+ "video.is_depth_map": false,
101
+ "video.fps": 30,
102
+ "video.channels": 3,
103
+ "has_audio": false
104
+ }
105
  },
106
  "observation.images.wrist": {
107
  "dtype": "video",
108
  "shape": [
109
+ 480,
110
+ 640,
111
  3
112
  ],
113
  "names": [
114
  "height",
115
  "width",
116
  "channels"
117
+ ],
118
+ "info": {
119
+ "video.height": 480,
120
+ "video.width": 640,
121
+ "video.codec": "av1",
122
+ "video.pix_fmt": "yuv420p",
123
+ "video.is_depth_map": false,
124
+ "video.fps": 30,
125
+ "video.channels": 3,
126
+ "has_audio": false
127
+ }
128
  },
129
  "timestamp": {
130
  "dtype": "float32",