inference icon indicating copy to clipboard operation
inference copied to clipboard

Get rid of `asyncio` in `workflows` and in some parts of `inference`

Open PawelPeczek-Roboflow opened this issue 1 year ago • 0 comments

Search before asking

  • [X] I have searched the Inference issues and found no similar feature requests.

Description

Majority of blocks will be running some computations that do not fit into asycio processing. We have it only due to compatibility with model manager abstraction from inference.

That state creates lots of issues - for instance, while video processing, in threading environment Active Learning data collection was not working due to asyncio background tasks starvation.

Use case

No response

Additional

No response

Are you willing to submit a PR?

  • [ ] Yes I'd like to help by submitting a PR!

PawelPeczek-Roboflow avatar May 22 '24 09:05 PawelPeczek-Roboflow