aractingi commited on
Commit
8964ef1
·
verified ·
1 Parent(s): 39fac2b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -27
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  task_categories:
4
  - robotics
5
  tags:
@@ -15,29 +15,27 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
15
 
16
 
17
 
18
- - **Homepage:** https://diffusion-policy.cs.columbia.edu/
19
- - **Paper:** https://arxiv.org/abs/2303.04137v5
20
- - **License:** mit
21
 
22
  ## Dataset Structure
23
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v2.0",
28
  "robot_type": "unknown",
29
  "total_episodes": 206,
30
  "total_frames": 25650,
31
  "total_tasks": 1,
32
- "total_videos": 206,
33
- "total_chunks": 1,
34
  "chunks_size": 1000,
35
- "fps": 10,
36
  "splits": {
37
  "train": "0:206"
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.image": {
43
  "dtype": "video",
@@ -69,7 +67,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
69
  "motor_0",
70
  "motor_1"
71
  ]
72
- }
 
73
  },
74
  "action": {
75
  "dtype": "float32",
@@ -81,65 +80,76 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
81
  "motor_0",
82
  "motor_1"
83
  ]
84
- }
 
85
  },
86
  "episode_index": {
87
  "dtype": "int64",
88
  "shape": [
89
  1
90
  ],
91
- "names": null
 
92
  },
93
  "frame_index": {
94
  "dtype": "int64",
95
  "shape": [
96
  1
97
  ],
98
- "names": null
 
99
  },
100
  "timestamp": {
101
  "dtype": "float32",
102
  "shape": [
103
  1
104
  ],
105
- "names": null
 
106
  },
107
  "next.reward": {
108
  "dtype": "float32",
109
  "shape": [
110
  1
111
  ],
112
- "names": null
 
113
  },
114
  "next.done": {
115
  "dtype": "bool",
116
  "shape": [
117
  1
118
  ],
119
- "names": null
 
120
  },
121
  "next.success": {
122
  "dtype": "bool",
123
  "shape": [
124
  1
125
  ],
126
- "names": null
 
127
  },
128
  "index": {
129
  "dtype": "int64",
130
  "shape": [
131
  1
132
  ],
133
- "names": null
 
134
  },
135
  "task_index": {
136
  "dtype": "int64",
137
  "shape": [
138
  1
139
  ],
140
- "names": null
 
141
  }
142
- }
 
 
143
  }
144
  ```
145
 
@@ -149,10 +159,5 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
149
  **BibTeX:**
150
 
151
  ```bibtex
152
- @article{chi2024diffusionpolicy,
153
- author = {Cheng Chi and Zhenjia Xu and Siyuan Feng and Eric Cousineau and Yilun Du and Benjamin Burchfiel and Russ Tedrake and Shuran Song},
154
- title ={Diffusion Policy: Visuomotor Policy Learning via Action Diffusion},
155
- journal = {The International Journal of Robotics Research},
156
- year = {2024},
157
- }
158
  ```
 
1
  ---
2
+ license: apache-2.0
3
  task_categories:
4
  - robotics
5
  tags:
 
15
 
16
 
17
 
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
 
22
  ## Dataset Structure
23
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "unknown",
29
  "total_episodes": 206,
30
  "total_frames": 25650,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
+ "fps": 10.0,
34
  "splits": {
35
  "train": "0:206"
36
  },
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
  "features": {
40
  "observation.image": {
41
  "dtype": "video",
 
67
  "motor_0",
68
  "motor_1"
69
  ]
70
+ },
71
+ "fps": 10.0
72
  },
73
  "action": {
74
  "dtype": "float32",
 
80
  "motor_0",
81
  "motor_1"
82
  ]
83
+ },
84
+ "fps": 10.0
85
  },
86
  "episode_index": {
87
  "dtype": "int64",
88
  "shape": [
89
  1
90
  ],
91
+ "names": null,
92
+ "fps": 10.0
93
  },
94
  "frame_index": {
95
  "dtype": "int64",
96
  "shape": [
97
  1
98
  ],
99
+ "names": null,
100
+ "fps": 10.0
101
  },
102
  "timestamp": {
103
  "dtype": "float32",
104
  "shape": [
105
  1
106
  ],
107
+ "names": null,
108
+ "fps": 10.0
109
  },
110
  "next.reward": {
111
  "dtype": "float32",
112
  "shape": [
113
  1
114
  ],
115
+ "names": null,
116
+ "fps": 10.0
117
  },
118
  "next.done": {
119
  "dtype": "bool",
120
  "shape": [
121
  1
122
  ],
123
+ "names": null,
124
+ "fps": 10.0
125
  },
126
  "next.success": {
127
  "dtype": "bool",
128
  "shape": [
129
  1
130
  ],
131
+ "names": null,
132
+ "fps": 10.0
133
  },
134
  "index": {
135
  "dtype": "int64",
136
  "shape": [
137
  1
138
  ],
139
+ "names": null,
140
+ "fps": 10.0
141
  },
142
  "task_index": {
143
  "dtype": "int64",
144
  "shape": [
145
  1
146
  ],
147
+ "names": null,
148
+ "fps": 10.0
149
  }
150
+ },
151
+ "data_files_size_in_mb": 100,
152
+ "video_files_size_in_mb": 50
153
  }
154
  ```
155
 
 
159
  **BibTeX:**
160
 
161
  ```bibtex
162
+ [More Information Needed]
 
 
 
 
 
163
  ```