deepinsight / insightface

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

How to get 106 keypoints? #2588

Open Tallisgo opened 3 weeks ago

Tallisgo commented 3 weeks ago

Thanks for your work. I have some questions about alignment/coordinate_reg. I download the model 2d106det.onnx, and watch its structure. image

I just want to know the meaning of output tensor's value.

First, whether the value is between 0 and 1 and Is there a value less than 0?

Second, if I want to draw them on pictures, can I just * image width?