JdeRobot / DetectionMetrics

Tool to evaluate deep-learning detection and segmentation models, and to create datasets
https://jderobot.github.io/DetectionMetrics/
GNU General Public License v3.0
72 stars 38 forks source link

Use official darknet version. #112

Open chanfr opened 5 years ago

chanfr commented 5 years ago

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.

sleep-404 commented 5 years ago

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

vinay0410 commented 5 years ago

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.