Perceiving Objects Oneshot

Lightweight one-shot 3D object perception. Runs Grounding-DINO broad detection, a SINGLE VLM set-of-marks letter pick over the labeled boxes, SAM3 box segmentation, depth back-projection, and geometry.filter_and_compute_obb. No pairwise tournament, no multi-view safe-gate. Returns a clean not_found output (no exception) when the VLM answers "none" or DINO emits no detections — making this the right skill for clean-all-items loops whose natural termination signal is "no more matching objects in view". Use when a multi-item loop needs a clean no-match exit, or for generic target descriptions on uncluttered scenes with reasonably sized targets.

graph-robots a9c4304 6 files · 18.3 KB Updated

File contents

graph-robots/open-robot-skills/tree/main/skills/perceiving-objects-oneshot commit a9c4304ee2

Frequently asked questions

npx skillmds@latest add graph-robots/perceiving-objects-oneshot