Skip to content

qawsedrg/CADC_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

Releases

No releases published

Packages

No packages published