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

feat(core): Allow to pass custom user data through stages #130

Closed miguelaeh closed 5 months ago

miguelaeh commented 5 months ago

Description of the change

This PR allows users to pass custom data to subsequent stages. Common uses cases are storing bounding boxes for the frame for later processing on a different stage.

Docs PR: https://github.com/pipeless-ai/docs/pull/21

Benefits

Possible drawbacks

Applicable issues

Additional information