I'm trying to debug my tflite model, that uses custom ops. I've found the correspondence between op names (in *.pb) and op ids (in *.tflite), and I'm doing a la
I following these steps: Obtained YOLO v4 weights after training on my custom dataset Converted weights to TensorFlow checkpoints Converted Tensorflow checkpoin