The goal is to be capables of doing image processing using opencv with GPU support from almost zero experience in opencv environment.
By now we´ve done several image processing using opencv cpu environment, but we cannot get the GPU environment to work, as we need “real time” FPS processing.
We have a Nvidia Tesla K20X but we can´t get the script to run. We are using multiple examples found by internet, and this may be the reason of the different codes we have.
Just now I cannot run any code because opencv is compiling, but the code that trows the error in my case is what you found in Adrian´s blog, just here:
Edit: We´ve been using Yolo v3 for object detection