OAID / FaceDetection

C++ project to implement MTCNN, a perfect face detect algorithm, on different DL frameworks. The most popular frameworks: caffe/mxnet/tensorflow, are all suppported now
Apache License 2.0
272 stars 108 forks source link

error while loading shared librarie #11

Open yaira24 opened 6 years ago

yaira24 commented 6 years ago

compile whit the "make problem #2" suggestions, the compilation was successful but when running test or camera I get: "error while loading shared libraries: libmtcnn.so: cannot open shared object file: No such file or directory"

how can I fix this?

kapildevkumara commented 4 years ago

Try adding the shared library path to $LD_LIBRARY_PATH variable