SthPhoenix / InsightFace-REST

InsightFace REST API for easy deployment of face recognition services with TensorRT in Docker.
Apache License 2.0
486 stars 118 forks source link

rtsp stream #118

Open MyraBaba opened 10 months ago

MyraBaba commented 10 months ago

@SthPhoenix Hi,

What would you suggest for live camera feed (4 cam) with the rest API and the face quality check ?

is your rest API can handle 4 camera 25 fps live feed with 2080Ti gpu ? or you suggest other way around

SthPhoenix commented 8 months ago

Hi! I haven't tested RTSP streams, and haven't used RTX2080 for a while. On RTX3090 API can handle up to around 350-450 fps, though I would recommend to use processing class directly in your application reading stream to decrease transfer costs.