feat: 完善 Face 一级关系编辑和稳定性校验
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user