Kagami / go-face

:mag: Face recognition with Go
Creative Commons Zero v1.0 Universal
1.11k stars 169 forks source link

Got error when "go get github.com/Kagami/go-face" #82

Open HuitMahoon opened 2 years ago

HuitMahoon commented 2 years ago

when running go get github.com/Kagami/go-faceon mac os, i got error:

  classify.cc:2:10: fatal error: 'dlib/graph_utils.h' file not found

any help?@Kagami

lchjczw commented 2 years ago

I had the same problem

weizy1981 commented 1 year ago

I also had the same issue.

arpita205 commented 1 year ago

I am also facing the same problem

jocemarkovacs commented 11 months ago

same problem in windows plataform in ubuntu work it. Everyone here instaled dlib?

adrien3d commented 5 months ago

Fixed by copying dlib in $GOPATH/pkg/path/to/go-faceand changing import in classify.cc