Skip to content

Detections Combine

Class: DetectionsCombineBlockV1

Source: inference.core.workflows.core_steps.transformations.detections_combine.v1.DetectionsCombineBlockV1

This block combines two sets of predictions into a single set of predictions.

Type identifier

Use the following identifier in step "type" field: roboflow_core/detections_combine@v1to add the block as as step in your workflow.

Properties

Name Type Description Refs
name str Enter a unique identifier for this step..

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 Combine in version v1.

Input and Output Bindings

The available connections depend on its binding kinds. Check what binding kinds Detections Combine in version v1 has.

Bindings
Example JSON definition of step Detections Combine in version v1
{
    "name": "<your_step_name_here>",
    "type": "roboflow_core/detections_combine@v1",
    "prediction_one": "$steps.my_object_detection_model.predictions",
    "prediction_two": "$steps.my_object_detection_model.predictions"
}