ageitgey / face_recognition

The world's simplest facial recognition api for Python and the command line
MIT License
53.59k stars 13.51k forks source link

Fast Inferencing on Embedded board in real time Face Recognition using Tensor RT #985

Open DixitIshan opened 5 years ago

DixitIshan commented 5 years ago

Hello Adam sir! First of all, let me tell you that face_recognition is an extremely Robust and Highly Accurate API till date for Facial Detection/ Recognition. KUDOS to your work !!!

I was wondering whether we can take the performance of real-time inference of Face Recognition even further using Nvidia's TensorRT on Nvidia's Embedded boards(Jetson Nano, AGX Xavier, etc.)???

If yes then how?? I have tried exploring Tensor RT with reference to this API but I am unable to get to a satisfactory output!

All help appreciated!

bhargavravat commented 4 years ago

@DixitIshan : Any luck so far on this conversion ?

kur0s4ki commented 2 years ago

Any updates??