Skip to content

Commit

Permalink
Update TargetsTab.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
laviRZ authored Jan 16, 2024
1 parent afa9c15 commit 1a8cb43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions photon-client/src/components/dashboard/tabs/TargetsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ const resetCurrentBuffer = () => {
{{ target.fiducialId }}
</td>
<template v-if="currentPipelineSettings.pipelineType === PipelineType.RKNN">
<td class="text-center">{{ target.fiducialId }}</td>
<td class="text-center">{{ target.ambiguity.toFixed(2) }}</td>
<td class="text-center">{{ target.classId }}</td>
<td class="text-center">{{ target.confidence.toFixed(2) }}</td>
</template>
<td
v-if="currentPipelineSettings.pipelineType === PipelineType.ObjectDetection"
Expand Down

0 comments on commit 1a8cb43

Please sign in to comment.