tkat0 / PyTorch_BlazeFace

Unofficial PyTorch implementation of BlazeFace
Apache License 2.0
317 stars 57 forks source link

How to get face position and key points? #8

Open jiagh2010 opened 5 years ago

jiagh2010 commented 5 years ago

thanks

RealBBakGosu commented 5 years ago

How can you run the example code? There is some error occurred when I run the example code.

EylinZhao commented 5 years ago

I have same question

xingfan-git commented 5 years ago

I have the same question. The net only ouputs feature extraction, there's a long way to face position

RiceZ commented 5 years ago

I have same question too

FrankXinqi commented 4 years ago

Did anyone get a solution?

kentaroy47 commented 4 years ago

The original BlazeFace detects only the face binding boxes. key points are retrieved via different CNN.

Shixuebin commented 4 years ago

I have same question too

suke27 commented 4 years ago

it just give a shape(1,96,x,x), how to get face postion?

devandong commented 4 years ago

Any updates on thi issue? How to use the output features?