This is a face detection and recognition demo pipeline build on Deepstream.
- Deepstream 6.0+
- GStreamer 1.14.5+
- Cuda 11.4+
- NVIDIA driver 470.63.01+
- TensorRT 8+
- Python 3.6+
- Opencv
Follow deepstream official doc to install dependencies.
Deepstream docker is more recommended.
- put the feature file(.npy format) to
data/known_faces - or put face images to
data/unknown_facesand runpython3 utils/gen_feature.py
gst-nvinfer-custom: follow READMEnvdsinfer_customparserfor detector post-process
python3 main.py