Eval: YOLO26 for barcode detection and food item recognition #153
Labels
No labels
accessibility
backlog
beta-feedback
bug
duplicate
enhancement
feature-request
good first issue
help wanted
invalid
needs-design
needs-triage
question
status:blocked
status:in-progress
status:review
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/kiwi#153
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source
Paper: https://arxiv.org/abs/2606.03748 — Ultralytics YOLO26 (June 2026)
Code/weights: https://github.com/ultralytics/ultralytics
What it is
Unified real-time vision model family. Single model covers object detection, instance
segmentation, pose estimation, oriented detection, and classification. NMS-free
end-to-end inference. 40.9–57.5 mAP on COCO at 1.7–11.8ms T4 TensorRT latency.
YOLOE-26 variant adds open-vocabulary (zero-shot text-prompted) detection — no
retraining needed for new categories.
Export targets: TensorRT, ONNX, CoreML, TFLite, OpenVINO, NCNN, ExecuTorch (edge-ready).
Kiwi use cases
detection head — handles tilted/partial barcodes in photos.
from photos without a food-specific training run ("what food is in this photo?").
improving accuracy on cluttered receipts.
Kiwi mobile app.
License situation
Code/weights: AGPL-3.0 (open source) or Ultralytics commercial license.
Either purchase Ultralytics Enterprise license or wrap only the model weights (not
the Ultralytics training framework) in cf-core's inference layer.
Recommendation
Prototype YOLOE-26 zero-shot food detection for the photo-add flow (free tier, local
inference). Evaluate whether it reduces the need for barcode-only input.
If it ships to cloud tier, budget for Ultralytics commercial license or design around
inference-only (weights) usage.
Related
kiwi/app/