Backlog: YOLO26 for Nuthatch robot vision (object detection + pose on Jetson) #52
Labels
No labels
free-tier:live
good first issue
priority:backlog
priority:high
priority:medium
status:active-dev
status:alpha
status:beta
status:blocked
status:concept
status:design
status:in-progress
status:launched
status:review
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/roadmap#52
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: detection, segmentation, pose estimation, oriented
detection, classification in one pipeline. NMS-free. TensorRT export path for
NVIDIA hardware (1.7–11.8ms on T4).
Nuthatch use cases (when repo is created)
"is the person reaching for something?" — useful for assistive robot behaviors.
on-hand Jetson hardware should get near-paper-level latency.
should consume cf-vision rather than integrating YOLO26 directly.
License situation
AGPL-3.0 for open source; commercial license for distribution. For Nuthatch (deployed
on user's own hardware, not SaaS), AGPL-3.0 is acceptable in the free tier.
Related