image-crop-by-class — Conditional AI Model
Crop straight to what a detector found by naming its class — several boxes of the same class can be merged or resolved by position. Reads the detection text, so no coordinates are typed by hand. 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 bounding box coordinate
- ImageOutput · image
Cropped image region by detected class
Tags
Alternatives in Selection & Extraction
- Color Pick by Class
Extract a segmentation class by name.
- Color Pick by RGB Value
Extract segmentation regions by exact RGB color.
- 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.