با سلام
یک کد متلب رو در کفی میخوام اجرا کنم ولی با اجرای دستور زیرخطا میده. ممکنه لطفا راهنمایی کنید چطور میتونم این خطا رو رفع کنم؟
با اجرای دستور test.sh/. خطای زیر رو میده
test.sh: 2: ./test.sh: ../../build/examples/opticalflow/test_net_flow_bin.bin: not found
سبس برای ایجاد فایل با بسوند bin از دستور زیر استفاده کردم
g++ test_net_flow_bin.cpp -o test_net_flow_bin.bin
ولی خطلای زیر رو داد
test_net_flow_bin.cpp:22:35: fatal error: include/caffe/caffe.hpp: No such file or directory
compilation terminated.