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 trying to run a resnet50 model on the KRIA KR260 board, I followed the Hackster tutorial:
Everything is ok until I try to launch the resnet50 model using this command and I get the following error:
./resnet50 /usr/share/vitis_ai_library/models/resnet50/resnet50.xmodel
WARNING: Logging before InitGoogleLogging() is written to STDERR
F0306 02:21:51.199921 4471 resnet50.cpp:153] Check failed: !input_image.empty() cannot load /usr/share/vitis_ai_library/models/resnet50/resnet50.xmodel
*** Check failure stack trace: ***
Aborted
What's wrong? the image folder is in ~/Vitis-AI/examples/vai_runtime, while the model is in ~/Vitis-AI/examples/vai_runtime.
I also tried to launch the command using env LIBRARY_LD_PATH=path_to_libraries but it doesn't work. I didn't install the vitis_ai runtime.
The text was updated successfully, but these errors were encountered:
I am trying to run a resnet50 model on the KRIA KR260 board, I followed the Hackster tutorial:
Everything is ok until I try to launch the resnet50 model using this command and I get the following error:
What's wrong? the image folder is in ~/Vitis-AI/examples/vai_runtime, while the model is in ~/Vitis-AI/examples/vai_runtime.
I also tried to launch the command using env LIBRARY_LD_PATH=path_to_libraries but it doesn't work. I didn't install the vitis_ai runtime.
The text was updated successfully, but these errors were encountered: