fix(lab): restore semantic overlay in M4.7

This commit is contained in:
DCCONSTRUCTIONS
2026-08-23 22:40:07 +03:00
parent 34ed8a0f5f
commit a55ef475d9
11 changed files with 289 additions and 32 deletions
@@ -44,7 +44,7 @@ export function M47ReferenceGraphResultView({
},
{
label: "Визуал",
value: "VIDEO/CAMERA/3D/PLAN · единый recorded clock · exact M4.6 ledger binding",
value: "VIDEO/CAMERA/3D/PLAN · единый recorded clock · exact M4.6 + E47 semantic binding",
},
]}
brief={{
@@ -72,6 +72,13 @@ export function M47ReferenceGraphResultView({
role: "synchronized VIDEO/CAMERA/3D/PLAN evidence",
identitySha256: result.linkedVisualResultId.split("-").at(-1) ?? null,
},
{
kind: "source",
name: result.semantic.resultId,
version: "4489 exact camera masks",
role: "synchronized diagnostic semantic overlay",
identitySha256: result.semantic.resultId.split("-").at(-1) ?? null,
},
{
kind: "algorithm",
name: "canonical reference perception graph",
@@ -90,7 +97,13 @@ export function M47ReferenceGraphResultView({
kind="diagnostic-model"
resizable
>
<M4ReplayThreatVisual resultId={result.visual.resultId} />
<M4ReplayThreatVisual
resultId={result.visual.resultId}
semantic={{
resultId: result.semantic.resultId,
taxonomy: result.semantic.taxonomy,
}}
/>
</LaboratoryEvidence>
)}
result={(