cjweeks/tensorflow-cmake

build file not working

vaibhav0195 opened this issue · 3 comments

Hi i have build an executable using this cmake code but my built file is unable to run giving me permission denied error. how can i run this executable?

Thanks in advance for help

It is possible that you don't have execute permission on the newly created file. Simply execute the following to grant this permission: chmod +x <file>. Replace <file> with the generated executable. Let me know if this works for you.

hi this was the error of my filesystem i corrected it.
but when i tried to integrate opencv3.1.0 using this technique the code compiled correctly but the imread function is not working properly, when i include the tensorflow library in the code.
any leads on this error ?

I have used OpenCV alongside this tool in the past with no issues. What are the problems / errors you are experiencing with imread?