mirror of
https://github.com/Danile71/go-face-examples.git
synced 2026-04-22 23:27:06 +08:00
25 lines
434 B
Markdown
25 lines
434 B
Markdown
# go-face examples
|
|
## Tracking
|
|
|
|
## Requirements
|
|
|
|
To compile face you need to have [go-face](github.com/Danile71/go-face) and [gocv](gocv.io/x/gocv)
|
|
|
|

|
|
|
|
[youtube](https://youtu.be/JFRfxLJ9CIM)
|
|
|
|
|
|
### 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
|
|
```
|