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.12k stars 84 forks source link

Add glue workflows steps - expressions with UQL, dimensionality collapse, take-first-non-empty etc #499

Open PawelPeczek-Roboflow opened 4 days ago

PawelPeczek-Roboflow commented 4 days ago

Description

In this PR we attempt to add suites of blocks serving for the following use cases:

Found 3 different solutions for situation when we detect -> crop -> classify -> construct results based on comparison of aggregated cls results with reference:

Implemented SOLUTION A as I find it most elegant

Two bugs fixed in this PR:

List any dependencies that are required for this change.

Type of change

Please delete options that are not relevant.

How has this change been tested, please provide a testcase or example of how you tested the change?

Any specific deployment considerations

For example, documentation changes, usability, usage/costs, secrets, etc.

Docs