diff --git a/examples/C++/PaddleClas/pp_shitu/README_CN.md b/examples/C++/PaddleClas/pp_shitu/README_CN.md index dc54a9bbb1b0032e30ffd2c331cddf65c73081d0..7bebe04a317d2cfa9f52444fa1f5cceff7c493b8 100644 --- a/examples/C++/PaddleClas/pp_shitu/README_CN.md +++ b/examples/C++/PaddleClas/pp_shitu/README_CN.md @@ -1,6 +1,9 @@ -# PP-Shitu +# C++ PP-Shitu Service服务 + +**注意:** 使用Paddle Serving C++框架串联模型,由于C++的前后处理中使用了OPENCV库,您需要使用开启WITH_OPENCV选项编译的C++ Server,详见[COMPILE.md](../../../../doc/Compile_CN.md) + ``` -# 需安装相关依赖包 +## 需安装相关依赖包 pip install faiss-cpu==1.7.1.post2 -i https://mirror.baidu.com/pypi/simple ```