Rick0331 commited on
Commit
3073cd9
·
verified ·
1 Parent(s): e4799a6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -43
README.md CHANGED
@@ -33,79 +33,49 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "openarm_follower",
36
- "total_episodes": 0,
37
- "total_frames": 0,
38
- "total_tasks": 0,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 100,
41
  "video_files_size_in_mb": 200,
42
  "fps": 30,
43
- "splits": {},
 
 
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
  "action": {
48
  "dtype": "float32",
49
  "shape": [
50
- 24
51
  ],
52
  "names": [
53
  "joint_1.pos",
54
- "joint_1.vel",
55
- "joint_1.torque",
56
  "joint_2.pos",
57
- "joint_2.vel",
58
- "joint_2.torque",
59
  "joint_3.pos",
60
- "joint_3.vel",
61
- "joint_3.torque",
62
  "joint_4.pos",
63
- "joint_4.vel",
64
- "joint_4.torque",
65
  "joint_5.pos",
66
- "joint_5.vel",
67
- "joint_5.torque",
68
  "joint_6.pos",
69
- "joint_6.vel",
70
- "joint_6.torque",
71
  "joint_7.pos",
72
- "joint_7.vel",
73
- "joint_7.torque",
74
- "gripper.pos",
75
- "gripper.vel",
76
- "gripper.torque"
77
  ]
78
  },
79
  "observation.state": {
80
  "dtype": "float32",
81
  "shape": [
82
- 24
83
  ],
84
  "names": [
85
  "joint_1.pos",
86
- "joint_1.vel",
87
- "joint_1.torque",
88
  "joint_2.pos",
89
- "joint_2.vel",
90
- "joint_2.torque",
91
  "joint_3.pos",
92
- "joint_3.vel",
93
- "joint_3.torque",
94
  "joint_4.pos",
95
- "joint_4.vel",
96
- "joint_4.torque",
97
  "joint_5.pos",
98
- "joint_5.vel",
99
- "joint_5.torque",
100
  "joint_6.pos",
101
- "joint_6.vel",
102
- "joint_6.torque",
103
  "joint_7.pos",
104
- "joint_7.vel",
105
- "joint_7.torque",
106
- "gripper.pos",
107
- "gripper.vel",
108
- "gripper.torque"
109
  ]
110
  },
111
  "observation.images.front": {
@@ -119,7 +89,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
119
  "height",
120
  "width",
121
  "channels"
122
- ]
 
 
 
 
 
 
 
 
 
 
123
  },
124
  "observation.images.wrist": {
125
  "dtype": "video",
@@ -132,7 +112,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
132
  "height",
133
  "width",
134
  "channels"
135
- ]
 
 
 
 
 
 
 
 
 
 
136
  },
137
  "observation.images.wrist_depth": {
138
  "dtype": "video",
@@ -145,7 +135,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
145
  "height",
146
  "width",
147
  "channels"
148
- ]
 
 
 
 
 
 
 
 
 
 
149
  },
150
  "timestamp": {
151
  "dtype": "float32",
 
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "openarm_follower",
36
+ "total_episodes": 7,
37
+ "total_frames": 4960,
38
+ "total_tasks": 1,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 100,
41
  "video_files_size_in_mb": 200,
42
  "fps": 30,
43
+ "splits": {
44
+ "train": "0:7"
45
+ },
46
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
  "features": {
49
  "action": {
50
  "dtype": "float32",
51
  "shape": [
52
+ 8
53
  ],
54
  "names": [
55
  "joint_1.pos",
 
 
56
  "joint_2.pos",
 
 
57
  "joint_3.pos",
 
 
58
  "joint_4.pos",
 
 
59
  "joint_5.pos",
 
 
60
  "joint_6.pos",
 
 
61
  "joint_7.pos",
62
+ "gripper.pos"
 
 
 
 
63
  ]
64
  },
65
  "observation.state": {
66
  "dtype": "float32",
67
  "shape": [
68
+ 8
69
  ],
70
  "names": [
71
  "joint_1.pos",
 
 
72
  "joint_2.pos",
 
 
73
  "joint_3.pos",
 
 
74
  "joint_4.pos",
 
 
75
  "joint_5.pos",
 
 
76
  "joint_6.pos",
 
 
77
  "joint_7.pos",
78
+ "gripper.pos"
 
 
 
 
79
  ]
80
  },
81
  "observation.images.front": {
 
89
  "height",
90
  "width",
91
  "channels"
92
+ ],
93
+ "info": {
94
+ "video.height": 720,
95
+ "video.width": 1280,
96
+ "video.codec": "av1",
97
+ "video.pix_fmt": "yuv420p",
98
+ "video.is_depth_map": false,
99
+ "video.fps": 30,
100
+ "video.channels": 3,
101
+ "has_audio": false
102
+ }
103
  },
104
  "observation.images.wrist": {
105
  "dtype": "video",
 
112
  "height",
113
  "width",
114
  "channels"
115
+ ],
116
+ "info": {
117
+ "video.height": 720,
118
+ "video.width": 1280,
119
+ "video.codec": "av1",
120
+ "video.pix_fmt": "yuv420p",
121
+ "video.is_depth_map": false,
122
+ "video.fps": 30,
123
+ "video.channels": 3,
124
+ "has_audio": false
125
+ }
126
  },
127
  "observation.images.wrist_depth": {
128
  "dtype": "video",
 
135
  "height",
136
  "width",
137
  "channels"
138
+ ],
139
+ "info": {
140
+ "video.height": 720,
141
+ "video.width": 1280,
142
+ "video.codec": "av1",
143
+ "video.pix_fmt": "yuv420p",
144
+ "video.is_depth_map": false,
145
+ "video.fps": 30,
146
+ "video.channels": 3,
147
+ "has_audio": false
148
+ }
149
  },
150
  "timestamp": {
151
  "dtype": "float32",