Giter Club home page Giter Club logo

Comments (5)

tobegit3hub avatar tobegit3hub commented on May 18, 2024 1

Thanks for your response. I have updated the deep_image_model with image base64 as input.

Now you can git pull to get the latest pre-trained model and test with this commands.

simple_tensorflow_serving --model_base_path="./models/deep_image_platforms"

curl -X POST -F 'image=@./images/mew.jpg' -F "model_version=1" 127.0.0.1:8500

Or go to the dashboard in http://localhost:8500/ and upload the image to make inference.

from simple_tensorflow_serving.

tobegit3hub avatar tobegit3hub commented on May 18, 2024

It seems that you are requesting with the "input" data but it is not in the model signature.

For image inference, we recommend you to export the image model with "images" as inputs and the clients should request with the "images" data instead of "input".

from simple_tensorflow_serving.

CyLouisKoo avatar CyLouisKoo commented on May 18, 2024

How to do it specifically? Suppose I have the following ready-made model. How can I quickly call this model, is there a ready-made solution? Appreciate much for your answer
image

from simple_tensorflow_serving.

CyLouisKoo avatar CyLouisKoo commented on May 18, 2024

Sorry for the late reply. Both of the above methods can be run through. Appreciate much and I will study your code framework again.

from simple_tensorflow_serving.

tobegit3hub avatar tobegit3hub commented on May 18, 2024

Great and thanks for reporting the issue.

I'm gonna close the issue and feel free to re-open if you have any other question.

from simple_tensorflow_serving.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.