README.md 438 字节
Newer Older
W
wangjiawei04 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
# Blazeface 

## Get Model
```
python -m paddle_serving_app.package --get_model blazeface
tar -xzvf blazeface.tar.gz
```

## RPC Service

### Start Service

```
python -m paddle_serving_server.serve --model serving_server --port 9494
```

### Client Prediction

```
python test_client.py serving_client/serving_client_conf.prototxt test.jpg
```

the result is in `output` folder, including a json file and image file with bounding boxes.