aractingi HF Staff commited on
Commit
e86f565
·
verified ·
1 Parent(s): ba0b47a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -31
README.md CHANGED
@@ -26,26 +26,40 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
26
  {
27
  "codebase_version": "v2.0",
28
  "robot_type": null,
29
- "total_episodes": 2,
30
- "total_frames": 404,
31
- "total_tasks": 2,
32
- "total_videos": 6,
33
  "total_chunks": 1,
34
  "chunks_size": 1000,
35
  "fps": 15,
36
  "splits": {
37
- "train": "0:2"
38
  },
39
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
  "features": {
42
- "observation.state.joint_position": {
 
 
 
 
 
 
 
43
  "dtype": "float64",
44
  "shape": [
45
  7
46
  ],
47
  "name": null
48
  },
 
 
 
 
 
 
 
49
  "observation.state.cartesian_position": {
50
  "dtype": "float64",
51
  "shape": [
@@ -53,7 +67,14 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
53
  ],
54
  "name": null
55
  },
56
- "observation.image.exterior_image_2_left": {
 
 
 
 
 
 
 
57
  "dtype": "video",
58
  "shape": [
59
  180,
@@ -72,7 +93,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
72
  "has_audio": false
73
  }
74
  },
75
- "observation.image.wrist_image_left": {
76
  "dtype": "video",
77
  "shape": [
78
  180,
@@ -91,7 +112,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
91
  "has_audio": false
92
  }
93
  },
94
- "observation.image.exterior_image_1_left": {
95
  "dtype": "video",
96
  "shape": [
97
  180,
@@ -110,21 +131,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
110
  "has_audio": false
111
  }
112
  },
113
- "observation.state.gripper_position": {
114
- "dtype": "float64",
115
- "shape": [
116
- 1
117
- ],
118
- "name": null
119
- },
120
- "action": {
121
- "dtype": "float64",
122
- "shape": [
123
- 7
124
- ],
125
- "name": null
126
- },
127
- "is_first": {
128
  "dtype": "bool",
129
  "shape": [
130
  1
@@ -138,13 +145,6 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
138
  ],
139
  "name": null
140
  },
141
- "is_terminal": {
142
- "dtype": "bool",
143
- "shape": [
144
- 1
145
- ],
146
- "name": null
147
- },
148
  "timestamp": {
149
  "dtype": "float32",
150
  "shape": [
 
26
  {
27
  "codebase_version": "v2.0",
28
  "robot_type": null,
29
+ "total_episodes": 100,
30
+ "total_frames": 32212,
31
+ "total_tasks": 47,
32
+ "total_videos": 300,
33
  "total_chunks": 1,
34
  "chunks_size": 1000,
35
  "fps": 15,
36
  "splits": {
37
+ "train": "0:100"
38
  },
39
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
  "features": {
42
+ "is_first": {
43
+ "dtype": "bool",
44
+ "shape": [
45
+ 1
46
+ ],
47
+ "name": null
48
+ },
49
+ "action": {
50
  "dtype": "float64",
51
  "shape": [
52
  7
53
  ],
54
  "name": null
55
  },
56
+ "observation.state.gripper_position": {
57
+ "dtype": "float64",
58
+ "shape": [
59
+ 1
60
+ ],
61
+ "name": null
62
+ },
63
  "observation.state.cartesian_position": {
64
  "dtype": "float64",
65
  "shape": [
 
67
  ],
68
  "name": null
69
  },
70
+ "observation.state.joint_position": {
71
+ "dtype": "float64",
72
+ "shape": [
73
+ 7
74
+ ],
75
+ "name": null
76
+ },
77
+ "observation.image.wrist_image_left": {
78
  "dtype": "video",
79
  "shape": [
80
  180,
 
93
  "has_audio": false
94
  }
95
  },
96
+ "observation.image.exterior_image_1_left": {
97
  "dtype": "video",
98
  "shape": [
99
  180,
 
112
  "has_audio": false
113
  }
114
  },
115
+ "observation.image.exterior_image_2_left": {
116
  "dtype": "video",
117
  "shape": [
118
  180,
 
131
  "has_audio": false
132
  }
133
  },
134
+ "is_terminal": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  "dtype": "bool",
136
  "shape": [
137
  1
 
145
  ],
146
  "name": null
147
  },
 
 
 
 
 
 
 
148
  "timestamp": {
149
  "dtype": "float32",
150
  "shape": [