go-face icon indicating copy to clipboard operation
go-face copied to clipboard

:mag: Face recognition with Go

Results 44 go-face issues
Sort by recently updated
recently updated
newest added

When i run go get github.com/Kagami/go-face, I get a bunch of errors pertaining to the files in the go-face folder

Hi, thank you for the awesome project! I was playing around with `RecognizeFile` but it seems like this function cannot recognize `PNG` files even if I explicitly add `.png` at...

![image](https://user-images.githubusercontent.com/18459074/213113309-67c58bc9-2979-4282-bbbf-4e51b83f46f1.png) `# command-line-arguments .\main.go:24:19: undefined: face.NewRecognizer .\main.go:45:21: undefined: face.Descriptor`

Dear sir, I tried to build go-face project on win10 laptop,and I failed FYI, this is my computer environment: compiler: mingw64 with gcc8.1 os: windows10 golang version: 1.19 with cgo...

I made a docker image for AWS ECR to be able to run my code with AWS Lambda, and although if I test my container on my machine it works...

How should I configure the facial recognition model using 68 feature points?

I capture a frame from webcam using this line of code: `webcam.Read(&frame)` and then convert it into grayscale using these lines of code: `grayImg := gocv.NewMat()` `gocv.CvtColor(frame, &grayImg, gocv.ColorBGRToGray)` and...

I'm having an issue where when build the binary inside a docker container and then try to run it on another machine I get `SIGILL: illegal instruction`. If I build...

Can I Load image from live source into its buffer to detect?