NNDam / deepstream-face-recognition

Face detection -> alignment -> feature extraction with deepstream
7 stars 4 forks source link

deepstream-face-recognition

Face detection -> alignment -> feature extraction with deepstream

1. Requirements

2. Installation

2.1 Build docker

docker build -t face_recog_ds6.1 - < Dockerfile

2.2 Run docker (remember to mount)

docker run --rm -it -v<path-to-source>:<path-to-destination> --gpus all face_recog_ds6.1:latest

2.3 Compile plugins (run inside docker)

4. To do