<aside> 🛠

Pick the Right Object from SAM2/SAM3 Segmentation


After SAM2 or SAM3 segments a scene, every object comes back as a generic label (object_0, object_1, …). Object Picker opens an interactive modal of the segmentation overlay so you can click the objects you actually want, then builds a clean binary B&W mask for downstream steps. No more guessing which index is which.

</aside>


What it does

Object Picker is an interactive node that sits directly after a SAM2 or SAM3 segmentation node. It receives the colored segmentation overlay (IMAGE) and the per-object metadata (TEXT) from SAM3, opens a modal where each segmented region is displayed with its description, and lets you click to include or exclude objects. Once you confirm your selection, Object Picker outputs a single binary (black/white) mask covering exactly the chosen objects, ready to feed into masking, inpainting, blending, color, or any other downstream tool in the flow.

Problem it solves

Input/Output

<aside>

</aside>

<aside>

</aside>

Features


How to Use with Segmentation