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
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: