pdd46465 commited on
Commit
14e2897
·
verified ·
1 Parent(s): fac8a51

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -40
README.md CHANGED
@@ -29,9 +29,9 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
29
  "codebase_version": "v2.0",
30
  "robot_type": "so100",
31
  "total_episodes": 2,
32
- "total_frames": 922,
33
  "total_tasks": 1,
34
- "total_videos": 6,
35
  "total_chunks": 1,
36
  "chunks_size": 1000,
37
  "fps": 30,
@@ -44,29 +44,41 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
44
  "action": {
45
  "dtype": "float32",
46
  "shape": [
47
- 6
48
  ],
49
  "names": [
50
- "main_shoulder_pan",
51
- "main_shoulder_lift",
52
- "main_elbow_flex",
53
- "main_wrist_flex",
54
- "main_wrist_roll",
55
- "main_gripper"
 
 
 
 
 
 
56
  ]
57
  },
58
  "observation.state": {
59
  "dtype": "float32",
60
  "shape": [
61
- 6
62
  ],
63
  "names": [
64
- "main_shoulder_pan",
65
- "main_shoulder_lift",
66
- "main_elbow_flex",
67
- "main_wrist_flex",
68
- "main_wrist_roll",
69
- "main_gripper"
 
 
 
 
 
 
70
  ]
71
  },
72
  "observation.images.laptop": {
@@ -92,30 +104,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
92
  "has_audio": false
93
  }
94
  },
95
- "observation.images.phone1": {
96
- "dtype": "video",
97
- "shape": [
98
- 480,
99
- 640,
100
- 3
101
- ],
102
- "names": [
103
- "height",
104
- "width",
105
- "channels"
106
- ],
107
- "info": {
108
- "video.fps": 30.0,
109
- "video.height": 480,
110
- "video.width": 640,
111
- "video.channels": 3,
112
- "video.codec": "av1",
113
- "video.pix_fmt": "yuv420p",
114
- "video.is_depth_map": false,
115
- "has_audio": false
116
- }
117
- },
118
- "observation.images.phone2": {
119
  "dtype": "video",
120
  "shape": [
121
  480,
 
29
  "codebase_version": "v2.0",
30
  "robot_type": "so100",
31
  "total_episodes": 2,
32
+ "total_frames": 1020,
33
  "total_tasks": 1,
34
+ "total_videos": 4,
35
  "total_chunks": 1,
36
  "chunks_size": 1000,
37
  "fps": 30,
 
44
  "action": {
45
  "dtype": "float32",
46
  "shape": [
47
+ 12
48
  ],
49
  "names": [
50
+ "left_shoulder_pan",
51
+ "left_shoulder_lift",
52
+ "left_elbow_flex",
53
+ "left_wrist_flex",
54
+ "left_wrist_roll",
55
+ "left_gripper",
56
+ "right_shoulder_pan",
57
+ "right_shoulder_lift",
58
+ "right_elbow_flex",
59
+ "right_wrist_flex",
60
+ "right_wrist_roll",
61
+ "right_gripper"
62
  ]
63
  },
64
  "observation.state": {
65
  "dtype": "float32",
66
  "shape": [
67
+ 12
68
  ],
69
  "names": [
70
+ "left_shoulder_pan",
71
+ "left_shoulder_lift",
72
+ "left_elbow_flex",
73
+ "left_wrist_flex",
74
+ "left_wrist_roll",
75
+ "left_gripper",
76
+ "right_shoulder_pan",
77
+ "right_shoulder_lift",
78
+ "right_elbow_flex",
79
+ "right_wrist_flex",
80
+ "right_wrist_roll",
81
+ "right_gripper"
82
  ]
83
  },
84
  "observation.images.laptop": {
 
104
  "has_audio": false
105
  }
106
  },
107
+ "observation.images.phone": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  "dtype": "video",
109
  "shape": [
110
  480,