We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
I studied this paper BlazeFace: Sub-millisecond Neural Face Detection on Mobile GPUs, which led me to download face_detection_front.tflite.
BlazeFace: Sub-millisecond Neural Face Detection on Mobile GPUs
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.
tf.lite.Interpreter
double BlazeBlock
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.
The text was updated successfully, but these errors were encountered:
@liqiang311 See answer from bazarevsky in #21
Sorry, something went wrong.
mgyong
No branches or pull requests
Hi
I studied this paper
BlazeFace: Sub-millisecond Neural Face Detection on Mobile GPUs
, which led me to downloadface_detection_front.tflite
.But their model is completely different. I read tflite using tensorflow's
tf.lite.Interpreter
, but I didn't find thedouble 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.
The text was updated successfully, but these errors were encountered: