<aside> ðŸ›
Extract Region by RGB Values
Extract specific semantic regions from segmentation output by specifying RGB color values. Define RGB values (e.g., RGB 135,206,235 for sky), and the tool isolates regions matching those colors. Perfect for color-based region extraction, batch processing with known color ranges, and programmatic workflows.
</aside>
Color Pick by RGB works with segmentation model outputs to extract specific semantic regions by matching RGB color values. You specify the RGB color(s) to match (e.g., RGB 135,206,235 for sky blue), and the tool isolates regions from the segmentation that match those colors—either as a mask, cropped image, or isolated overlay. Essential for color-based region extraction and segmentation validation workflows.
<aside>
Load segmentation → Get output from segmentation model (DeepLabV3, SegFormer, etc.)

Set RGB values → Enter or pick target RGB color (e.g., (255 0 0), 255 0 0, or (255, 0, 0))

Generate output → Tool extracts selected class region

You can keep the segmented color if you check ‘keep_color for conditional’

Note: Color Pick by RGB requires a color-coded segmentation model output. It extracts/isolates specific regions by matching RGB color values. Perfect for color-based region extraction, segmentation validation, batch processing, and automated workflows.