Detections Transformation¶
Class: DetectionsTransformationBlockV1
Apply customizable transformations to detection predictions using UQL (Query Language) operation chains, enabling flexible modification of bounding boxes, filtering detections, extracting properties, resizing boxes, and other detection manipulations through configurable operation sequences for advanced detection processing workflows.
How This Block Works¶
This block transforms detection predictions by applying a chain of UQL operations that can modify, filter, extract, or manipulate detection data. The block:
- Receives detection predictions (object detection, instance segmentation, or keypoint detection) and a list of UQL operations to apply
- Validates that operations_parameters doesn't contain reserved parameter names
- Builds an operations chain from the provided UQL operation definitions, creating a sequence of transformations to apply in order
- Separates operations_parameters into batch parameters (aligned with predictions) and non-batch parameters (applied to all predictions)
- Processes each prediction batch by applying the operations chain:
- Zips predictions with batch parameters to align data per batch item
- Combines batch and non-batch parameters into evaluation parameters for each prediction
- Applies the operations chain to the detections with the combined parameters
- Validates that the output is still sv.Detections (operations must preserve detection type)
- Returns the transformed detections for each input batch
The block supports a wide variety of UQL operations including filtering (DetectionsFilter), property extraction (ExtractDetectionProperty), bounding box transformations (resizing, scaling), and other detection manipulations. Operations are applied sequentially, allowing complex transformations through operation chaining. The block validates that transformations preserve the detection type, ensuring outputs remain compatible with other detection-processing blocks. Batch and non-batch parameters enable flexible operation parameterization, supporting both per-detection and global parameter values.
Common Use Cases¶
- Advanced Detection Filtering: Apply complex filtering logic to detection predictions (e.g., filter detections by class names using conditional statements, filter by confidence thresholds with multiple conditions, apply custom filtering criteria based on detection properties), enabling sophisticated detection selection workflows
- Bounding Box Transformations: Modify bounding box sizes, positions, or properties (e.g., resize bounding boxes proportionally, scale boxes by percentage, adjust box coordinates, transform box dimensions), enabling flexible bounding box manipulation
- Property Extraction and Filtering: Extract detection properties and filter based on extracted values (e.g., extract class names and filter by class lists, extract confidence scores and filter by thresholds, extract properties for conditional processing), enabling property-based detection processing
- Multi-Conditional Processing: Apply complex conditional transformations based on multiple detection criteria (e.g., transform detections based on class and confidence combinations, apply different operations for different detection types, conditionally modify detections based on multiple properties), enabling sophisticated conditional detection processing
- Detection Data Enrichment: Extract and add properties to detections for downstream processing (e.g., extract class names for filtering, compute detection properties, add metadata to detections), enabling enriched detection data for complex workflows
- Custom Detection Manipulation: Apply custom transformations not available in dedicated blocks (e.g., complex multi-step detection modifications, custom filtering and transformation combinations, specialized detection processing workflows), enabling flexible custom detection processing
Connecting to Other Blocks¶
This block receives detection predictions and produces transformed detections:
- After detection blocks (e.g., Object Detection, Instance Segmentation, Keypoint Detection) to apply custom transformations, filtering, or modifications to detection predictions, enabling flexible detection processing workflows
- Before dynamic crop blocks to filter or modify detections before cropping (e.g., filter detections by class before cropping, transform box sizes before cropping, extract specific detections for cropping), enabling optimized region extraction workflows
- Before classification or analysis blocks to prepare detections with custom filtering or transformations (e.g., filter detections for specific analysis, transform boxes for compatibility, prepare detections with custom criteria), enabling customized detection preparation
- In multi-stage detection workflows where detections need custom transformations between stages (e.g., filter and transform initial detections before secondary processing, apply custom modifications between detection stages, conditionally process detections based on criteria), enabling sophisticated multi-stage workflows
- Before visualization blocks to filter or transform detections for display (e.g., filter detections for visualization, transform boxes for presentation, customize detections for display purposes), enabling optimized visual outputs
- After detection blocks and before other transformation blocks to apply custom logic between transformations (e.g., filter after detection and before cropping, transform between detection stages, apply conditional modifications), enabling complex transformation pipelines with custom logic
Type identifier¶
Use the following identifier in step "type" field: roboflow_core/detections_transformation@v1to add the block as
as step in your workflow.
Properties¶
| Name | Type | Description | Refs |
|---|---|---|---|
name |
str |
Enter a unique identifier for this step.. | ❌ |
operations |
List[Union[ClassificationPropertyExtract, ConvertDictionaryToJSON, ConvertImageToBase64, ConvertImageToJPEG, DetectionsFilter, DetectionsOffset, DetectionsPropertyExtract, DetectionsRename, DetectionsSelection, DetectionsShift, DetectionsToDictionary, Divide, ExtractDetectionProperty, ExtractFrameMetadata, ExtractImageProperty, LookupTable, Multiply, NumberRound, NumericSequenceAggregate, PickDetectionsByParentClass, RandomNumber, SequenceAggregate, SequenceApply, SequenceElementsCount, SequenceLength, SequenceMap, SortDetections, StringMatches, StringSubSequence, StringToLowerCase, StringToUpperCase, TimestampToISOFormat, ToBoolean, ToNumber, ToString]] |
List of UQL (Query Language) operations to apply sequentially to the detections. Operations are executed in order, with each operation receiving the output of the previous operation. Supported operations include DetectionsFilter (filtering detections by conditions), ExtractDetectionProperty (extracting properties from detections), bounding box transformations (resizing, scaling), and other UQL operations that accept and return sv.Detections. Operations can be parameterized using operations_parameters. The operations chain must transform sv.Detections to sv.Detections (type must be preserved).. | ❌ |
The Refs column marks possibility to parametrise the property with dynamic values available
in workflow runtime. See Bindings for more info.
Available Connections¶
Compatible Blocks
Check what blocks you can connect to Detections Transformation in version v1.
- inputs:
Absolute Static Crop,Gaze Detection,Byte Tracker,Triangle Visualization,EasyOCR,Detection Event Log,Stitch OCR Detections,Track Class Lock,Llama 3.2 Vision,Heatmap Visualization,Keypoint Visualization,Webhook Sink,Detections Stabilizer,Continue If,Dominant Color,GLM-OCR,Instance Segmentation Model,VLM As Detector,SAM2 Video Tracker,PLC ModbusTCP,Twilio SMS/MMS Notification,Distance Measurement,SmolVLM2,Pixelate Visualization,Detections Transformation,Corner Visualization,Overlap Analysis,Buffer,Template Matching,Bounding Rectangle,Per-Class Confidence Filter,Velocity,Roboflow Visual Search,OpenAI-Compatible LLM,Morphological Transformation,Color Visualization,Roboflow Dataset Upload,Morphological Transformation,Camera Calibration,Clip Comparison,Bounding Box Visualization,OpenAI,Halo Visualization,Detections Combine,Contrast Equalization,CSV Formatter,Instance Segmentation Model,Model Monitoring Inference Aggregator,Multi-Label Classification Model,Cache Set,Delta Filter,Blur Visualization,Microsoft SQL Server Sink,Single-Label Classification Model,Background Subtraction,Object Detection Model,Path Deviation,SAM 3,QR Code Detection,Twilio SMS Notification,OPC UA Writer Sink,Keypoint Detection Model,Image Stack,SAM 3 Interactive,Qwen3-VL,Stability AI Inpainting,Multi-Label Classification Model,Perception Encoder Embedding Model,Image Convert Grayscale,Camera Focus,Florence-2 Model,Time in Zone,Dynamic Crop,Qwen 3.6 API,Perspective Correction,Segment Anything 2 Model,CogVLM,Mask Edge Snap,Byte Tracker,LMM For Classification,Florence-2 Model,ByteTrack Tracker,Image Blur,Label Visualization,Seg Preview,Path Deviation,Object Detection Model,Anthropic Claude,Cosine Similarity,Pixel Color Count,Trace Visualization,Email Notification,SIFT Comparison,Stability AI Outpainting,PTZ Tracking (ONVIF),Current Time,Property Definition,Image Contours,Camera Focus,Single-Label Classification Model,Moondream2,Data Aggregator,Stability AI Image Generation,VLM As Detector,Google Gemma,Detections Merge,Google Gemini,BoT-SORT Tracker,Email Notification,Byte Tracker,SAM 3,Detections Stitch,Text Display,Semantic Segmentation Model,Qwen3.5,OpenAI,Time in Zone,SIFT Comparison,SIFT,Detections List Roll-Up,MoonshotAI Kimi,Environment Secrets Store,Mask Visualization,Detections Filter,VLM As Classifier,Qwen-VL,Cache Get,Model Comparison Visualization,OC-SORT Tracker,YOLO-World Model,Anthropic Claude,Stitch Images,Google Gemini,QR Code Generator,Multi-Label Classification Model,Line Counter,Ellipse Visualization,Single-Label Classification Model,Keypoint Detection Model,Rate Limiter,Switch Case,Llama 3.2 Vision,Qwen2.5-VL,JSON Parser,Qwen 3.5 API,LMM,Inner Workflow,Semantic Segmentation Model,Dimension Collapse,Motion Detection,Detection Offset,Google Vision OCR,SAM3 Video Tracker,Object Detection Model,Identify Changes,First Non Empty Or Default,Mask Area Measurement,Expression,Detections Classes Replacement,MQTT Writer,PLC Reader,Image Threshold,Line Counter Visualization,Google Gemini,Background Color Visualization,Identify Outliers,Instance Segmentation Model,Polygon Zone Visualization,Google Gemma API,Reference Path Visualization,Crop Visualization,Anthropic Claude,Dynamic Zone,Image Slicer,Overlap Filter,Polygon Visualization,MoonshotAI Kimi,Event Writer,Line Counter,Polygon Visualization,Clip Comparison,OCR Model,Roboflow Visual Search Classifier,Circle Visualization,Slack Notification,Contrast Enhancement,PLC EthernetIP,Grid Visualization,Time in Zone,Barcode Detection,Local File Sink,Qwen3.5-VL,OpenAI,Roboflow Custom Metadata,SORT Tracker,Roboflow Vision Events,Image Preprocessing,Detections Consensus,Keypoint Detection Model,Dot Visualization,Roboflow Asset Library Attributes,Halo Visualization,SAM 3,Classification Label Visualization,OpenRouter,S3 Sink,CLIP Embedding Model,Relative Static Crop,Roboflow Dataset Upload,OpenAI,Image Slicer,Stitch OCR Detections,Size Measurement,Depth Estimation,Icon Visualization,GeoTag Detection,Instance Segmentation Model,PLC Writer,VLM As Classifier - outputs:
Path Deviation,Detections Filter,SAM 3 Interactive,Stability AI Inpainting,Triangle Visualization,Byte Tracker,Crop Visualization,Dynamic Zone,Model Comparison Visualization,Detection Event Log,Stitch OCR Detections,OC-SORT Tracker,Overlap Filter,Track Class Lock,Heatmap Visualization,Keypoint Visualization,Florence-2 Model,Time in Zone,Polygon Visualization,Detections Stabilizer,Dynamic Crop,Event Writer,Perspective Correction,Segment Anything 2 Model,Line Counter,Polygon Visualization,SAM2 Video Tracker,Circle Visualization,Line Counter,Distance Measurement,Mask Edge Snap,Ellipse Visualization,Time in Zone,Byte Tracker,Florence-2 Model,Pixelate Visualization,Detections Transformation,Roboflow Custom Metadata,Overlap Analysis,SORT Tracker,ByteTrack Tracker,Corner Visualization,Label Visualization,Bounding Rectangle,Path Deviation,Velocity,Per-Class Confidence Filter,Roboflow Vision Events,Trace Visualization,Color Visualization,Roboflow Dataset Upload,Detections Consensus,PTZ Tracking (ONVIF),Dot Visualization,Halo Visualization,Detection Offset,Bounding Box Visualization,Camera Focus,Halo Visualization,Detections Combine,Roboflow Dataset Upload,Detections Merge,Mask Area Measurement,Stitch OCR Detections,BoT-SORT Tracker,Detections Classes Replacement,Model Monitoring Inference Aggregator,Byte Tracker,Detections Stitch,Size Measurement,Icon Visualization,Blur Visualization,Time in Zone,GeoTag Detection,Background Color Visualization,Detections List Roll-Up,Mask Visualization
Input and Output Bindings¶
The available connections depend on its binding kinds. Check what binding kinds
Detections Transformation in version v1 has.
Bindings
-
input
predictions(Union[instance_segmentation_prediction,keypoint_detection_prediction,object_detection_prediction]): Detection predictions to transform using UQL operations. Supports object detection, instance segmentation, or keypoint detection predictions. The detections will be transformed by the operations chain defined in the operations field. All transformations must preserve the detection type (output must remain sv.Detections). The block processes batch inputs and applies transformations per batch item..operations_parameters(*): Dictionary mapping parameter names (used in operations) to workflow data sources or values. Parameters are referenced in operations (e.g., in conditional statements, filter operations) and provided at runtime. Supports both batch parameters (aligned with predictions, one value per batch item) and non-batch parameters (same value for all batch items). Parameters are automatically separated into batch and non-batch based on their data structure. Cannot use reserved parameter names. Use this to parameterize operations dynamically (e.g., provide class lists for filtering, provide thresholds for conditions, supply values for operations that need runtime parameters)..
-
output
predictions(Union[object_detection_prediction,instance_segmentation_prediction,keypoint_detection_prediction]): Prediction with detected bounding boxes in form of sv.Detections(...) object ifobject_detection_predictionor Prediction with detected bounding boxes and segmentation masks in form of sv.Detections(...) object ifinstance_segmentation_predictionor Prediction with detected bounding boxes and detected keypoints in form of sv.Detections(...) object ifkeypoint_detection_prediction.
Example JSON definition of step Detections Transformation in version v1
{
"name": "<your_step_name_here>",
"type": "roboflow_core/detections_transformation@v1",
"predictions": "$steps.object_detection_model.predictions",
"operations": [
{
"filter_operation": {
"statements": [
{
"comparator": {
"type": "in (Sequence)"
},
"left_operand": {
"operations": [
{
"property_name": "class_name",
"type": "ExtractDetectionProperty"
}
],
"type": "DynamicOperand"
},
"right_operand": {
"operand_name": "classes",
"type": "DynamicOperand"
},
"type": "BinaryStatement"
}
],
"type": "StatementGroup"
},
"type": "DetectionsFilter"
}
],
"operations_parameters": {
"classes": "$inputs.classes"
}
}