analytics

Industrial Grading Studio

MPOB Standard
Inference Engine @for (opt of engineOptions; track opt.value) { {{ opt.icon }} {{ opt.label }} } @switch (mode) { @case ('local-onnx') { ONNX Runtime } @case ('local-tflite') { TFLite Runtime } @case ('remote') { Edge Server Active } }
@if (inputMode === 'file') {
@if ((loading$ | async) && !isCameraActive) {
Analyzing batch…
} @else { image_search

Drag & drop images here

or

}
} @if (inputMode === 'camera') {
@if ((loading$ | async) && isCameraActive) {
Analyzing frame…
}
@if (!isCameraActive) { } @else { }
}
@if (batchFrames.length > 1) { } @if (currentFrame) {
Batch Result — {{ currentFrame.total_count }} detection(s) Inference: {{ currentFrame.inference_ms | number:'1.0-0' }} ms  |  Processing: {{ currentFrame.processing_ms | number:'1.0-0' }} ms
@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 }} }
}
}