JasonY159 commited on
Commit
c35b012
·
verified ·
1 Parent(s): 64b0802

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -10
README.md CHANGED
@@ -22,19 +22,15 @@ cyber_pipette # dataset root path
22
  [meta.json](meta.json)
23
  ```json
24
  {
25
- "task": "cyber_pipette",
26
- "robot_type": "Unknown",
27
  "total_episodes": 8589,
28
  "total_frames": 3352047,
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": "Pipette",
 
26
  "total_episodes": 8589,
27
  "total_frames": 3352047,
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
  ```