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