You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when run obj-classification demo, the run_demo.sh will rename the onnx model as 'x'
but because the origin output_tensor_names had the 'x' tensor name, so the rename_onnx_model.py will exit with (-1)
here is the relevant rename_onnx_model.py code:
(the code in red square is my modification for debug.)
So I have to modify the run_demo.sh to change the default onnx name ('x'), I think this implementation is a bit bad :(
The text was updated successfully, but these errors were encountered:
when run obj-classification demo, the run_demo.sh will rename the onnx model as 'x'
but because the origin output_tensor_names had the 'x' tensor name, so the rename_onnx_model.py will exit with (-1)
here is the relevant rename_onnx_model.py code:
(the code in red square is my modification for debug.)
So I have to modify the run_demo.sh to change the default onnx name ('x'), I think this implementation is a bit bad :(
The text was updated successfully, but these errors were encountered: