color-pick-by-class — Conditional AI Model
Name a class and keep only the pixels a segmentation model assigned to it, discarding the rest of the frame. It reads the segmenter's own text output, so the colors never have to be guessed. CPU, instant.
Details
- CategoryConditional
- Year-1
- License
Inputs & Outputs
- ImageInput · image
The input image
- TextInput · string
Line separated input string. A line contains a class and color RGB values
- ImageOutput · image
Image with selected colors highlighted by class
Tags
Alternatives in Selection & Extraction
- Color Pick by RGB Value
Extract segmentation regions by exact RGB color.
- Image Crop by Class
Crop detected objects by class name.
- Image Crop by Coord
Crop a region from explicit bounding-box coordinates.
- Image Gate by Text
Pass or block an image based on text match.
- Image Selector
Pick first non-empty image from inputs (fallback).
- List Extract
Extract one image from an image list by index.
- List Inject
Replace one image in a list by index with a new image.
- Manual Color Picker
Interactively pick colors from a segmentation map.