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
I am using the model vehicle-detection-0202 in its openvino_ir format running in a OVMS environment, however when I try to send requests to the model running on a CPU I can get back the expected response, e.g.
(Sometimes instead of -Inf the value is NaN). I don't quite understand what I'm doing wrong, as the requests are in the same format and the data has all the same attributes. Any idea what's going on?
The text was updated successfully, but these errors were encountered:
Try running benchmark_app -d GPU -m vehicle-detection-0202.xml using the same OpenVINO version as in OVMS environment. This issue should be transferred to https://github.com/openvinotoolkit/openvino if it fails. If it passes, it's https://github.com/openvinotoolkit/model_server failure. I'll pass it to them for now. By the way, please, specify the hardware and your OVMS environment.
I am using the model
vehicle-detection-0202
in its openvino_ir format running in a OVMS environment, however when I try to send requests to the model running on a CPU I can get back the expected response, e.g.If I instead try to send a request to the model running on a GPU I keep getting error messages like the following:
(Sometimes instead of -Inf the value is NaN). I don't quite understand what I'm doing wrong, as the requests are in the same format and the data has all the same attributes. Any idea what's going on?
The text was updated successfully, but these errors were encountered: