【发布时间】:2019-10-03 21:59:59
【问题描述】:
我使用谷歌视觉来识别图片。成功的。但是我可以用它在自己的服务器上训练自己的模型吗?
image = vision.types.Image(content=content)
response = client.label_detection(image=image)
labels = response.label_annotations
labels = labels[:3]
您想要创建自己的基础架构,而不是远程请求。为了训练我的人工智能,我想使用谷歌视觉。有没有人想将其作为资源或有偿工作?
【问题讨论】:
标签: python machine-learning google-vision