DarkHelp icon indicating copy to clipboard operation
DarkHelp copied to clipboard

C++ wrapper library for Darknet

Results 7 DarkHelp issues
Sort by recently updated
recently updated
newest added

OS: Ubuntu 18.04 LTS >Built DarkNet succesfully and can be used with './darknet' > Built DarkHelp using [this](https://www.ccoderun.ca/DarkHelp/api/Building.html) and compiled 'example_project'. I am trying to build a standalone executable "exe_static"...

Trying to install DarkHelp on Windows Server 2019 with GeForce Ge 1660. Have installed OpenCV with DNN , Installed DarkNet as per the Darknet instructions. All Path variables have been...

Investigate what would be needed to support batch inference. See: https://github.com/AlexeyAB/darknet/issues/7541 And: https://github.com/AlexeyAB/darknet/pull/7915

I did all steps from readme_windows.txt, generated a Visual Studio solution, but when I build it I see this: `cannot open source file "DarkHelp.hpp" D:\Projects\DarkHelp\src-lib\DarkHelpConfig.cpp` ![image](https://user-images.githubusercontent.com/10476019/195216256-66d6f0be-983b-4816-b9df-0b9d0ae49162.png) How to fix it?

Hi I have below strange error when compiling darknet. > cmake -DCMAKE_BUILD_TYPE=Release .. -- The C compiler identification is AppleClang 11.0.0.11000033 -- The CXX compiler identification is AppleClang 11.0.0.11000033 --...

Hi, @stephanecharette I am new to darknet and impressed by your c++ DarkHelp very good coverage. We are using AI for detecting vehicles from intersections . currently using yolov7 and...

This is about UI convenience in DarkMark. If the user needs to associate distinct colors to the classes she works on, a list of color values can be read from...