Compiles with opencv4 -pt 2

This commit is contained in:
xavier
2020-01-15 19:07:05 +01:00
parent 2fa9f691ab
commit 7233b065a8
2 changed files with 678 additions and 1 deletions
-1
View File
@@ -39,7 +39,6 @@ file(GLOB tkdnn_SRC "src/*.cpp")
set(tkdnn_LIBS kernels ${CUDA_LIBRARIES} ${CUDA_CUBLAS_LIBRARIES} -lcudnn -lnvinfer ${OpenCV_LIBS} -lgdal)
file(GLOB class_SRC "src/class_src/*.cpp")
list(REMOVE_ITEM class_SRC "src/class_src/boxDetection.cpp")
set(class_LIBS ${OpenCV_LIBS} -lgdal yaml-cpp python2.7)