qawsedrg / CADC_detection

CADC对地侦查打击识别程序

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Features

Dependencies

Build

  • Build darknet by allowing OpenCV, GPU and cuDNN
  • Add the following code to public method of class DetectionNN in tkDNN-master/include/tkDNN/DetectionNN.h and build tkDNN
void setthreshold(float threshold) confThreshold=threshold;
  • Instead of using the libtorch downloaded, rebuild Torch by setting to allow CXX11_ABI in TorchConfig.cmake
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
  set(TORCH_CXX_FLAGS "-D_GLIBCXX_USE_CXX11_ABI=1")
endif()

About

CADC对地侦查打击识别程序


Languages

Language:C++ 97.2%Language:CMake 2.8%