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

raspberry pi #14

Open weixiaosmileqq opened 6 years ago

weixiaosmileqq commented 6 years ago

Can this program be implemented on the raspberry pi? When I "make", it always show“aarch64-linux-gnu-g++": format error

MyraBaba commented 6 years ago

any idea ?

cooture commented 6 years ago

the same problem

MyraBaba commented 6 years ago

is this a dead project ?

cooture commented 6 years ago

raspi is aarch32(arm v7) computer ,gcc-5-aarch64-linux-gnu cannot install in raspi ,i think raspi should be implemented,because i have no idea to make detaction faster in raspi

MyraBaba commented 6 years ago

what type of singleBoard of computer you tested ? odroid ? rock64 ? which one is good for speed face detection for this project ?