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

Official darknet support using a Wrapper #185

Closed sergiopaniego closed 4 years ago

sergiopaniego commented 4 years ago

[WIP]

Official darknet support. Getting rid of darknet version and using the official repo using a Wrapper inside DetectionSuite. This wrapper would call the official darknet repo.

sergiopaniego commented 4 years ago

No longer needed since we are supporting now YOLO using OpenCV 4.2 with CUDA support