tinyengine icon indicating copy to clipboard operation
tinyengine copied to clipboard

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

Open wslong36 opened this issue 1 year ago • 1 comments

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?

wslong36 avatar May 09 '23 15:05 wslong36

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.

meenchen avatar May 15 '23 16:05 meenchen