-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Face detection #43
Comments
Thank you for your prompt reply! |
You can refer label_image. go-tflite/_example/label_image/main.go Line 94 in 78bc165
|
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. |
I got the cropped image. First, convert |
Hi, can come of the examples be used for face detection (not recognition) to crop the face from the image, like in TensorFlow mtcnn?
The text was updated successfully, but these errors were encountered: