yancie-yjr / StreamYOLO

Real-time Object Detection for Streaming Perception, CVPR 2022
Apache License 2.0
303 stars 40 forks source link

Multi-camera setup #18

Open vjsrinivas opened 1 year ago

vjsrinivas commented 1 year ago

Hey @yancie-yjr, this project looks great! I had a question regarding using multiple cameras with one model.

Imagine a situation where you have N number of cameras for a car and a device that can run only one StreamYOLO model for inferencing. Can we get away with detecting on those N cameras by generating N feature buffers and swapping them out for each camera?