mirror of
https://github.com/Kagami/go-face.git
synced 2025-10-04 23:32:46 +08:00
Fix repo and package name
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
||||
export GOPATH = $(PWD)
|
||||
|
||||
testdata:
|
||||
git clone https://github.com/Kagami/go-dlib-testdata testdata
|
||||
git clone https://github.com/Kagami/go-face-testdata testdata
|
||||
|
||||
gofmt-staged:
|
||||
./gofmt-staged.sh
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# go-dlib
|
||||
# go-face
|
||||
|
||||
Partial [dlib](https://github.com/davisking/dlib) bindings for Go.
|
||||
Face recognition for Go.
|
||||
|
||||
## License
|
||||
|
||||
|
2
error.go
2
error.go
@@ -1,4 +1,4 @@
|
||||
package dlib
|
||||
package face
|
||||
|
||||
// #include <stdint.h>
|
||||
// #include "facerec.h"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package dlib
|
||||
package face
|
||||
|
||||
// #cgo pkg-config: dlib-1
|
||||
// #cgo CXXFLAGS: -std=c++1z -Wall -O3 -DNDEBUG -march=native
|
@@ -1,4 +1,4 @@
|
||||
package dlib
|
||||
package face
|
||||
|
||||
// #include <stdlib.h>
|
||||
// #include <stdint.h>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package dlib
|
||||
package face
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
Reference in New Issue
Block a user