mirror of
https://github.com/Danile71/go-face-examples.git
synced 2026-04-22 23:27:06 +08:00
446 B
446 B
go-face examples
Requirements
To compile face you need to have go-face and gocv
Ubuntu:
1. cd models && ./download_models.sh
2. go build -tags gocv
3. ./face
Mac m1:
1. cd models && ./download_models.sh
2. export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/lib
3. CPLUS_INCLUDE_PATH=/opt/homebrew/include go build -tags gocv
4. ./face
