nwesem / mtcnn_facenet_cpp_tensorRT

Face Recognition on NVIDIA Jetson (Nano) using TensorRT
GNU General Public License v3.0
200 stars 72 forks source link

Using model using TensorRT and Python #2

Closed julayelei closed 4 years ago

julayelei commented 4 years ago

Hello! I've just tested this C++ implementation and is really great! Thank you for sharing your knowledge. I was wondering if this model could be used in Python with TensorRT. Thanks in advance!

nwesem commented 4 years ago

Hi julaylei, first of all thanks a lot I appreciate it! Of course the models can likewise be used in Python using TensorRT, but it would probably take some time to reimplement the preprocessing using Python. I guess that would be quite good practice though ;-). Also, it should be pretty straight forward since the Python API of OpenCV is very close to the C++ API. Does it make a huge difference for you? Why do you need it to run in Python? Cheers

nwesem commented 4 years ago

6