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
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