-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Facedetector model documentation #1
Comments
@yousifa We don't recommend using the facedetector_front.tflite model directly without the preprocessing and postprocessing calculators that the MediaPipe Android Face detection on GPU example demonstrates. To understand better the details of the facedetector_front.tflite model architecture, i recommend reading the publication that the model is based on. You can also examine the code of the TfLiteTensorsToDetections calculator to better understand how to process the outputs of the facedetector_front.tflite model Could you also provide more details on what are you trying to do with the facedetector_front.tflite model? What is the use case? |
Closing this issue since there hasn't been any follow up from @yousifa |
@yousifa I font this file has been removed, can you send me a copy, my email addr is : [email protected]. many thanks |
I tried to inference BlazeFace model directly, and this is python demo code. It is a simple demo. There are many shortcomings to be improved.
|
I tried the tflit file too. it only output the extracted feature. thanks for your demo. i will try it soon
发自我的 iPhone
… 在 2019年9月11日,15:38,ogl4jo3 ***@***.***> 写道:
I'm trying to use the facedetector model (facedetector_front.tflite) directly, but there is no documentation on the output of the model. A description of the output would be greatly appreciated.
I tried to inference BlazeFace model directly, and this is python demo code. It is a simple demo. There are many shortcomings to be improved.
The post-processing spend a lot of time, I think it was caused by python code, maybe you can use Numba to optimize it.
And I use original NMS method instead paper's method. If you want better performance. You can implement paper's method.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thank you for sharing. I run the python demo code,but get Wrong detection box. I don't know where is the problem. |
…_detection Adding initial Object Detection sample for MediaPipe Android
I'm trying to use the facedetector model (facedetector_front.tflite) directly, but there is no documentation on the output of the model. A description of the output would be greatly appreciated.
The text was updated successfully, but these errors were encountered: