I working on an object detection project in these days but I got stuck in changing some code of YOLOV3 GPU version.
I have tried to implement the YOLOV3 on CPU however, it did not satisfy me about FPS values. I want to implement it on GPU. So my question is "Can I change some code of YOLOV3 GPU version ?". What I mean by that is, when I open the darknet folder, I saw some files that were written in C++. I need to get the bounding box coordinates and modify some part of the codes. Is it possible to do that ?
In addition, I made some project with YOLOV3 about object detection on Python but as I said, I want to implement on GPU and also I am working on Ubuntu 18.04.