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

About the code that generates the codegen in face_mask_detection... #83

Open
wslong36 opened this issue May 9, 2023 · 1 comment
Open

Comments

@wslong36
Copy link

wslong36 commented May 9, 2023

Hello team.

In face_mask_detection, I found that all the functions used in genModel.c are from the int_forward_op directory.

Could you upload the tflite model for face mask and the code that generates the codegen?

@meenchen
Copy link
Contributor

meenchen commented May 15, 2023

Hi @wslong36,

The model architecture for face mask detection is basically the same as the person detection model (https://github.com/mit-han-lab/tinyengine/blob/main/assets/detection.tflite). The only difference is the number of classes for the output.

We generate the code with an internal model format (e.g., a JSON file) for this model, so it is not uploaded to this repo.

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