fix comment
This commit is contained in:
parent
8fc45dc602
commit
a85941fff4
|
@ -1,8 +1,7 @@
|
||||||
OPENCV_DIR=/paddle/Paddle/opencv-3.4.7/opencv3
|
OPENCV_DIR=your_opencv_dir
|
||||||
LIB_DIR=your inference dir
|
LIB_DIR=your_paddle_inference_dir
|
||||||
CUDA_LIB_DIR=/usr/local/cuda/lib64
|
CUDA_LIB_DIR=your_cuda_lib_dir
|
||||||
CUDNN_LIB_DIR=/usr/lib/x86_64-linux-gnu
|
CUDNN_LIB_DIR=your_cudnn_lib_dir
|
||||||
TENSORRT_DIR=your trt dir
|
|
||||||
|
|
||||||
BUILD_DIR=build
|
BUILD_DIR=build
|
||||||
rm -rf ${BUILD_DIR}
|
rm -rf ${BUILD_DIR}
|
||||||
|
|
Loading…
Reference in New Issue