yancie-yjr / StreamYOLO

Real-time Object Detection for Streaming Perception, CVPR 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-camera setup

vjsrinivas opened this issue · comments

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?