I am trying to convert an ONNX model to a Keras model using onnx2keras, so that I can implement this: (https://machinelearningmastery.com/stacking-ensemble-for-deep-learning-neural-networks/) stacking model on Yolov5. It will convert the majority of the model, but seems to say that Resize is not an available converter.
I was just wondering whether anyone had ran into this issue/knows a fix?
