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
Hi, I would love to use your addon, but unfortunately i always get the same error.
I have tried running Blender as admin, installing Blender, tried different versions of blender (3.4 and 3.6.2) and deepbump (v7 and v6) but somehow i always get the error:
I dont know much about python and google wasnt able to help me.
Am I doing something wrong? How can i fix this?
Thanks for your help! :)
The text was updated successfully, but these errors were encountered:
As stated in the error and in the official ONNX runtime python API you need to explicitly define an execution provider. to do this change the code in the module_color_to_normals.py file as follows:
`
#ort_session = ort.InferenceSession(addon_path + "/deepbump256.onnx")
`
Another way would be to explicitly download an older version of the onnxruntime package using pip. Beware that you explicitly need to use the blender python interpreter.
To clear confusion about blender's python interpreter here.
Hi, I would love to use your addon, but unfortunately i always get the same error.
I have tried running Blender as admin, installing Blender, tried different versions of blender (3.4 and 3.6.2) and deepbump (v7 and v6) but somehow i always get the error:
I dont know much about python and google wasnt able to help me.
Am I doing something wrong? How can i fix this?
Thanks for your help! :)
The text was updated successfully, but these errors were encountered: