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

Hi there, I am trying to `go get` go-face on freebsd `1202000` (well, it is used as a dependency in photoview but I guess that does not matter). * First...

if face alignment will be horizontal , it can not find the any face. Is there solution for this ? Thank

Hey all, pretty new to go and having a problem with go get on MacOS 12.2/Go 1.17.6 on M1. Here is what I am facing: ```bash face-detector % go get...

For this problem https://github.com/Kagami/go-face/issues/86, I added build constraint.

sudo apt-get install libdlib-dev libblas-dev libatlas-base-dev liblapack-dev libjpeg-turbo8-dev successfull but when i do go get github.com/Kagami/go-face # github.com/Kagami/go-face In file included from /usr/include/dlib/matrix/matrix_conv.h:8:0, from /usr/include/dlib/matrix.h:13, from /usr/include/dlib/graph_utils/function_objects.h:7, from /usr/include/dlib/graph_utils.h:8, from...

can't go get github.com/Kagami/go-face, getting error: # github.com/Kagami/go-face /usr/bin/ld: cannot find -lcblas collect2: error: ld returned 1 exit status

when running `go get github.com/Kagami/go-face`on mac os, i got error: classify.cc:2:10: fatal error: 'dlib/graph_utils.h' file not found any help?@Kagami

i was wondering because when i tried running the binary file, the console return missing library. My multiple servers have multiple variation of linux with different ways of installing dlib....