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
If i want to perform predictions on a model (such as patchcore) it is the best choice to use the .predict() function from the class Engine or is a better solution to use torch or opevino inferencer not only for inference time but also for type of output?
And if i want to see the result of inference is correct to use the Visualizer API from the library?
Thansk
The text was updated successfully, but these errors were encountered:
If i want to perform predictions on a model (such as patchcore) it is the best choice to use the .predict() function from the class Engine or is a better solution to use torch or opevino inferencer not only for inference time but also for type of output?
And if i want to see the result of inference is correct to use the Visualizer API from the library?
Thansk
The text was updated successfully, but these errors were encountered: