deepinsight / insightface

State-of-the-art 2D and 3D Face Analysis Project
https://insightface.ai
23.23k stars 5.4k forks source link

How can I get 5 keypoints from kps_model? #1661

Open Arnimen opened 3 years ago

Arnimen commented 3 years ago

I use the scrfd_2.5g_bnkps model. how can I get 5 keypoints from it? Now the model only outputs bbox for image. Thanks

enginefuture commented 3 years ago

scrfd tools detect
det = det[bindex, :] if kpss is not None: kpss = kpss[bindex, :] return det, kpss

neverneverendup commented 1 year ago

i have the same problem, how to do that plz @nttstar