@@ -138,7 +138,7 @@ classification_web_service.py # Script for starting the pipeline server
python3 classification_web_service.py &>log.txt &
```
Once the service is successfully started, a log will be printed in log.txt similar to the following ![img](../imgs/start_server.png)
Once the service is successfully started, a log will be printed in log.txt similar to the following ![img](../../../deploy/paddleserving/imgs/start_server.png)
- Send request:
...
...
@@ -147,7 +147,7 @@ Once the service is successfully started, a log will be printed in log.txt simil
python3 pipeline_http_client.py
```
Once the service is successfully started, the prediction results will be printed in the cmd window, see the following example:![img](../imgs/results.png)
Once the service is successfully started, the prediction results will be printed in the cmd window, see the following example:![img](../../../deploy/paddleserving/imgs/results.png)
<aname="4"></a>
...
...
@@ -254,7 +254,7 @@ recognition_web_service.py # Script for starting the pipeline server
python3 recognition_web_service.py &>log.txt &
```
Once the service is successfully started, a log will be printed in log.txt similar to the following ![img](../../imgs/start_server_shitu.png)
Once the service is successfully started, a log will be printed in log.txt similar to the following ![img](../../../deploy/paddleserving/imgs/start_server_shitu.png)
- Send request:
...
...
@@ -262,7 +262,7 @@ Once the service is successfully started, a log will be printed in log.txt simil
python3 pipeline_http_client.py
```
Once the service is successfully started, the prediction results will be printed in the cmd window, see the following example: ![img](../../imgs/results_shitu.png)
Once the service is successfully started, the prediction results will be printed in the cmd window, see the following example: ![img](../../../deploy/paddleserving/imgs/results_shitu.png)