SthPhoenix / InsightFace-REST

InsightFace REST API for easy deployment of face recognition services with TensorRT in Docker.
Apache License 2.0
497 stars 116 forks source link

Any simple way to get landmark_3d_68? #112

Open kaielvin opened 1 year ago

kaielvin commented 1 year ago

All in the title :)

SthPhoenix commented 10 months ago

Unfortunately there is no simple way, this model still needs face detector to detect actual faces, so it should be implemented as module somewhere between detector and recognition module, also it won't give any benefits to recognition model, so it probably might be implemented as separate processing module like gender\age or mask detectors