8000 GitHub - qawsedrg/CADC_detection: CADC对地侦查打击识别程序
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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()

About

CADC对地侦查打击识别程序

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0