Missing tflite operators

I have found the solution in here: https://github.com/google/mediapipe/issues/245

1 Like

Hi FrozenGene,

I wonder if it is possible for you to look into the TFLite frontend to add a new operator ‘NON_MAX_SUPPRESSION_V5’, which actually has been implemented in your TFLite package.

I tried to simulate TFLite logic and implemented a couple of simple operators.

Cheers

1 Like