Local inference with a real operating view.
Model selection, camera controls, bounding boxes, class distribution, recent detections, and system metrics are joined in one FastAPI dashboard.
Dashboard referenceOpen computer vision research
MIRA detects five material classes, measures uncertainty, and prepares every result for edge deployment.
The current system handles perception end to end. Physical sorting remains the next engineering milestone.
USB and IP cameras feed a thread-safe frame buffer with reconnect and freeze detection.
YOLO or TFLite models locate glass, metal, paper, plastic, and trash.
Confidence and reject thresholds separate confident detections from uncertain ones.
The dashboard reports detections, class counts, latency, FPS, CPU, and memory.
Raspberry Pi validation and actuator integration are planned, not presented as finished.
MIRA is a research toolkit for building, testing, comparing, and running recycling detectors.
Model selection, camera controls, bounding boxes, class distribution, recent detections, and system metrics are joined in one FastAPI dashboard.
Dashboard referenceClassification, detection, dataset composition, quantization, and repeatability.
Merge registered sources, remap labels, validate YOLO annotations, generate manifests, and reproduce splits.
Use PyTorch for development and an INT8-quantized TFLite export for edge testing.
EXP-018 and EXP-019 reached 90.6% mAP50 after rebuilding the detector around a clean, balanced tabletop dataset. Architecture alone did not produce the breakthrough.