mediapipe
mediapipe copied to clipboard
Adds Missing Script Phase in ImageEmbedder iOS Sample Project
Description
This PR adds a missing build script phase that downloads the required models. All other Google AI sample projects include those, without this the ImageEmbedder sample app will not compile due to missing resources that are referenced in the project.
Fixes
Missing build script phase for the ImageEmbedder sample