提交 6a9d9d77 编写于 作者: M MRXLT 提交者: GitHub

add imagenet demo readme

上级 4799f112
## 图像分类示例
示例中采用ResNet50_vd模型执行imagenet 1000分类任务。
### 模型及配置文件获取
```
wget https://paddle-serving.bj.bcebos.com/imagenet-example/conf_and_model.tar.gz
tar -xzvf conf_and_model.tar.gz
```
### 执行预测服务
启动server端
```
python image_classification_service.py conf_and_model/serving_server_model workdir
```
client端进行预测
```
python image_http_client.py
```
*server端示例中服务端口为9393端口,client端示例中数据来自./data文件夹,server端地址为本地9393端口,可根据实际情况更改脚本。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册