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