CarolinePascal HF Staff commited on
Commit
325f7e5
·
verified ·
1 Parent(s): 2bce3fd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -32
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  task_categories:
4
  - robotics
5
  tags:
@@ -11,33 +11,38 @@ configs:
11
 
12
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
 
 
 
 
 
 
 
 
14
  ## Dataset Description
15
 
16
 
17
 
18
- - **Homepage:** https://sites.google.com/view/SACSoN-review
19
- - **Paper:** https://arxiv.org/abs/2306.01874
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": 2955,
30
  "total_frames": 241059,
31
  "total_tasks": 1,
32
- "total_videos": 2955,
33
- "total_chunks": 3,
34
  "chunks_size": 1000,
35
  "fps": 10,
36
  "splits": {
37
  "train": "0:2955"
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.images.image": {
43
  "dtype": "video",
@@ -59,13 +64,6 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
59
  "has_audio": false
60
  }
61
  },
62
- "language_instruction": {
63
- "dtype": "string",
64
- "shape": [
65
- 1
66
- ],
67
- "names": null
68
- },
69
  "observation.state": {
70
  "dtype": "float32",
71
  "shape": [
@@ -82,7 +80,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
82
  "motor_6",
83
  "motor_7"
84
  ]
85
- }
 
86
  },
87
  "action": {
88
  "dtype": "float32",
@@ -99,58 +98,68 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
99
  "motor_5",
100
  "motor_6"
101
  ]
102
- }
 
103
  },
104
  "timestamp": {
105
  "dtype": "float32",
106
  "shape": [
107
  1
108
  ],
109
- "names": null
 
110
  },
111
  "episode_index": {
112
  "dtype": "int64",
113
  "shape": [
114
  1
115
  ],
116
- "names": null
 
117
  },
118
  "frame_index": {
119
  "dtype": "int64",
120
  "shape": [
121
  1
122
  ],
123
- "names": null
 
124
  },
125
  "next.reward": {
126
  "dtype": "float32",
127
  "shape": [
128
  1
129
  ],
130
- "names": null
 
131
  },
132
  "next.done": {
133
  "dtype": "bool",
134
  "shape": [
135
  1
136
  ],
137
- "names": null
 
138
  },
139
  "index": {
140
  "dtype": "int64",
141
  "shape": [
142
  1
143
  ],
144
- "names": null
 
145
  },
146
  "task_index": {
147
  "dtype": "int64",
148
  "shape": [
149
  1
150
  ],
151
- "names": null
 
152
  }
153
- }
 
 
154
  }
155
  ```
156
 
@@ -160,10 +169,5 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
160
  **BibTeX:**
161
 
162
  ```bibtex
163
- @article{hirose2023sacson,
164
- title={SACSoN: Scalable Autonomous Data Collection for Social Navigation},
165
- author={Hirose, Noriaki and Shah, Dhruv and Sridhar, Ajay and Levine, Sergey},
166
- journal={arXiv preprint arXiv:2306.01874},
167
- year={2023}
168
- }
169
  ```
 
1
  ---
2
+ license: apache-2.0
3
  task_categories:
4
  - robotics
5
  tags:
 
11
 
12
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
 
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=lerobot/berkeley_gnm_sac_son">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
  ## Dataset Description
22
 
23
 
24
 
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
 
29
  ## Dataset Structure
30
 
31
  [meta/info.json](meta/info.json):
32
  ```json
33
  {
34
+ "codebase_version": "v3.0",
35
  "robot_type": "unknown",
36
  "total_episodes": 2955,
37
  "total_frames": 241059,
38
  "total_tasks": 1,
 
 
39
  "chunks_size": 1000,
40
  "fps": 10,
41
  "splits": {
42
  "train": "0:2955"
43
  },
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
  "observation.images.image": {
48
  "dtype": "video",
 
64
  "has_audio": false
65
  }
66
  },
 
 
 
 
 
 
 
67
  "observation.state": {
68
  "dtype": "float32",
69
  "shape": [
 
80
  "motor_6",
81
  "motor_7"
82
  ]
83
+ },
84
+ "fps": 10
85
  },
86
  "action": {
87
  "dtype": "float32",
 
98
  "motor_5",
99
  "motor_6"
100
  ]
101
+ },
102
+ "fps": 10
103
  },
104
  "timestamp": {
105
  "dtype": "float32",
106
  "shape": [
107
  1
108
  ],
109
+ "names": null,
110
+ "fps": 10
111
  },
112
  "episode_index": {
113
  "dtype": "int64",
114
  "shape": [
115
  1
116
  ],
117
+ "names": null,
118
+ "fps": 10
119
  },
120
  "frame_index": {
121
  "dtype": "int64",
122
  "shape": [
123
  1
124
  ],
125
+ "names": null,
126
+ "fps": 10
127
  },
128
  "next.reward": {
129
  "dtype": "float32",
130
  "shape": [
131
  1
132
  ],
133
+ "names": null,
134
+ "fps": 10
135
  },
136
  "next.done": {
137
  "dtype": "bool",
138
  "shape": [
139
  1
140
  ],
141
+ "names": null,
142
+ "fps": 10
143
  },
144
  "index": {
145
  "dtype": "int64",
146
  "shape": [
147
  1
148
  ],
149
+ "names": null,
150
+ "fps": 10
151
  },
152
  "task_index": {
153
  "dtype": "int64",
154
  "shape": [
155
  1
156
  ],
157
+ "names": null,
158
+ "fps": 10
159
  }
160
+ },
161
+ "data_files_size_in_mb": 100,
162
+ "video_files_size_in_mb": 200
163
  }
164
  ```
165
 
 
169
  **BibTeX:**
170
 
171
  ```bibtex
172
+ [More Information Needed]
 
 
 
 
 
173
  ```