go-face-recognition-tutorial
go-face-recognition-tutorial copied to clipboard
Results
2
go-face-recognition-tutorial issues
Sort by
recently updated
recently updated
newest added
When `rec, err := face.NewRecognizer(dataDir)` fails, we get a segfault due to call `defer rec.Close` should return statement if `err != nil`
i follow this tutorial for face recognition, but rec.Classify always return 0 for unrecognized image. how to fix it and how to train the face models, thanks