使用golang进行人脸检测和识别
要求
go-recognizer需要使用go-face进行编译。 go-face需要安装dlib(> = 19.10)和libjpeg开发软件包。 有关安装的详细信息,请参见文档。
用法
要在Go代码中使用go-recognizer,请执行以下操作:
import "github.com/leandroveronezi/go-recognizer"
要在$ GOPATH中安装go-recognizer:
go get github.com/leandroveronezi/go-recognizer
楷模
当前需要shape_predictor_5_face_landmarks.dat , mmod_human_face_detector.dat和dlib_face_recognition_resnet_model_v1.dat 。 您可以从下载它
评论0
最新资源