image-object-picker — Masking AI Model
Object Picker opens the segmentation overlay and lets you click the pieces you actually want, building the mask by hand from what the model found. Single runs only: object indices shift from image to image.
Details
- CategoryMasking
- Year-1
- License
Inputs & Outputs
- ImageInput · image
Upstream segmentation overlay — the colored object mask image where each detected object is painted in a distinct color.
- TextInput · string
Per-object metadata from the upstream segmentation model (class label + (R G B) color + optional bbox per line).
- ImageOutput · image
Binary B&W mask: white where the selected object(s) are, black elsewhere. With mode='invert' the polarity is reversed.
Tags
Alternatives in Image Masking
- Image Masker by Class
Build a B&W mask from segmentation/detection by class name.
- Image Masker by Coord
Build a B&W mask from explicit bbox coordinates.
- Image Masker by Region
Build a B&W mask from line-separated polygons or bounding boxes.
- Manuel Image Masker
Hand-draw a B&W mask with brush tools.