roboflow / inference

A fast, easy-to-use, production-ready inference server for computer vision supporting deployment of many popular model architectures and fine-tuned models.
https://inference.roboflow.com
Other
1.15k stars 85 forks source link

CropBlock - ensure parent_id of detection and cropped image match #390

Open grzegorz-roboflow opened 2 months ago

grzegorz-roboflow commented 2 months ago

Search before asking

Description

Currently images and detections passed to CropBlock may be misaligned. Add logic into CropBlock to ensure detections have parent_id matching the one from image.

Use case

Workflows can be configured in such way that images and detections may be result of independent branches, leading to nonsense results.

Additional

No response

Are you willing to submit a PR?