Facenet Face Recognition Tensorflow vs OpenCV

Hello Experts,

CC: @Honey_Patouceul @DaneLLL @Amycao @kayccc @WayneWWW @icornejo.a @AastaLLL @dusty_nv

For face-recognition application among Tensorflow vs OpenCV which works faster in NVIDIA GPU with good accuracy

Hi,

This answer is model-dependent.
Different model has different accuracy and complexity.

In general, if you choose a DNN solution, it’s recommended to convert the model into TensorRT for optimal performance.

Thanks.