-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Do you have any face detection examples for desktop? #7
Comments
@RealBBakGosu All the examples are listed at https://mediapipe.readthedocs.io/en/latest/examples.html. We only have face detection example for Android and do not have a version for desktop. However, you should be able to port the face detection tf-lite example to desktop by basing it on the desktop tflite object detection example
|
Hello if you want to test face detection example on yout desktop, pls download this code and use as a calculator bazel-bin/mediapipe/examples/desktop/object_detection/object_detection_tflite --calculator_graph_config_file=<face_detection_tflite_path> --input_side_packets=input_video_path=<input_video_path>,output_video_path=<output_video_path> For example, thx to @mgyong |
@RealBBakGosu, thanks for composing a face detection graph for desktop use case! Just to clarify, what you have in face_detection_tflite.zip is a graph, and calculators are those nodes in the graph ;) We definitely will provide more desktop demos in the future releases. |
@RealBBakGosu Thanks for using MediaPipe. My team would love to get feedback from you about your use of MediaPipe
|
Thanks
The text was updated successfully, but these errors were encountered: