Open wslong36 opened 1 year ago
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.
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?