aliberts HF staff commited on
Commit
f6522ce
1 Parent(s): 79a47f8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +93 -36
README.md CHANGED
@@ -23,47 +23,104 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
23
  "splits": {
24
  "train": "0:50"
25
  },
26
- "keys": [
27
- "observation.state",
28
- "action"
29
- ],
30
- "video_keys": [
31
- "observation.images.laptop",
32
- "observation.images.phone"
33
- ],
34
- "image_keys": [],
35
- "shapes": {
36
- "observation.state": 6,
37
- "action": 6,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  "observation.images.laptop": {
39
- "width": 640,
40
- "height": 480,
41
- "channels": 3
 
 
 
 
 
 
 
 
42
  },
43
  "observation.images.phone": {
44
- "width": 640,
45
- "height": 480,
46
- "channels": 3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  }
48
  },
49
- "names": {
50
- "observation.state": [
51
- "shoulder_pan",
52
- "shoulder_lift",
53
- "elbow_flex",
54
- "wrist_flex",
55
- "wrist_roll",
56
- "gripper"
57
- ],
58
- "action": [
59
- "shoulder_pan",
60
- "shoulder_lift",
61
- "elbow_flex",
62
- "wrist_flex",
63
- "wrist_roll",
64
- "gripper"
65
- ]
66
- },
67
  "videos": {
68
  "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
69
  "observation.images.laptop": {
 
23
  "splits": {
24
  "train": "0:50"
25
  },
26
+ "features": {
27
+ "observation.state": {
28
+ "dtype": "float32",
29
+ "shape": [
30
+ 6
31
+ ],
32
+ "names": [
33
+ "shoulder_pan",
34
+ "shoulder_lift",
35
+ "elbow_flex",
36
+ "wrist_flex",
37
+ "wrist_roll",
38
+ "gripper"
39
+ ]
40
+ },
41
+ "action": {
42
+ "dtype": "float32",
43
+ "shape": [
44
+ 6
45
+ ],
46
+ "names": [
47
+ "shoulder_pan",
48
+ "shoulder_lift",
49
+ "elbow_flex",
50
+ "wrist_flex",
51
+ "wrist_roll",
52
+ "gripper"
53
+ ]
54
+ },
55
  "observation.images.laptop": {
56
+ "dtype": "video",
57
+ "shape": [
58
+ 640,
59
+ 480,
60
+ 3
61
+ ],
62
+ "names": [
63
+ "width",
64
+ "height",
65
+ "channel"
66
+ ]
67
  },
68
  "observation.images.phone": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 640,
72
+ 480,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "width",
77
+ "height",
78
+ "channel"
79
+ ]
80
+ },
81
+ "episode_index": {
82
+ "dtype": "int64",
83
+ "shape": [
84
+ 1
85
+ ],
86
+ "names": null
87
+ },
88
+ "frame_index": {
89
+ "dtype": "int64",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null
94
+ },
95
+ "timestamp": {
96
+ "dtype": "float32",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null
101
+ },
102
+ "next.done": {
103
+ "dtype": "bool",
104
+ "shape": [
105
+ 1
106
+ ],
107
+ "names": null
108
+ },
109
+ "index": {
110
+ "dtype": "int64",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null
115
+ },
116
+ "task_index": {
117
+ "dtype": "int64",
118
+ "shape": [
119
+ 1
120
+ ],
121
+ "names": null
122
  }
123
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  "videos": {
125
  "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
126
  "observation.images.laptop": {