eo1-qwen2_5_vl / processor_config.json
delinqu's picture
Upload folder using huggingface_hub
9c6a4b8 verified
{
"auto_map": {
"AutoProcessor": "processing_eo1.EO1VisionProcessor"
},
"processor_class": "EO1VisionProcessor",
"robot_config": {
"action_chunk_size": 8,
"features": {
"libero_spatial_no_noops_1.0.0_lerobot": {
"action": {
"dtype": "float32",
"names": {
"motors": [
"x",
"y",
"z",
"roll",
"pitch",
"yaw",
"gripper"
]
},
"shape": [
7
]
},
"observation.images.image": {
"dtype": "video",
"info": {
"has_audio": false,
"video.channels": 3,
"video.codec": "av1",
"video.fps": 20.0,
"video.height": 256,
"video.is_depth_map": false,
"video.pix_fmt": "yuv420p",
"video.width": 256
},
"names": [
"height",
"width",
"rgb"
],
"shape": [
256,
256,
3
]
},
"observation.images.wrist_image": {
"dtype": "video",
"info": {
"has_audio": false,
"video.channels": 3,
"video.codec": "av1",
"video.fps": 20.0,
"video.height": 256,
"video.is_depth_map": false,
"video.pix_fmt": "yuv420p",
"video.width": 256
},
"names": [
"height",
"width",
"rgb"
],
"shape": [
256,
256,
3
]
},
"observation.state": {
"dtype": "float32",
"names": {
"motors": [
"x",
"y",
"z",
"roll",
"pitch",
"yaw",
"gripper",
"gripper"
]
},
"shape": [
8
]
}
}
},
"max_action_dim": 32,
"select_action_keys": {
"libero_spatial_no_noops_1.0.0_lerobot": [
"action"
]
},
"select_state_keys": {
"libero_spatial_no_noops_1.0.0_lerobot": [
"observation.state"
]
},
"select_video_keys": {
"libero_spatial_no_noops_1.0.0_lerobot": [
"observation.images.image",
"observation.images.wrist_image"
]
},
"state_mode": "MEAN_STD",
"stats": {
"libero_spatial_no_noops_1.0.0_lerobot": {
"action": {
"max": [
0.9375,
0.9375,
0.9375,
0.1971428543329239,
0.33642858266830444,
0.375,
1.0
],
"mean": [
0.15312491357326508,
0.13707256317138672,
-0.15526778995990753,
-0.005176471546292305,
-0.011208760552108288,
-0.020194243639707565,
0.4578816890716553
],
"min": [
-0.9375,
-0.9375,
-0.9375,
-0.1875,
-0.3675000071525574,
-0.36000001430511475,
0.0
],
"std": [
0.41273120045661926,
0.3472667634487152,
0.5086746215820312,
0.03726435825228691,
0.07244919240474701,
0.05762334540486336,
0.49822303652763367
]
},
"observation.state": {
"max": [
0.1759040206670761,
0.3904820382595062,
1.3290715217590332,
3.4566118717193604,
1.2268599271774292,
1.0429412126541138,
0.041053611785173416,
0.000775813648942858
],
"mean": [
-0.02446255274116993,
0.10653036087751389,
1.0580509901046753,
3.062854290008545,
-0.10464049875736237,
0.08307310193777084,
0.019954606890678406,
-0.02016264572739601
],
"min": [
-0.3095473051071167,
-0.29250794649124146,
0.9095591306686401,
2.497488260269165,
-1.8006486892700195,
-0.7207611203193665,
-0.0004703797458205372,
-0.041536275297403336
],
"std": [
0.11014790087938309,
0.13784699141979218,
0.10442829132080078,
0.10451101511716843,
0.41121113300323486,
0.21766972541809082,
0.01726089045405388,
0.017111659049987793
]
}
}
}
}
}