Rick0331 commited on
Commit
30bba64
·
verified ·
1 Parent(s): d668deb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -53
README.md CHANGED
@@ -33,81 +33,47 @@ 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": 2,
37
- "total_frames": 2436,
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:2"
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
- 24
53
  ],
54
  "names": [
55
  "joint_1.pos",
56
- "joint_1.vel",
57
- "joint_1.torque",
58
  "joint_2.pos",
59
- "joint_2.vel",
60
- "joint_2.torque",
61
  "joint_3.pos",
62
- "joint_3.vel",
63
- "joint_3.torque",
64
  "joint_4.pos",
65
- "joint_4.vel",
66
- "joint_4.torque",
67
  "joint_5.pos",
68
- "joint_5.vel",
69
- "joint_5.torque",
70
  "joint_6.pos",
71
- "joint_6.vel",
72
- "joint_6.torque",
73
  "joint_7.pos",
74
- "joint_7.vel",
75
- "joint_7.torque",
76
- "gripper.pos",
77
- "gripper.vel",
78
- "gripper.torque"
79
  ]
80
  },
81
  "observation.state": {
82
  "dtype": "float32",
83
  "shape": [
84
- 24
85
  ],
86
  "names": [
87
  "joint_1.pos",
88
- "joint_1.vel",
89
- "joint_1.torque",
90
  "joint_2.pos",
91
- "joint_2.vel",
92
- "joint_2.torque",
93
  "joint_3.pos",
94
- "joint_3.vel",
95
- "joint_3.torque",
96
  "joint_4.pos",
97
- "joint_4.vel",
98
- "joint_4.torque",
99
  "joint_5.pos",
100
- "joint_5.vel",
101
- "joint_5.torque",
102
  "joint_6.pos",
103
- "joint_6.vel",
104
- "joint_6.torque",
105
  "joint_7.pos",
106
- "joint_7.vel",
107
- "joint_7.torque",
108
- "gripper.pos",
109
- "gripper.vel",
110
- "gripper.torque"
111
  ]
112
  },
113
  "observation.images.front": {
@@ -121,17 +87,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
121
  "height",
122
  "width",
123
  "channels"
124
- ],
125
- "info": {
126
- "video.height": 720,
127
- "video.width": 1280,
128
- "video.codec": "av1",
129
- "video.pix_fmt": "yuv420p",
130
- "video.is_depth_map": false,
131
- "video.fps": 30,
132
- "video.channels": 3,
133
- "has_audio": false
134
- }
135
  },
136
  "timestamp": {
137
  "dtype": "float32",
 
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
+ 8
51
  ],
52
  "names": [
53
  "joint_1.pos",
 
 
54
  "joint_2.pos",
 
 
55
  "joint_3.pos",
 
 
56
  "joint_4.pos",
 
 
57
  "joint_5.pos",
 
 
58
  "joint_6.pos",
 
 
59
  "joint_7.pos",
60
+ "gripper.pos"
 
 
 
 
61
  ]
62
  },
63
  "observation.state": {
64
  "dtype": "float32",
65
  "shape": [
66
+ 8
67
  ],
68
  "names": [
69
  "joint_1.pos",
 
 
70
  "joint_2.pos",
 
 
71
  "joint_3.pos",
 
 
72
  "joint_4.pos",
 
 
73
  "joint_5.pos",
 
 
74
  "joint_6.pos",
 
 
75
  "joint_7.pos",
76
+ "gripper.pos"
 
 
 
 
77
  ]
78
  },
79
  "observation.images.front": {
 
87
  "height",
88
  "width",
89
  "channels"
90
+ ]
 
 
 
 
 
 
 
 
 
 
91
  },
92
  "timestamp": {
93
  "dtype": "float32",