Skip to content

Commit

Permalink
complie path retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
LDOUBLEV committed May 26, 2021
1 parent 3296edd commit b4dc3e9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions deploy/cpp_infer/tools/build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
OPENCV_DIR=/paddle/Paddle/opencv-3.4.7/opencv3
LIB_DIR=/paddle/OCR/debug/paddle_inference
CUDA_LIB_DIR=/usr/local/cuda/lib64
CUDNN_LIB_DIR=/usr/lib/x86_64-linux-gnu
TENSORRT_DIR=/paddle/Paddle/package/TensorRT/TensorRT-6.0.1.5/
OPENCV_DIR=your_opencv_dir
LIB_DIR=your_paddle_inference_dir
CUDA_LIB_DIR=your_cuda_lib_dir
CUDNN_LIB_DIR=your_cudnn_lib_dir

BUILD_DIR=build
rm -rf ${BUILD_DIR}
Expand Down

0 comments on commit b4dc3e9

Please sign in to comment.