Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -25,9 +25,9 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 25 |
```json
|
| 26 |
{
|
| 27 |
"codebase_version": "v3.0",
|
| 28 |
-
"robot_type": "
|
| 29 |
"total_episodes": 1,
|
| 30 |
-
"total_frames":
|
| 31 |
"total_tasks": 1,
|
| 32 |
"chunks_size": 1000,
|
| 33 |
"data_files_size_in_mb": 100,
|
|
@@ -42,41 +42,29 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 42 |
"action": {
|
| 43 |
"dtype": "float32",
|
| 44 |
"names": [
|
| 45 |
-
"
|
| 46 |
-
"
|
| 47 |
-
"
|
| 48 |
-
"
|
| 49 |
-
"
|
| 50 |
-
"
|
| 51 |
-
"right_shoulder_pan.pos",
|
| 52 |
-
"right_shoulder_lift.pos",
|
| 53 |
-
"right_elbow_flex.pos",
|
| 54 |
-
"right_wrist_flex.pos",
|
| 55 |
-
"right_wrist_roll.pos",
|
| 56 |
-
"right_gripper.pos"
|
| 57 |
],
|
| 58 |
"shape": [
|
| 59 |
-
|
| 60 |
]
|
| 61 |
},
|
| 62 |
"observation.state": {
|
| 63 |
"dtype": "float32",
|
| 64 |
"names": [
|
| 65 |
-
"
|
| 66 |
-
"
|
| 67 |
-
"
|
| 68 |
-
"
|
| 69 |
-
"
|
| 70 |
-
"
|
| 71 |
-
"right_shoulder_pan.pos",
|
| 72 |
-
"right_shoulder_lift.pos",
|
| 73 |
-
"right_elbow_flex.pos",
|
| 74 |
-
"right_wrist_flex.pos",
|
| 75 |
-
"right_wrist_roll.pos",
|
| 76 |
-
"right_gripper.pos"
|
| 77 |
],
|
| 78 |
"shape": [
|
| 79 |
-
|
| 80 |
]
|
| 81 |
},
|
| 82 |
"observation.images.front_cam": {
|
|
@@ -102,7 +90,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 102 |
"has_audio": false
|
| 103 |
}
|
| 104 |
},
|
| 105 |
-
"observation.images.
|
| 106 |
"dtype": "video",
|
| 107 |
"shape": [
|
| 108 |
480,
|
|
|
|
| 25 |
```json
|
| 26 |
{
|
| 27 |
"codebase_version": "v3.0",
|
| 28 |
+
"robot_type": "so101_follower",
|
| 29 |
"total_episodes": 1,
|
| 30 |
+
"total_frames": 555,
|
| 31 |
"total_tasks": 1,
|
| 32 |
"chunks_size": 1000,
|
| 33 |
"data_files_size_in_mb": 100,
|
|
|
|
| 42 |
"action": {
|
| 43 |
"dtype": "float32",
|
| 44 |
"names": [
|
| 45 |
+
"shoulder_pan.pos",
|
| 46 |
+
"shoulder_lift.pos",
|
| 47 |
+
"elbow_flex.pos",
|
| 48 |
+
"wrist_flex.pos",
|
| 49 |
+
"wrist_roll.pos",
|
| 50 |
+
"gripper.pos"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
],
|
| 52 |
"shape": [
|
| 53 |
+
6
|
| 54 |
]
|
| 55 |
},
|
| 56 |
"observation.state": {
|
| 57 |
"dtype": "float32",
|
| 58 |
"names": [
|
| 59 |
+
"shoulder_pan.pos",
|
| 60 |
+
"shoulder_lift.pos",
|
| 61 |
+
"elbow_flex.pos",
|
| 62 |
+
"wrist_flex.pos",
|
| 63 |
+
"wrist_roll.pos",
|
| 64 |
+
"gripper.pos"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
],
|
| 66 |
"shape": [
|
| 67 |
+
6
|
| 68 |
]
|
| 69 |
},
|
| 70 |
"observation.images.front_cam": {
|
|
|
|
| 90 |
"has_audio": false
|
| 91 |
}
|
| 92 |
},
|
| 93 |
+
"observation.images.side_cam": {
|
| 94 |
"dtype": "video",
|
| 95 |
"shape": [
|
| 96 |
480,
|