Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LDOUBLEV authored May 26, 2021
1 parent 8fc45dc commit a85941f
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=your inference dir
CUDA_LIB_DIR=/usr/local/cuda/lib64
CUDNN_LIB_DIR=/usr/lib/x86_64-linux-gnu
TENSORRT_DIR=your trt dir
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 a85941f

Please sign in to comment.