biubug6 / Pytorch_Retinaface

Retinaface get 80.99% in widerface hard val using mobilenet0.25.
MIT License
2.63k stars 774 forks source link

How to get the camera parameters #37

Open hengshan123 opened 5 years ago

hengshan123 commented 5 years ago

Hi, thanks for your excellent work, i run the detect.py and get the box and landmark result. However, i want to get the camera parameters ,like camera location,camera pose and focal length. Is there interface to do this ?

biubug6 commented 5 years ago

Camera calibration?

hengshan123 commented 5 years ago

No, i want camera pose result, like this image

biubug6 commented 5 years ago

Sorry, The implementation does not contain dense face regression. Official mxnet implementation also does not contain dense face regression which doesn't show much details in paper.