用了一些 Google ML Kit 中的一些模型,还是挺不错的,但是好像只支持移动端。
不知道为什么限制只能在移动端运行,为什么不支持 PC 端呢?有没有一些非常规的方法跑可以在 pc 上呢?
总觉得 Google 在 AI 这几年太保守了,Chat-GPT 估计会革掉 Google 搜索的命,所以到处看起来都畏手畏脚的。
就像当初的移动,抱着短信收费不放,最后让微信壮大起来。
1
lairdnote 233 天前
gemini 2B 你没跑过?
|
2
lairdnote 233 天前 1
错了 google/gemma-2b
|
6
noahlias 233 天前 1
建议多看看文档
https://developers.google.com/ml-kit/custom-models tensorflow lite hub https://tfhub.dev/ml-kit/collections/image-classification/1 据我所知 google 有很多模型 毕竟 tensorflow 是他家的 随随便便就可以找到一个 模型库 https://github.com/google/mediapipe |
7
zhwguest OP @noahlias 感谢大佬的热心指教,我主要是太新太新手,所以问题比较肤浅。我尝试使用了 ML Kit 上这个 subject-segmentation ,很不错的。但是这个 API 只能绑定在 GMS 上调用,这个就不太方便了,我在想能不能方便的获取到它的模型,然后我自己加载到 TF Lite 上运行。
https://developers.google.com/ml-kit/vision/subject-segmentation |