jellyho commited on
Commit
24a5d99
·
verified ·
1 Parent(s): 5fdc460

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -44
README.md CHANGED
@@ -7,7 +7,6 @@ tags:
7
  - LeRobot
8
  - aloha_dish_drainer
9
  - rlds
10
- - openx
11
  - aloha
12
  configs:
13
  - config_name: default
@@ -42,56 +41,36 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
42
  "train": "0:50"
43
  },
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": {
47
- "observation.images.right_wrist_image": {
48
- "dtype": "video",
49
  "shape": [
50
- 240,
51
- 320,
52
  3
53
  ],
54
  "names": [
55
  "height",
56
  "width",
57
  "rgb"
58
- ],
59
- "info": {
60
- "video.height": 240,
61
- "video.width": 320,
62
- "video.codec": "av1",
63
- "video.pix_fmt": "yuv420p",
64
- "video.is_depth_map": false,
65
- "video.fps": 20,
66
- "video.channels": 3,
67
- "has_audio": false
68
- }
69
  },
70
- "observation.images.agentview_image": {
71
- "dtype": "video",
72
  "shape": [
73
- 480,
74
- 640,
75
  3
76
  ],
77
  "names": [
78
  "height",
79
  "width",
80
  "rgb"
81
- ],
82
- "info": {
83
- "video.height": 480,
84
- "video.width": 640,
85
- "video.codec": "av1",
86
- "video.pix_fmt": "yuv420p",
87
- "video.is_depth_map": false,
88
- "video.fps": 20,
89
- "video.channels": 3,
90
- "has_audio": false
91
- }
92
  },
93
  "observation.images.left_wrist_image": {
94
- "dtype": "video",
95
  "shape": [
96
  240,
97
  320,
@@ -101,17 +80,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
101
  "height",
102
  "width",
103
  "rgb"
104
- ],
105
- "info": {
106
- "video.height": 240,
107
- "video.width": 320,
108
- "video.codec": "av1",
109
- "video.pix_fmt": "yuv420p",
110
- "video.is_depth_map": false,
111
- "video.fps": 20,
112
- "video.channels": 3,
113
- "has_audio": false
114
- }
115
  },
116
  "observation.state": {
117
  "dtype": "float32",
 
7
  - LeRobot
8
  - aloha_dish_drainer
9
  - rlds
 
10
  - aloha
11
  configs:
12
  - config_name: default
 
41
  "train": "0:50"
42
  },
43
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
44
+ "video_path": null,
45
  "features": {
46
+ "observation.images.agentview_image": {
47
+ "dtype": "image",
48
  "shape": [
49
+ 480,
50
+ 640,
51
  3
52
  ],
53
  "names": [
54
  "height",
55
  "width",
56
  "rgb"
57
+ ]
 
 
 
 
 
 
 
 
 
 
58
  },
59
+ "observation.images.right_wrist_image": {
60
+ "dtype": "image",
61
  "shape": [
62
+ 240,
63
+ 320,
64
  3
65
  ],
66
  "names": [
67
  "height",
68
  "width",
69
  "rgb"
70
+ ]
 
 
 
 
 
 
 
 
 
 
71
  },
72
  "observation.images.left_wrist_image": {
73
+ "dtype": "image",
74
  "shape": [
75
  240,
76
  320,
 
80
  "height",
81
  "width",
82
  "rgb"
83
+ ]
 
 
 
 
 
 
 
 
 
 
84
  },
85
  "observation.state": {
86
  "dtype": "float32",