MaybeShewill-CV / CRNN_Tensorflow

Convolutional Recurrent Neural Networks(CRNN) for Scene Text Recognition
MIT License
1.03k stars 388 forks source link

How to use tfserver? #328

Closed 447428054 closed 5 years ago

447428054 commented 5 years ago

i do this: bash script.

bash tfserve/export_crnn_saved_model.sh To start the tensorflow model server you may check following script

bash tfserve/run_tfserve_crnn_gpu.sh There are two different ways to test the python client of crnn model. First you may test the server via http/rest request by running

python tfserve/crnn_python_client_via_request.py ./data/test_images/test_01.jpg Second you may test the server via grpc by running

python tfserve/crnn_python_client_via_grpc.py

But i can't get result from server

MaybeShewill-CV commented 5 years ago

@447428054 You may add more information here:)