Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model in "face_detection_front.tflite" is inconsistent with the model in the paper "BlazeFace" #173

Closed
liqiang311 opened this issue Oct 15, 2019 · 1 comment
Assignees

Comments

@liqiang311
Copy link

Hi

I studied this paper BlazeFace: Sub-millisecond Neural Face Detection on Mobile GPUs, which led me to download face_detection_front.tflite.

But their model is completely different. I read tflite using tensorflow's tf.lite.Interpreter, but I didn't find the double BlazeBlock in the paper.

In addition, the paper mentions the use of 5x5 DepthWise to replace 3x3 Depthwise, but the tflite model uses 3x3 Depthwise.

Why is this?

Thank you.

@mgyong
Copy link

mgyong commented Oct 16, 2019

@liqiang311 See answer from bazarevsky in #21

@mgyong mgyong self-assigned this Oct 16, 2019
@mgyong mgyong closed this as completed Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants