简体   繁体   English

如何将带有图像的测试请求发送到我在 Google Cloud 上部署的 model?

[英]How do I send a test request with an image to my deployed model on Google Cloud?

I've uploaded my trained model to the Google Cloud Platform that I trained and exported on lobe.ai.我已经将训练有素的 model 上传到我在 lobe.ai 上训练和导出的 Google Cloud Platform。 Now I want to send a test request with an image to it so I can use it on my web application.现在我想向它发送一个带有图像的测试请求,以便我可以在我的 web 应用程序上使用它。 How do I do this?我该怎么做呢?

With your tensorflow ( I deduce this from your tags ) model, you have 2 solutions使用您的 tensorflow(我从您的标签中推断)model,您有 2 个解决方案

In both cases, you have to submit a binary + your features in a JSON instance according with your model inputs在这两种情况下,您都必须根据您的 model 输入在 JSON 实例中提交二进制文件+ 您的功能

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从“ListEndpointsRequest”部署 model? - How do I get deployed model from `ListEndpointsRequest`? 如何让我的 Google-service.json 在 Google Cloud Plataform 中与 Firestore 一起使用? - How do I get my Google-service.json working with Firestore inside Google Cloud Plataform? 如何在我的 Google Cloud Shell/实例中移动我的 Firebase 目录? - How do I move my Firebase directory in my Google Cloud Shell/Instance? 如何在 python 程序中定义我的 Google Cloud Platform 服务帐户的密钥? - How do I define my Google Cloud Platform service account's key in a python program? 如何在 Google Cloud Platform 上为我的组织禁用结算帐户创建? - How do I disable Billing Account Creation for my organization on Google Cloud Platform? 如何允许团队成员使用我的 Google Cloud Speech-to-Text API 帐户? - How do I allow a team member to use my Google Cloud Speech-to-Text API account? 如何删除 Google Cloud Firestore 中项目的所有 collections? - How do I delete ALL collections for a project in Google Cloud Firestore? 如何更新/修改谷歌云平台中已部署的 static ReactJS 站点? - How to update/modify a deployed static ReactJS site in Google cloud platform? 使用 Google 的 API Explorer 发送 Firebase 云消息时,如何解决“THIRD_PARTY_AUTH_ERROR”背后的问题? - How do I fix the problem behind "THIRD_PARTY_AUTH_ERROR" when using Google's API Explorer to send a Firebase Cloud Messaging message? 如何在谷歌云中请求增加 GPU 配额 - How to request GPU quota increase in Google Cloud
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM