DetectionMetrics icon indicating copy to clipboard operation
DetectionMetrics copied to clipboard

Use official darknet version.

Open chanfr opened this issue 6 years ago • 2 comments

The idea is to use the official darknet version instead of a modified one. All extra files should be included in this repo in a "wrappers" folder.

chanfr avatar Mar 06 '19 07:03 chanfr

How does dl-Detection suite work ? where can I get the basic skeleton or structure of detection suite ?

sleep-404 avatar Mar 17 '19 17:03 sleep-404

Hi @sleep-404 , I just saw this issue. I would recommend running darknet inferencer using DetectionSuite, and look into the code of DarknetInferencer.cpp to get a basic idea of how it uses the darknet api to run inferences. The aim of this issue is to shift from Jderobot/darknet to official darknet repo.

vinay0410 avatar Mar 31 '19 13:03 vinay0410