README_CN.md 368 字节
Newer Older
H
huangjianhui 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# YOLOv3 model on Pipeline Paddle Serving

(简体中文|[English](./README.md))

### 获取模型
```
wget --no-check-certificate https://paddle-serving.bj.bcebos.com/pddet_demo/2.0/yolov3_darknet53_270e_coco.tar
```

### 启动 WebService
```
tar xf yolov3_darknet53_270e_coco.tar
python3 web_service.py
```

### 执行预测
```
python3 pipeline_http_client.py
```