提交 db228b78 编写于 作者: B bjjwwang

add readme to pipeline paddledetecton models

上级 729318aa
# Faster RCNN model on Pipeline Paddle Serving
### Get The Faster RCNN Model
```
wget --no-check-certificate https://paddle-serving.bj.bcebos.com/pddet_demo/2.0/faster_rcnn_r50_fpn_1x_coco.tar
```
### Start the service
```
tar xf faster_rcnn_r50_fpn_1x_coco.tar
python web_service.py
```
### Perform prediction
```
python pipeline_http_client.py
```
# PPYOLO model on Pipeline Paddle Serving
([简体中文](./README_CN.md)|English)
### Get Model
```
wget --no-check-certificate https://paddle-serving.bj.bcebos.com/pddet_demo/2.0/ppyolo_mbv3_large_coco.tar
```
### Start the service
```
tar xf ppyolo_mbv3_large_coco.tar
python web_service.py
```
### Perform prediction
```
python pipeline_http_client.py
```
# YOLOv3 model on Pipeline Paddle Serving
([简体中文](./README_CN.md)|English)
### Get Model
```
wget --no-check-certificate https://paddle-serving.bj.bcebos.com/pddet_demo/2.0/yolov3_darknet53_270e_coco.tar
```
### Start the service
```
tar xf yolov3_darknet53_270e_coco.tar
python web_service.py
```
### Perform prediction
```
python pipeline_http_client.py
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册