zaigie / stream-infer

Video streaming inference framework, integrating image algorithms and models for real-time/offline video structuring, lightweight NVIDIA DeepStream. 视频流式推理框架,结合图像算法和模型进行实时/离线视频结构化,轻量版 NVIDIA DeepStream
Apache License 2.0
12 stars 1 forks source link

Does it only support single streams? #1

Open YoungjaeDev opened 5 months ago

zaigie commented 4 months ago

Yes, because video analytics understanding tasks often require distributed computing power, stream-infer is designed to support only a single stream. But you can still write a simple task queue scheduling application, enable multiple stream-infer docker containers, or use a multi-process scheduling framework like dynamic_app.py and dynamic_task_schedule.py