From 5ea58a7bd564283a0cde77e9727991c986ffb815 Mon Sep 17 00:00:00 2001 From: Thomas Young <35565423+HexToString@users.noreply.github.com> Date: Thu, 30 Dec 2021 17:29:25 +0800 Subject: [PATCH] Update README.md --- examples/C++/PaddleClas/pp_shitu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/C++/PaddleClas/pp_shitu/README.md b/examples/C++/PaddleClas/pp_shitu/README.md index 6c197d0c..e4b52965 100644 --- a/examples/C++/PaddleClas/pp_shitu/README.md +++ b/examples/C++/PaddleClas/pp_shitu/README.md @@ -1,6 +1,6 @@ # C++ PP-Shitu Service -**注意:** 由于C++代码中前后处理中使用了OPENCV库,您需要使用开启WITH_OPENCV选项编译的C++ Server,详见[COMPILE.md](../../../../doc/Compile_CN.md) +**注意:** Since opencv library is used in the pre-processing and post-processing of C++ code, you need to open `WITH_OPENCV` option to compile the C++ server, see [COMPILE.md](../../../../doc/Compile_CN.md) ``` # Dependent packages need to be installed -- GitLab