darknet-cpp-wrapper icon indicating copy to clipboard operation
darknet-cpp-wrapper copied to clipboard

A small C++ wrapper for pjreddie/darknet detector (yolo v2), for use in UTAT project.

Results 4 darknet-cpp-wrapper issues
Sort by recently updated
recently updated
newest added

There is no darknet.c in /src? There is one in /examples but not source. How do I complete step 3? https://github.com/TommyX12/darknet-cpp-wrapper

Hi, greetings from Turkey. My question is can we use the same code for yolov3?

Hey, thanks for the wrapper. Can you give me an example of what g++ command you add to the Makefile to compile the wrapper? Also, just letting you know that...

hello can you write little more about details. i copied all orginal code into wrapper , and darknet.h file to examples folder and tried "g++ main.cpp" but main.cpp:24:1: error: ‘Darknet’...