Model load error on CV25 #263
-
The model converted with tensorflow-to-larod-cv25 does not work.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Upload as additional information. I compared the model output by tensorflow-to-larod-cv25 and the downloaded model using CVTool's <tf_print_graph_summary.py>. I don't know where the cause is. Where is the error in the procedure for running it on CV25? Thank you. |
Beta Was this translation helpful? Give feedback.
-
I looked into it from a different perspective. I compiled it using Ambarella's CVTool using a tflite format model downloaded based on the URL in the Dockerfile. As a result, it still couldn't work. This leads me to believe that the CVTool command line may be incorrect. |
Beta Was this translation helpful? Give feedback.
-
I was able to solve the problem. I was able to solve the problem by compiling using CVTool2.4.x. I confirmed the operation with tensorflow model and onnx model. It seems that AXIS OS is probably not compatible with the latest CVTool. I think it is necessary to specify the version of CVTool to be used in the README of tensorflow-to-larod-cv25, or to apply a patch to AXIS OS to ensure compatibility with the latest CVTool. I will create an issue from this discussion, so please check it out. |
Beta Was this translation helpful? Give feedback.
I was able to solve the problem.
I was able to solve the problem by compiling using CVTool2.4.x.
I confirmed the operation with tensorflow model and onnx model.
It seems that AXIS OS is probably not compatible with the latest CVTool.
I think it is necessary to specify the version of CVTool to be used in the README of tensorflow-to-larod-cv25, or to apply a patch to AXIS OS to ensure compatibility with the latest CVTool.
I will create an issue from this discussion, so please check it out.