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

Workflows block `DetectionOffsetBlock` is not preserving parent coordinates #380

Open PawelPeczek-Roboflow opened 2 months ago

PawelPeczek-Roboflow commented 2 months ago

Search before asking

Bug

This block breaks parent coordinates :( We need to fix, as block now does not get predictions_parent_coordinates input which is not defined explicitly it can only offset predictions in "own" coords. We need to chane the way the coords transition is handled as current approach will never work.

Environment

N/A

Minimal Reproducible Example

N/A

Additional

No response

Are you willing to submit a PR?