Forked from https://github.com/jkjung-avt/tensorrt_demos, this contains only MTCNN code. A small wrapper class (TrtMTCNNWrapper
) was written for aisecurity
use using the mtcnn
code from the original repository.
Can only be used on the production Jetson Nanos / GPU development machines.
- Clone repository to
~/.aisecurity
- Run
make
intrt-mtcnn/mtcnn
- Run
./create_engines
intrt-mtcnn/mtcnn
- Run
make
intrt-mtcnn
- Use
detector="trt-mtcnn"
inaisecurity.FaceNet
'sreal_time_recognize