Replies: 2 comments
-
CC @Wovchena |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yep. The sample expects the model to have NCHW layout |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to run a classification sample with openvino:
python3 classification_sample_async.py -m public/googlenet-v3/FP32/googlenet-v3.xml -i banana.jpg -d GPU
and getting this error:
super().start_async(
RuntimeError: Exception from src/inference/src/cpp/infer_request.cpp:235:
Check 'is_dynamic || port.get_shape() == tensor->get_shape()' failed at src/inference/src/dev/isync_infer_request.cpp:277:
The input tensor size is not equal to the model input type: got [1,299,3,3] expecting [1,299,3,299].
I got the model in follwoing way:
omz_downloader --name googlenet-v3
omz_converter --name googlenet-v3
I am using openvino 2024.2.0 on Ubuntu 22.04
Beta Was this translation helpful? Give feedback.
All reactions