Thanks
@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=
For example,
bazel-bin/mediapipe/examples/desktop/object_detection/object_detection_tflite --calculator_graph_config_file=mediapipe/graphs/face_detection/face_detection_tflite.pbtxt --input_side_packets=input_video_path=mediapipe/examples/desktop/object_detection/test.mp4,output_video_path=mediapipe/examples/desktop/object_detection/output.mp4
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
It would be great if you could answer the below questions
1) What is your use case for MediaPipe?
2) Any feedback about how easy or difficult it is to use MediaPipe?
Thanks
Ming
Most helpful comment
@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