-
Notifications
You must be signed in to change notification settings - Fork 193
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
Creating a blob for OAK-FFC-6P & RCV3? #904
Comments
Hi @aheintz-lmco , |
following this procedure, I reach the following error: Command failed with exit code 1, command: /opt/intel/openvino2022_3_RVC3/tools/compile_tool/compile_tool -m /tmp/blobconverter/c7fab0eb13044263bb6d0011e705e2b6/frendo_unet_simple/FP16/unet_simple.xml -o /tmp/blobconverter/c7fab0eb13044263bb6d0011e705e2b6/frendo_unet_simple/FP16/unet_simple.blob -d VPUX.3400 -ip FP32 -ov_api_1_0 Console Output: OpenVINO Runtime version ......... 2022.3.0 Error Output: error: PrefetchTiling Pass failed : Improper split, '9' over '4' tiles Any idea what could be going wrong here? |
CC: @tersekmatija |
@aheintz-lmco Can you try using the "RVC3" tab on blobconverter directly? If it still fails, we would have to look at the model you are trying to convert. |
Hi,
On the OAK-FFC-6P with a single RGB camera connected to socket SA, I am able to run the example scripts (tmp_s3 folder).
However, I am having trouble implementing my own network (using my own blob file).
Is the process to create a blob file for the rvc3 different than that listed on this page or the online converter?
If so, what is the proper procedure?
Any help is much appreciated. Thanks in advance!
The text was updated successfully, but these errors were encountered: