pipeless-ai / pipeless

An open-source computer vision framework to build and deploy apps in minutes
https://pipeless.ai
Apache License 2.0
688 stars 31 forks source link

Support several inference outputs for ONNX Runtime + YOLO World example #134

Closed miguelaeh closed 4 months ago

miguelaeh commented 4 months ago

Description of the change

This PR adds support for several inference outputs when using the ONNX Runtime. It also adds a new example with the YOLO World model

Benefits

Possible drawbacks

Users using the ONNX runtime will need to update their code to obtain the specific output from the inference_output dict

Applicable issues

Additional information