* 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
4 lines
118 B
CMake
4 lines
118 B
CMake
cmake_minimum_required(VERSION 2.6)
|
|
|
|
aux_source_directory(. DIR_CLIPPER_SRCS)
|
|
add_library(clipper ${DIR_CLIPPER_SRCS}) |