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(hook): Support sequential sorted execution #132

Closed miguelaeh closed 5 months ago

miguelaeh commented 5 months ago

Description of the change

This PR adds support for sequential sorted processing in stateful hooks. This allows implementing use cases that make use of hooks that preserve state and require sorted frame processing. A trivial example is object tracking.

Benefits

Possible drawbacks

Applicable issues

Additional information