LicheeX / MTCNN-NCNN

Face detection and landmark implementation with mtcnn based on ncnn framework
30 stars 10 forks source link

make error #1

Open hujuan940506 opened 6 years ago

hujuan940506 commented 6 years ago

I make this project , and encounter this error:

/opt/face/mtcnn-ncnn/MTCNN-NCNN-master/lib/libncnn.a: error adding symbols: File format not recognized collect2: error: ld returned 1 exit status src/mtcnn/CMakeFiles/mtcnn.dir/build.make:94: recipe for target '../lib/libmtcnn.so.1.0' failed make[2]: [../lib/libmtcnn.so.1.0] Error 1 CMakeFiles/Makefile2:145: recipe for target 'src/mtcnn/CMakeFiles/mtcnn.dir/all' failed make[1]: [src/mtcnn/CMakeFiles/mtcnn.dir/all] Error 2 Makefile:83: recipe for target 'all' failed

Have anyone ever met?

IrisLimiao commented 5 years ago

I have same issue, Have you fixed it?