km.evaluate() error

hi

I would like to compile and evaluate with depth estimation model.

this model is referenced at https://github.com/isl-org/MiDaS, andI remove the layer of squeeze, interpolte in the model.

so My model only contains conv.relu,resize,maxpool,add.

However the error is not resolved.

the error is here.


Does the compiled bin work on kl720 if the evaluation is skipped?

Tagged:

Comments

  • Hi Hyun,

    Sorry for the late reply. If your model only contains operators supported by our KL720, and it gets stuck at km.evaluate(), it might be because you haven't converted the .onnx file into the .onnx file supported by our toolchain. Could you check if you've gone through this step?

    Reference link: ONNX Converter - Document Center (kneron.com)

The discussion has been closed due to inactivity. To continue with the topic, please feel free to post a new discussion.