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
Currently, there is no way to compute the performance with OpenVINO models. Engine only accepts AnomlyModule for testing and prediction. It will be handy to have inference and metrics computation support for OpenVINO models as well.
Describe the solution you'd like
This might require some redesign on how we compute metrics. Ideally, we should be able to compute metrics on OpenVINO models as well.
What is the motivation for this task?
Currently, there is no way to compute the performance with OpenVINO models. Engine only accepts
AnomlyModule
for testing and prediction. It will be handy to have inference and metrics computation support for OpenVINO models as well.Describe the solution you'd like
This might require some redesign on how we compute metrics. Ideally, we should be able to compute metrics on OpenVINO models as well.
Methods that require changing
Additional context
No response
The text was updated successfully, but these errors were encountered: