bensprenger commited on
Commit
17e082b
·
verified ·
1 Parent(s): c9fdda6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -15
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- license: mit
3
  task_categories:
4
  - robotics
5
  tags:
@@ -15,26 +14,26 @@ 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",
@@ -149,10 +148,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
  task_categories:
3
  - robotics
4
  tags:
 
14
 
15
 
16
 
17
+ - **Homepage:** [More Information Needed]
18
+ - **Paper:** [More Information Needed]
19
+ - **License:** [More Information Needed]
20
 
21
  ## Dataset Structure
22
 
23
  [meta/info.json](meta/info.json):
24
  ```json
25
  {
26
+ "codebase_version": "v2.1",
27
  "robot_type": "unknown",
28
+ "total_episodes": 203,
29
+ "total_frames": 25173,
30
  "total_tasks": 1,
31
+ "total_videos": 203,
32
  "total_chunks": 1,
33
  "chunks_size": 1000,
34
  "fps": 10,
35
  "splits": {
36
+ "train": "0:203"
37
  },
38
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
39
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
 
148
  **BibTeX:**
149
 
150
  ```bibtex
151
+ [More Information Needed]
 
 
 
 
 
152
  ```