feat: 完善 Face 一级关系编辑和稳定性校验

This commit is contained in:
2026-08-04 18:15:29 +08:00
parent 5799d5d813
commit a76282d7dd
28 changed files with 6872 additions and 270 deletions
+2
View File
@@ -330,6 +330,8 @@ def _run_blind_depth_case(target: float, tolerance: float) -> None:
verified_face, depth, error = _nearest_blind_depth(model, target)
if error > tolerance:
raise SystemExit(f"blind_depth verification failed: target={target:g}, value={depth:g}, error={error:g}")
if "verified_face=" not in result:
raise SystemExit(f"blind depth operation should report internal result verification: {result}")
print("mode=blind_depth")
print(f"source_face={face_id}")
print(f"bottom_face={bottom_face_id}")