[Serving] add ppdet serving example (#641)

* serving support ppdet

* Update README.md

update ppadet/README
This commit is contained in:
heliqi
2022-11-22 17:38:23 +08:00
committed by GitHub
parent 2cb488217e
commit 38e96451d7
18 changed files with 996 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ tar -xvf ResNet50_vd_infer.tgz
wget https://gitee.com/paddlepaddle/PaddleClas/raw/release/2.4/deploy/images/ImageNet/ILSVRC2012_val_00000010.jpeg
# 将配置文件放入预处理目录
mv ResNet50_vd_infer/inference_cls.yaml models/preprocess/1/
mv ResNet50_vd_infer/inference_cls.yaml models/preprocess/1/inference_cls.yaml
# 将模型放入 models/runtime/1目录下, 并重命名为model.pdmodel和model.pdiparams
mv ResNet50_vd_infer/inference.pdmodel models/runtime/1/model.pdmodel