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
but depending on whether I'm using a model with a backend or a model without a backend, for the same image and the same model (onnx), I don't get the same inference score...I must have an error in my code but I don't know where, if you can help me.
The text was updated successfully, but these errors were encountered:
I'm trying to implement a method with the python backend to be able to save my inference images, it works. I also return the result of my inference :
with my client I have to adapt my code if I use the backend or not:
but depending on whether I'm using a model with a backend or a model without a backend, for the same image and the same model (onnx), I don't get the same inference score...I must have an error in my code but I don't know where, if you can help me.
The text was updated successfully, but these errors were encountered: