lilkm commited on
Commit
d6beeae
·
verified ·
1 Parent(s): d227be5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -24
README.md CHANGED
@@ -27,7 +27,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
27
  "codebase_version": "v2.0",
28
  "robot_type": null,
29
  "total_episodes": 2,
30
- "total_frames": 513,
31
  "total_tasks": 1,
32
  "total_videos": 4,
33
  "total_chunks": 1,
@@ -67,7 +67,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
67
  ],
68
  "names": null
69
  },
70
- "observation.image.front": {
71
  "dtype": "video",
72
  "names": [
73
  "channel",
@@ -76,8 +76,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
76
  ],
77
  "shape": [
78
  128,
79
- 128,
80
- 3
81
  ],
82
  "info": {
83
  "video.fps": 30.0,
@@ -90,7 +89,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
90
  "has_audio": false
91
  }
92
  },
93
- "observation.image.wrist": {
94
  "dtype": "video",
95
  "names": [
96
  "channel",
@@ -99,8 +98,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
99
  ],
100
  "shape": [
101
  128,
102
- 128,
103
- 3
104
  ],
105
  "info": {
106
  "video.fps": 30.0,
@@ -113,31 +111,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
113
  "has_audio": false
114
  }
115
  },
116
- "observation.state.tcp_pose": {
117
- "dtype": "float32",
118
- "names": null,
119
- "shape": [
120
- 7
121
- ]
122
- },
123
- "observation.state.tcp_vel": {
124
- "dtype": "float32",
125
- "names": null,
126
- "shape": [
127
- 6
128
- ]
129
- },
130
- "observation.state.gripper_pose": {
131
  "dtype": "float32",
132
  "names": null,
133
  "shape": [
134
- 1
135
  ]
136
  },
137
  "action": {
138
  "dtype": "float32",
139
  "shape": [
140
- 7
141
  ],
142
  "names": null
143
  },
 
27
  "codebase_version": "v2.0",
28
  "robot_type": null,
29
  "total_episodes": 2,
30
+ "total_frames": 397,
31
  "total_tasks": 1,
32
  "total_videos": 4,
33
  "total_chunks": 1,
 
67
  ],
68
  "names": null
69
  },
70
+ "observation.images.front": {
71
  "dtype": "video",
72
  "names": [
73
  "channel",
 
76
  ],
77
  "shape": [
78
  128,
79
+ 128
 
80
  ],
81
  "info": {
82
  "video.fps": 30.0,
 
89
  "has_audio": false
90
  }
91
  },
92
+ "observation.images.wrist": {
93
  "dtype": "video",
94
  "names": [
95
  "channel",
 
98
  ],
99
  "shape": [
100
  128,
101
+ 128
 
102
  ],
103
  "info": {
104
  "video.fps": 30.0,
 
111
  "has_audio": false
112
  }
113
  },
114
+ "observation.state": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  "dtype": "float32",
116
  "names": null,
117
  "shape": [
118
+ 17
119
  ]
120
  },
121
  "action": {
122
  "dtype": "float32",
123
  "shape": [
124
+ 3
125
  ],
126
  "names": null
127
  },