@if (currentFrame.detections.length) {
@for (det of currentFrame.detections; track det.bunch_id) {
{{ det.class }}
{{ confidencePercent(det.confidence) }}
@if (det.is_health_alert) {
warning
}
}
} @else {
No detections in this frame.
}
@if (currentFrame.total_count > 0) {
Industrial Summary
@for (entry of currentFrame.industrial_summary | keyvalue; track entry.key) {
{{ entry.key }}: {{ entry.value }}
}
}