apps_cpp segmentation fault

Hi I have some problems while running app_edgeai in C++.

I’ve made a custom model via https://github.com/TexasInstruments/edgeai-modelmaker and it works perfectly on by Beagle Board ai 64 while using python.

However, when I attempt to run by /opt/edge_ai_apps/apps_cpp/bin/Release/app_edgeai, segmentation fault occurs.

I’m pretty sure I built it properly, because all models on model zoo folder works fine.

My beagle board version is 8.2,
the image I am using is bbai64-debian-11.7.

Any suggestions???