YSQ face detect algorithm demo on ARM (Linux) platform.
Test on Allwinner R40 (ARM32) and Rockchip RK3399 (ARM64)
- ARM32 platform hardware board
- Ubuntu 16.04 with GTK3 library
- USB camera (480P/720P), YUYV
sudo apt install build-essential vim-gtk libgtk-3-0 libgtk-3-dev libegl1-mesa-dev
cd YSQfastfd
make -j4
chmod +x ./run.sh
./run.sh
NOTE :
- Type key 'q' to quit the display window.
- Type key 's' to show the landmark info.
- Type key 'p' to save the face picture.