-
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
New install cannot find face detection models #3704
Comments
Note that I then tried Iris detection, with a similar failure. Seems like only running 'Face Detection' solution will download the model? And other solutions find it after? |
Hi @monkeyswarm , |
Hi @sureshdagooglecom , what about issue #2516 is related to this issue? I am on a different bazel version, and not on an M1 mac. I don't see any mention of builds not finding models in that thread. Please advise. |
Hi @monkeyswarm , |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you. |
I wasted whole of day to find why. Please, write somewhere : the demos are needed building sequentially. |
Closing as stale. Please reopen if you'd like to work on this further. |
Face mesh (and holistic) solutions missing tflite models. (Other solutions such as hand tracking are working fine)
Follow documentation to install and run on MacOS via bazel and C++
On running
$ GLOG_logtostderr=1 bazel-bin/mediapipe/examples/desktop/face_mesh/face_mesh_cpu --calculator_graph_config_file=mediapipe/graphs/face_mesh/face_mesh_desktop_live.pbtxt
Fails due to missing tflite model:
E20220918 14:37:27.581456 205329920 demo_run_graph_main.cc:154] Failed to run the graph: Graph has errors: Calculator::Open() for node "facelandmarkfrontcpu__facedetectionshortrangecpu__facedetectionshortrange__facedetection__inferencecalculator__facelandmarkfrontcpu__facedetectionshortrangecpu__facedetectionshortrange__facedetection__InferenceCalculator" failed: ; Can't find file: mediapipe/modules/face_detection/face_detection_short_range.tflite
System information (Please provide as much relevant information as possible)
Describe the expected behavior:
Solutions run as described in setup docs.
Standalone code you may have used to try to get what you need :
No additional code has been written.
The text was updated successfully, but these errors were encountered: