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

Getting eyes/nose/mouth points as well #39

Closed Tetsujinfr closed 2 years ago

Tetsujinfr commented 3 years ago

Hi

Is there a way to get the usuall 5 facial landmarks from the face detection on top of the bounding box coordinates? Thanks

shubham-shahh commented 2 years ago

Hi

Is there a way to get the usuall 5 facial landmarks from the face detection on top of the bounding box coordinates? Thanks

Hi, you need to extract it from the MTCNN model

Tetsujinfr commented 2 years ago

Ok thanks for clarifying. Will try that route then. Closing the issue.