OAID / YSQfastfd

A fast binary library for face detection and face landmark detection in images. No float point operations, especially suit for low cost Arm CPUs, The highest accuracy on FDDB among non deep learning methods
Apache License 2.0
197 stars 54 forks source link

detection failed after several minutes #2

Closed GarrickLin closed 7 years ago

GarrickLin commented 7 years ago

I ran the code in rk3288 successfully. But after several minutes I found it failed detecting faces. Is this inherent or just a bug ?

chezhqant commented 7 years ago

Hi, i have a rk3288, my board's system is "Firefly-rk3288_Ubuntu_1604_201705250940.img".and when i input "make -j4", i got failed. and the fault information is "libysqfd64.so: file not recognized: File format not recognized ". could you help me ? please.

GarrickLin commented 7 years ago

just comment this line to build a 32bit target.

xhbdahai commented 7 years ago

@GarrickLin , Yes, it is inherent. The evaluation version only support 2000 frames detection.

xhbdahai commented 7 years ago

@chezhai please show me the detailed log information if possible.

chezhqant commented 7 years ago

Thanks, GarrickLin has sovled my question. @xhbdahai