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
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
The text was updated successfully, but these errors were encountered:
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 ?
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
The text was updated successfully, but these errors were encountered: