我希望能够使用Google Cloud Vision AI从我提供的图像范围内选择相似的图像。
这有可能做到吗?
发布于 2019-11-27 17:39:31
在Google Cloud Vision API上没有内置的功能可以做到这一点,但你可以做的是获取在网络上检测到的匹配图像的URL,并过滤你感兴趣的图像。您可以遵循此tutorial。
我希望这对你有帮助
发布于 2019-12-08 09:14:21
你可以试试Vision API的ProductSearch:https://cloud.google.com/vision/product-search/docs/
https://stackoverflow.com/questions/59050953
复制相似问题