-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: preprocess set_spatial_static_shape compile fail on NPU #28138
Comments
@personball it seems in your attachment only the model's .xml file was included, can you provide also the weights file (.bin file) of your model? If possible to share a sample reproducer or your application so we can test on our side. What kind of model topology is your model and what is the original framework? It would be great also if you can check on the latest 2024.6 release and see if the issue still present. |
it's google mediapipe palm model converted by ovc |
@personball thanks for the updated model files. I've just tried this on OpenVINO 2024.6 release and the NPU Driver version 1.10.1 on Linux and its working great. Could you please try the latest driver available here for your Windows system and also upgrade to OV 2024.6? Please have a try and let us know if the issue persists. If issue continues, then I believe there might be an issue with the preprocessing step used in the application.
|
@avitial with NPU driver 32.0.100.3104 and openvino 2024.6, we get log:
|
OpenVINO Version
2024.5
Operating System
Windows System
Device used for inference
NPU
Framework
None
Model used
palm_detection_192_lite
Issue description
The step
.set_spatial_static_shape(640, 640)
with.resize(ov::preprocess::ResizeAlgorithm::RESIZE_LINEAR, pd_input_size, pd_input_size)
compile fail on NPU ( on GPU is ok)Step-by-step reproduction
model file
palm_detection_192_lite.zip
Relevant log output
Issue submission checklist
The text was updated successfully, but these errors were encountered: