v0.8.11
版本发布时间: 2022-09-09 23:37:52
google-ai-edge/mediapipe最新发布版本:v0.10.15(2024-08-31 03:09:23)
Build changes
- We are no longer adding *.tflite model files and other large binaries to our GitHub repository. Instead, these models are downloaded from Google Cloud Storage. This should speed up your getting started experience with MediaPipe (especially if you can work of a shallow clone of the repository) and allows us to expand our feature set without significantly increasing the size of the repository. Please update your Python binaries if they are fetching models from GitHub (see download_utils.py).
- We have made the build targets
//mediapipe/objc:mediapipe_framework_ios
,//mediapipe/objc:mediapipe_input_sources_ios
,//mediapipe/objc:mediapipe_layer_renderer
publicly visible. These targets can now be used in external iOS applications.