DS3 Face Detection Model

Hi all,

Planning to use DeepStream for Face Detection. Is DeepStream 3.0 supporting HaarCascade model?

Thanks

Hi
HaarCascade is not neuro network method but machine learning right? So it can’t use TensorRT to accelerate.
But you alos can use Deepstream 3.0. You need to implement your own FaceDetection gstreamer plugin as the following sample, to receive data, do inference, fill metadata.

→ sources/plugins/gst-yoloplugin-tesla/gstyoloplugin.cpp