fix(lab): restore semantic overlay in M4.7
This commit is contained in:
@@ -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={(
|
||||
|
||||
Reference in New Issue
Block a user