文章目录
- 关于 MediaPipe
关于 MediaPipe
Cross-platform, customizable ML solutions for live and streaming media.
MediaPipe : 设备端机器学习框架
MediaPipe Studio : 提供标准化 task,你可以下载预训练模型来使用
MediaPipe Model Maker : 定制模型(使用你自己的数据集)
- 官网:https://developers.google.com/mediapipe
- github : https://github.com/google/mediapipe
- MediaPipe Framework : https://developers.google.com/mediapipe/framework
- MediaPipe Framework in Python : https://developers.google.com/mediapipe/framework/getting_started/python_framework
- MediaPipe Studio : https://developers.google.cn/mediapipe/solutions/studio
https://mediapipe-studio.webapps.google.com/home - MediaPipe Model Maker : https://developers.google.cn/mediapipe/solutions/model_maker
- MediaPipe Solutions guide : https://developers.google.com/mediapipe/solutions/guide
视频
- GDG开发者社区 : 社区说|MediaPipe 介绍
https://www.bilibili.com/video/BV1mz4y1T7Ch/ - TensorFlow :
https://www.youtube.com/watch?v=U-7VmOklRLI - 使用 MediaPipe 轻松实现设备端机器学习
https://io.google/2023/program/44701430-a72b-47e3-aeb9-a6f8d5faace4/intl/zh/
相关文章/教程
- Get inspired in 2023 with new machine learning solutions for web developers with MediaPipe
https://blog.tensorflow.org/2023/02/get-inspired-in-2023-with-new-machine-learning-solutions-for-web-developers-mediapipe.html - On-Device Image Generation on Android with MediaPipe
https://codelabs.developers.google.com/mp-image-generation-basic-android - Build a handwritten digit classifier Android app with MediaPipe Tasks
https://codelabs.developers.google.com/mp-digit-classifier-android#0 - Introducing MediaPipe Solutions for On-Device Machine Learning
https://developers.googleblog.com/2023/05/introducing-mediapipe-solutions-for-on-device-machine-learning.html - MediaPipe介绍
https://blog.csdn.net/weixin_38346042/article/details/123399492 - Python+OpenCV手势识别Mediapipe(基础篇)
https://blog.csdn.net/weixin_50679163/article/details/124391674 - Hello MediaPipe on Android
https://margaretmz.medium.com/hello-mediapipe-on-android-813fc0553d79
伊织 2023-11-30(四)