A dead simple python wrapper for darknet that works with OpenCV 4.1, CUDA 10.1

Dead simple python wrapper for Yolo V3 using AlexyAB’s darknet fork. Works with CUDA 10.1 and OpenCV 4.1 or later (I use OpenCV master as of Jun 23, 2019)

  • OpenCV’s DNN module, as of today, does not support NVIDIA GPUs. There is a GSOC WIP that will change this. Till then, this library is what I needed.

  • I used Alexy’s fork because he keeps it more updated with required changes (like using std++-11 etc.).
    W

  • Other excellent libraries such as pyyolo, Yolo34Py did not work for me with CUDA 10.1 and OpenCV 4.1. They all had compiler issues

By dead simple, I mean dead simple.