Open emanuelcovaci opened 4 years ago
Hi @nerox8664 @emanuelcovaci !
I also tried to convert the same ONNX model to Keras and I received exactly the same error. The slice layer received 4 inputs, three of which seem to be weights.
Thanks!
Hello @emanuelcovaci @andreimihalcea97.
I fixed some errors related to slice
layer. It now works with 4 inputs (with assumption that axes are [0, 1, ... ndims] array).
Unfortunatelly, @emanuelcovaci, your model still can't be converted due to ONNX Resize layer
@nerox8664 The onnx-tensorflow has a resize layer implementation at https://github.com/onnx/onnx-tensorflow/blob/master/onnx_tf/handlers/backend/resize.py
Can you use this and add it to onnx2keras?
Hi @nerox8664!
I tried to convert an ONNX model to Keras, but I received the following error
I converted this model https://github.com/YunYang1994/tensorflow-yolov3 from Tensorflow to ONNX and now I need the model in Keras.
You can access the ONNX model here: https://drive.google.com/file/d/1ad3EDCILJf1xq8z0J39ZC1LAMAzI9zxV/view?usp=sharing
Thanks!