README.md 356 字节
Newer Older
B
bjjwwang 已提交
1 2 3 4 5 6 7 8 9 10
# 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
T
TeslaZhao 已提交
11
python3 web_service.py
B
bjjwwang 已提交
12 13 14 15 16
```

### Perform prediction

```
T
TeslaZhao 已提交
17
python3 pipeline_http_client.py
B
bjjwwang 已提交
18
```