JasonY159 commited on
Commit
a9cec7e
·
verified ·
1 Parent(s): 3307c0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -12
README.md CHANGED
@@ -22,19 +22,15 @@ cyber_fold_towels # dataset root path
22
  [meta.json](meta.json)
23
  ```json
24
  {
25
- "task": "cyber_fold_towels",
26
- "robot_type": "Unknown",
27
- "total_episodes": 1250,
28
- "total_frames": 473899,
29
  "token_dtype": "uint32",
30
- "s": 16,
31
- "h": 16,
32
- "w": 16,
33
  "vocab_size": 262144,
34
- "hz": 30
35
- "Manipulation_type": "Bi-Manual"
36
- "Language_annotation": "None"
37
- "Scene_type": "Table Top"
38
- "Data_collect_method": "Directly Collection on Human"
39
  }
40
  ```
 
22
  [meta.json](meta.json)
23
  ```json
24
  {
25
+ "task": "Fold Towels",
26
+ "total_episodes": 6927,
27
+ "total_frames": 2951165,
 
28
  "token_dtype": "uint32",
 
 
 
29
  "vocab_size": 262144,
30
+ "fps": 30,
31
+ "manipulation_type": "Bi-Manual",
32
+ "language_annotation": "None",
33
+ "scene_type": "Table Top",
34
+ "data_collect_method": "Directly Collection on Human"
35
  }
36
  ```