React / data /pushT /calibration /calibration.json
yxma's picture
Add per-task camera extrinsics: motherboard=May-12 (RMSE ~5mm), pushT=June-26 (RMSE ~0.6px). Each data/<task>/calibration/ has T_mocap_to_cam_{left,middle,right}.json + T_gel_to_rigid_{left,right}.json + calibration.json manifest (epoch, applies-to dates, RMSE, projection chain).
96e7fd3 verified
Raw
History Blame Contribute Delete
824 Bytes
{
"task": "pushT",
"calibration_id": "june-26",
"created": "2026-06-26",
"method": "PnP (11 points, pixel)",
"applies_to_dates": [
"2026-06-18"
],
"rmse_unit": "px",
"cameras": {
"left": {
"camera_serial": "104122062574",
"rmse": 0.5178622670651918,
"created_at": "2026-06-26T01:52:08"
},
"middle": {
"camera_serial": "217222066989",
"rmse": 0.6407235248458195,
"created_at": "2026-06-26T01:28:28"
},
"right": {
"camera_serial": "143322063538",
"rmse": 0.6773529089318477,
"created_at": "2026-06-26T01:28:28"
}
},
"projection_chain": "sensor_pose (mocap mm) -> T_mocap_to_cam -> camera intrinsics -> pixel; gel center via T_gel_to_rigid",
"note": "June-26 recalibration (multi-cam). Applies to pushT and future tasks."
}