Closed zmajew closed 2 years ago
Thank you for your prompt reply! Can it work without gocv, but with the image from the file? So, if I replace "ff, err := resized.DataPtrFloat32()" from line 71 with image converted into []float32 slice, will it return face coordinates? Please, excuse me if I missed something major since I am entering tflite field
I want to detect and then crop the human face from the image. label_image example recognizes the images?
Do you have experience doing that in Python?
We want to switch from python to the golang. I did face detection with dlib and TensorFlow, but I want to do that with tflite if it is possible.
If you have experience using tflite in Python and a little knowledge of Go, you should be able to do that.
blazeface example is using tflite to recognize faces. gocv (OpenCV) is used only for getting real-time video.
Hi, can come of the examples be used for face detection (not recognition) to crop the face from the image, like in TensorFlow mtcnn?