MaybeShewill-CV / sky-detector

Sky area detection without deep neural networks https://maybeshewill-cv.github.io/sky-detector/
145 stars 44 forks source link

I get the following error when I run make -j command #3

Closed r-rajsingh closed 4 years ago

r-rajsingh commented 5 years ago

Screenshot from 2019-07-25 12-33-43

And even after installing this package how do I import this sky-detector package in my Python code and use the function for sky detection? Please help me ASAP. I m stuck on this for past 3 days. I have even installed the boost library.

MaybeShewill-CV commented 5 years ago

@r-rajsingh Maybe you need to change from statically compile into dynamicly compile:)

r-rajsingh commented 5 years ago

@MaybeShewill-CV So, where should I make changes in CMakeLists.txt file?

r-rajsingh commented 5 years ago

@MaybeShewill-CV I have changed the "/usr/local/lib" to "/usr/lib/x86_64-linux-gnu" in CMakeLists.txt because I could not find "libboost_filesystem.a" , "libboost_system.a" & "libglog.a" in "/usr/local/lib". So I guess due to this change I made, I am not getting this error.

MaybeShewill-CV commented 5 years ago

@r-rajsingh You may google dynamic compile && cmake :)