duan8/dbnet/clipper/CMakeLists.txt
PeterH0323 b74db15d87
Optimize dbnet (#464)
* Fix: syntax error in common.hpp , cuda & tensorrt not included in CMakeLists.txt

* Fix: layer warining while building in common.hpp and denet.cpp

* Fix: NOT droping mini boxes and low score boxes.

* Fix: The prediction boxes are NOT expanded by the specified proportion, which will lead to serious errors
2021-04-07 17:54:27 +08:00

4 lines
118 B
CMake

cmake_minimum_required(VERSION 2.6)
aux_source_directory(. DIR_CLIPPER_SRCS)
add_library(clipper ${DIR_CLIPPER_SRCS})