Files
go-face-examples/tracking/README.md
T
2021-10-12 10:21:59 +03:00

434 B

go-face examples

Tracking

Requirements

To compile face you need to have go-face and gocv

screen

youtube

Ubuntu:

1. go build -tags gocv
2. ./tracking

Mac m1:

1. export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/lib
2. CPLUS_INCLUDE_PATH=/opt/homebrew/include go build -tags gocv
3. ./tracking