Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Serving
提交
d84d883e
S
Serving
项目概览
PaddlePaddle
/
Serving
大约 1 年 前同步成功
通知
186
Star
833
Fork
253
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
105
列表
看板
标记
里程碑
合并请求
10
Wiki
2
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Serving
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
105
Issue
105
列表
看板
标记
里程碑
合并请求
10
合并请求
10
Pages
分析
分析
仓库分析
DevOps
Wiki
2
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
d84d883e
编写于
3月 03, 2021
作者:
J
Jiawei Wang
提交者:
GitHub
3月 03, 2021
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #1076 from wangjiawei04/develop
add 3 models to detections
上级
12e4ed33
54f3a95a
变更
17
隐藏空白更改
内联
并排
Showing
17 changed file
with
484 addition
and
1 deletion
+484
-1
python/examples/detection/README.md
python/examples/detection/README.md
+3
-0
python/examples/detection/README_CN.md
python/examples/detection/README_CN.md
+3
-1
python/examples/detection/faster_rcnn_hrnetv2p_w18_1x/000000570688.jpg
...es/detection/faster_rcnn_hrnetv2p_w18_1x/000000570688.jpg
+0
-0
python/examples/detection/faster_rcnn_hrnetv2p_w18_1x/README.md
.../examples/detection/faster_rcnn_hrnetv2p_w18_1x/README.md
+22
-0
python/examples/detection/faster_rcnn_hrnetv2p_w18_1x/README_CN.md
...amples/detection/faster_rcnn_hrnetv2p_w18_1x/README_CN.md
+21
-0
python/examples/detection/faster_rcnn_hrnetv2p_w18_1x/label_list.txt
...ples/detection/faster_rcnn_hrnetv2p_w18_1x/label_list.txt
+80
-0
python/examples/detection/faster_rcnn_hrnetv2p_w18_1x/test_client.py
...ples/detection/faster_rcnn_hrnetv2p_w18_1x/test_client.py
+27
-0
python/examples/detection/fcos_dcn_r50_fpn_1x_coco/000000570688.jpg
...mples/detection/fcos_dcn_r50_fpn_1x_coco/000000570688.jpg
+0
-0
python/examples/detection/fcos_dcn_r50_fpn_1x_coco/README.md
python/examples/detection/fcos_dcn_r50_fpn_1x_coco/README.md
+21
-0
python/examples/detection/fcos_dcn_r50_fpn_1x_coco/README_CN.md
.../examples/detection/fcos_dcn_r50_fpn_1x_coco/README_CN.md
+23
-0
python/examples/detection/fcos_dcn_r50_fpn_1x_coco/label_list.txt
...xamples/detection/fcos_dcn_r50_fpn_1x_coco/label_list.txt
+80
-0
python/examples/detection/fcos_dcn_r50_fpn_1x_coco/test_client.py
...xamples/detection/fcos_dcn_r50_fpn_1x_coco/test_client.py
+40
-0
python/examples/detection/ssd_vgg16_300_240e_voc/000000570688.jpg
...xamples/detection/ssd_vgg16_300_240e_voc/000000570688.jpg
+0
-0
python/examples/detection/ssd_vgg16_300_240e_voc/README.md
python/examples/detection/ssd_vgg16_300_240e_voc/README.md
+21
-0
python/examples/detection/ssd_vgg16_300_240e_voc/README_CN.md
...on/examples/detection/ssd_vgg16_300_240e_voc/README_CN.md
+23
-0
python/examples/detection/ssd_vgg16_300_240e_voc/label_list.txt
.../examples/detection/ssd_vgg16_300_240e_voc/label_list.txt
+80
-0
python/examples/detection/ssd_vgg16_300_240e_voc/test_client.py
.../examples/detection/ssd_vgg16_300_240e_voc/test_client.py
+40
-0
未找到文件。
python/examples/detection/README.md
浏览文件 @
d84d883e
...
...
@@ -18,3 +18,6 @@ All examples support TensorRT.
-
[
PPYOLO
](
./ppyolo_r50vd_dcn_1x_coco
)
-
[
TTFNet
](
./ttfnet_darknet53_1x_coco
)
-
[
YOLOv3
](
./yolov3_darknet53_270e_coco
)
-
[
HRNet
](
./faster_rcnn_hrnetv2p_w18_1x
)
-
[
Fcos
](
./fcos_dcn_r50_fpn_1x_coco
)
-
[
SSD
](
./ssd_vgg16_300_240e_voc/
)
python/examples/detection/README_CN.md
浏览文件 @
d84d883e
...
...
@@ -19,4 +19,6 @@ Paddle Detection提供了大量的[模型库](https://github.com/PaddlePaddle/Pa
-
[
PPYOLO
](
./ppyolo_r50vd_dcn_1x_coco
)
-
[
TTFNet
](
./ttfnet_darknet53_1x_coco
)
-
[
YOLOv3
](
./yolov3_darknet53_270e_coco
)
-
[
HRNet
](
./faster_rcnn_hrnetv2p_w18_1x
)
-
[
Fcos
](
./fcos_dcn_r50_fpn_1x_coco
)
-
[
SSD
](
./ssd_vgg16_300_240e_voc/
)
python/examples/detection/faster_rcnn_hrnetv2p_w18_1x/000000570688.jpg
0 → 100644
浏览文件 @
d84d883e
135.1 KB
python/examples/detection/faster_rcnn_hrnetv2p_w18_1x/README.md
0 → 100644
浏览文件 @
d84d883e
# Faster RCNN HRNet model on Paddle Serving
(
[
简体中文
](
./README_CN.md
)
|English)
### Get The Faster RCNN HRNet Model
```
wget --no-check-certificate https://paddle-serving.bj.bcebos.com/pddet_demo/2.0/faster_rcnn_hrnetv2p_w18_1x.tar
```
### Start the service
```
tar xf faster_rcnn_hrnetv2p_w18_1x.tar
python -m paddle_serving_server_gpu.serve --model serving_server --port 9494 --gpu_ids 0
```
This model support TensorRT, if you want a faster inference, please use
`--use_trt`
.
### Prediction
```
python test_client.py 000000570688.jpg
```
python/examples/detection/faster_rcnn_hrnetv2p_w18_1x/README_CN.md
0 → 100644
浏览文件 @
d84d883e
# 使用Paddle Serving部署Faster RCNN HRNet模型
(简体中文|
[
English
](
./README.md
)
)
## 获得Faster RCNN HRNet模型
```
wget --no-check-certificate https://paddle-serving.bj.bcebos.com/pddet_demo/2.0/faster_rcnn_hrnetv2p_w18_1x.tar
```
### 启动服务
```
tar xf faster_rcnn_hrnetv2p_w18_1x.tar
python -m paddle_serving_server_gpu.serve --model serving_server --port 9494 --gpu_ids 0
```
该模型支持TensorRT,如果想要更快的预测速度,可以开启
`--use_trt`
选项。
### 执行预测
```
python test_client.py 000000570688.jpg
```
python/examples/detection/faster_rcnn_hrnetv2p_w18_1x/label_list.txt
0 → 100644
浏览文件 @
d84d883e
person
bicycle
car
motorcycle
airplane
bus
train
truck
boat
traffic light
fire hydrant
stop sign
parking meter
bench
bird
cat
dog
horse
sheep
cow
elephant
bear
zebra
giraffe
backpack
umbrella
handbag
tie
suitcase
frisbee
skis
snowboard
sports ball
kite
baseball bat
baseball glove
skateboard
surfboard
tennis racket
bottle
wine glass
cup
fork
knife
spoon
bowl
banana
apple
sandwich
orange
broccoli
carrot
hot dog
pizza
donut
cake
chair
couch
potted plant
bed
dining table
toilet
tv
laptop
mouse
remote
keyboard
cell phone
microwave
oven
toaster
sink
refrigerator
book
clock
vase
scissors
teddy bear
hair drier
toothbrush
python/examples/detection/faster_rcnn_hrnetv2p_w18_1x/test_client.py
0 → 100644
浏览文件 @
d84d883e
from
paddle_serving_client
import
Client
from
paddle_serving_app.reader
import
*
import
sys
import
numpy
as
np
preprocess
=
Sequential
([
File2Image
(),
BGR2RGB
(),
Div
(
255.0
),
Normalize
([
0.485
,
0.456
,
0.406
],
[
0.229
,
0.224
,
0.225
],
False
),
Resize
(
640
,
640
),
Transpose
((
2
,
0
,
1
))
])
postprocess
=
RCNNPostprocess
(
"label_list.txt"
,
"output"
)
client
=
Client
()
client
.
load_client_config
(
"serving_client/serving_client_conf.prototxt"
)
client
.
connect
([
'127.0.0.1:9494'
])
im
=
preprocess
(
sys
.
argv
[
1
])
fetch_map
=
client
.
predict
(
feed
=
{
"image"
:
im
,
"im_info"
:
np
.
array
(
list
(
im
.
shape
[
1
:])
+
[
1.0
]),
"im_shape"
:
np
.
array
(
list
(
im
.
shape
[
1
:])
+
[
1.0
])
},
fetch
=
[
"multiclass_nms_0.tmp_0"
],
batch
=
False
)
print
(
fetch_map
)
python/examples/detection/fcos_dcn_r50_fpn_1x_coco/000000570688.jpg
0 → 100644
浏览文件 @
d84d883e
135.1 KB
python/examples/detection/fcos_dcn_r50_fpn_1x_coco/README.md
0 → 100644
浏览文件 @
d84d883e
# FCOS model on Paddle Serving
(
[
简体中文
](
./README_CN.md
)
|English)
### Get Model
```
wget --no-check-certificate https://paddle-serving.bj.bcebos.com/pddet_demo/2.0/fcos_dcn_r50_fpn_1x_coco.tar
```
### Start the service
```
tar xf fcos_dcn_r50_fpn_1x_coco.tar
python -m paddle_serving_server_gpu.serve --model serving_server --port 9494 --gpu_ids 0
```
This model support TensorRT, if you want a faster inference, please use
`--use_trt`
.
### Perform prediction
```
python test_client.py 000000570688.jpg
```
python/examples/detection/fcos_dcn_r50_fpn_1x_coco/README_CN.md
0 → 100644
浏览文件 @
d84d883e
# 使用Paddle Serving部署FCOS模型
(简体中文|
[
English
](
./README.md
)
)
## 获得模型
```
wget --no-check-certificate https://paddle-serving.bj.bcebos.com/pddet_demo/2.0/fcos_dcn_r50_fpn_1x_coco.tar
```
### 启动服务
```
tar xf fcos_dcn_r50_fpn_1x_coco.tar
python -m paddle_serving_server_gpu.serve --model serving_server --port 9494 --gpu_ids 0
```
该模型支持TensorRT,如果想要更快的预测速度,可以开启
`--use_trt`
选项。
### 执行预测
```
python test_client.py 000000570688.jpg
```
python/examples/detection/fcos_dcn_r50_fpn_1x_coco/label_list.txt
0 → 100644
浏览文件 @
d84d883e
person
bicycle
car
motorcycle
airplane
bus
train
truck
boat
traffic light
fire hydrant
stop sign
parking meter
bench
bird
cat
dog
horse
sheep
cow
elephant
bear
zebra
giraffe
backpack
umbrella
handbag
tie
suitcase
frisbee
skis
snowboard
sports ball
kite
baseball bat
baseball glove
skateboard
surfboard
tennis racket
bottle
wine glass
cup
fork
knife
spoon
bowl
banana
apple
sandwich
orange
broccoli
carrot
hot dog
pizza
donut
cake
chair
couch
potted plant
bed
dining table
toilet
tv
laptop
mouse
remote
keyboard
cell phone
microwave
oven
toaster
sink
refrigerator
book
clock
vase
scissors
teddy bear
hair drier
toothbrush
python/examples/detection/fcos_dcn_r50_fpn_1x_coco/test_client.py
0 → 100755
浏览文件 @
d84d883e
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from
paddle_serving_client
import
Client
from
paddle_serving_app.reader
import
*
import
sys
import
numpy
as
np
preprocess
=
Sequential
([
File2Image
(),
BGR2RGB
(),
Div
(
255.0
),
Normalize
([
0.485
,
0.456
,
0.406
],
[
0.229
,
0.224
,
0.225
],
False
),
Resize
(
640
,
640
),
Transpose
((
2
,
0
,
1
))
])
postprocess
=
RCNNPostprocess
(
"label_list.txt"
,
"output"
)
client
=
Client
()
client
.
load_client_config
(
"serving_client/serving_client_conf.prototxt"
)
client
.
connect
([
'127.0.0.1:9494'
])
im
=
preprocess
(
sys
.
argv
[
1
])
fetch_map
=
client
.
predict
(
feed
=
{
"image"
:
im
,
"scale_factor"
:
np
.
array
([
1.0
,
1.0
]).
reshape
(
-
1
),
},
fetch
=
[
"save_infer_model/scale_0.tmp_1"
],
batch
=
False
)
print
(
fetch_map
)
python/examples/detection/ssd_vgg16_300_240e_voc/000000570688.jpg
0 → 100644
浏览文件 @
d84d883e
135.1 KB
python/examples/detection/ssd_vgg16_300_240e_voc/README.md
0 → 100644
浏览文件 @
d84d883e
# SSD model on Paddle Serving
(
[
简体中文
](
./README_CN.md
)
|English)
### Get Model
```
wget --no-check-certificate https://paddle-serving.bj.bcebos.com/pddet_demo/2.0/ssd_vgg16_300_240e_voc.tar
```
### Start the service
```
tar xf ssd_vgg16_300_240e_voc.tar
python -m paddle_serving_server_gpu.serve --model serving_server --port 9494 --gpu_ids 0
```
This model support TensorRT, if you want a faster inference, please use
`--use_trt`
.
### Perform prediction
```
python test_client.py 000000570688.jpg
```
python/examples/detection/ssd_vgg16_300_240e_voc/README_CN.md
0 → 100644
浏览文件 @
d84d883e
# 使用Paddle Serving部署SSD模型
(简体中文|
[
English
](
./README.md
)
)
## 获得模型
```
wget --no-check-certificate https://paddle-serving.bj.bcebos.com/pddet_demo/2.0/ssd_vgg16_300_240e_voc.tar
```
### 启动服务
```
tar xf ssd_vgg16_300_240e_voc.tar
python -m paddle_serving_server_gpu.serve --model serving_server --port 9494 --gpu_ids 0
```
该模型支持TensorRT,如果想要更快的预测速度,可以开启
`--use_trt`
选项。
### 执行预测
```
python test_client.py 000000570688.jpg
```
python/examples/detection/ssd_vgg16_300_240e_voc/label_list.txt
0 → 100644
浏览文件 @
d84d883e
person
bicycle
car
motorcycle
airplane
bus
train
truck
boat
traffic light
fire hydrant
stop sign
parking meter
bench
bird
cat
dog
horse
sheep
cow
elephant
bear
zebra
giraffe
backpack
umbrella
handbag
tie
suitcase
frisbee
skis
snowboard
sports ball
kite
baseball bat
baseball glove
skateboard
surfboard
tennis racket
bottle
wine glass
cup
fork
knife
spoon
bowl
banana
apple
sandwich
orange
broccoli
carrot
hot dog
pizza
donut
cake
chair
couch
potted plant
bed
dining table
toilet
tv
laptop
mouse
remote
keyboard
cell phone
microwave
oven
toaster
sink
refrigerator
book
clock
vase
scissors
teddy bear
hair drier
toothbrush
python/examples/detection/ssd_vgg16_300_240e_voc/test_client.py
0 → 100755
浏览文件 @
d84d883e
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from
paddle_serving_client
import
Client
from
paddle_serving_app.reader
import
*
import
sys
import
numpy
as
np
preprocess
=
Sequential
([
File2Image
(),
BGR2RGB
(),
Normalize
([
123.675
,
116.28
,
103.53
],
[
58.395
,
57.12
,
57.375
],
False
),
Resize
((
512
,
512
)),
Transpose
((
2
,
0
,
1
))
])
postprocess
=
RCNNPostprocess
(
"label_list.txt"
,
"output"
)
client
=
Client
()
client
.
load_client_config
(
"serving_client/serving_client_conf.prototxt"
)
client
.
connect
([
'127.0.0.1:9494'
])
im
=
preprocess
(
sys
.
argv
[
1
])
fetch_map
=
client
.
predict
(
feed
=
{
"image"
:
im
,
"scale_factor"
:
np
.
array
([
1.0
,
1.0
]).
reshape
(
-
1
),
},
fetch
=
[
"save_infer_model/scale_0.tmp_1"
],
batch
=
False
)
print
(
fetch_map
)
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录