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

Blazeface back camera model (quantized) #10

Closed
metanav opened this issue Jun 11, 2020 · 8 comments
Closed

Blazeface back camera model (quantized) #10

metanav opened this issue Jun 11, 2020 · 8 comments

Comments

@metanav
Copy link

metanav commented Jun 11, 2020

I could not find any quantized version for face_detection_back.tflite model.

@PINTO0309
Copy link
Owner

The model before quantization is not available in either the mediapipe or tfjs repositories, so it cannot be generated.

@metanav
Copy link
Author

metanav commented Jun 11, 2020

You can find FP32 model here: https://github.com/google/mediapipe/blob/master/mediapipe/models/face_detection_back.tflite

How did you generate for "front" one?

@PINTO0309
Copy link
Owner

This is a model quantized to Float16. The Back model is a new model that was added 21 days ago. The Float32 model was not committed from the beginning.
Screenshot 2020-06-11 23:42:07

How did you generate for "front" one?

I took the Float32 model from a commit older than 22 days ago and quantized it.

@metanav
Copy link
Author

metanav commented Jun 11, 2020

I see! I have asked them to share the FP32 or saved model. It seems they are not willing to do so.

@metanav
Copy link
Author

metanav commented Jun 11, 2020

Can the edge tpu quantized model be run without the coral edge accelerator? I mean only on Raspberry Pi.

@PINTO0309
Copy link
Owner

It does not work because it contains a dedicated EdgeTPU custom OP.
Screenshot 2020-06-12 01:29:14

@metanav
Copy link
Author

metanav commented Jun 12, 2020

That's what I thought.

@PINTO0309
Copy link
Owner

The situation is closed as there is no room for improvement. Issue another issue if necessary.

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