asterism45 commited on
Commit
12be3bb
·
verified ·
1 Parent(s): 145b14b

Upload conversion_summary.json

Browse files
Files changed (1) hide show
  1. conversion_summary.json +26 -0
conversion_summary.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repo_id": "asterisms45/my_openarm_dataset_combined_2cam",
3
+ "source_codebase_version": "v3.0",
4
+ "source_robot_type": "openarm_follower",
5
+ "source_total_episodes": 149,
6
+ "source_total_frames": 79875,
7
+ "converted_episodes": 149,
8
+ "fps": 30.0,
9
+ "image_size": 256,
10
+ "feature_mapping": {
11
+ "cam_high": "observation.images.cam_ego",
12
+ "cam_left_wrist": "observation.images.cam_right_hand",
13
+ "cam_right_wrist": "observation.images.cam_right_hand",
14
+ "proprio": "observation.state",
15
+ "action": "action"
16
+ },
17
+ "action_dim": 24,
18
+ "proprio_dim": 24,
19
+ "task_descriptions": [
20
+ "Pick up the can and put it in the box."
21
+ ],
22
+ "split_counts": {
23
+ "train": 142,
24
+ "val": 7
25
+ }
26
+ }