I want to implement and train YOLO 3 with my dataset using Opencv and C++, i can't find an example to start with, or a tutorial to explain how to train YOLO with my own data, all the tutorials i found are in python and don't use Opencv. Do you have any example, or an explanation to how to code an object detector with YOLO 3, opencv with C++.
I find this tutorial : https://www.learnopencv.com/deep-learning-based-object-detection-using-yolov3-with-opencv-python-c/
but i can't find the C++ code, i think it exist only with python.
Please i need your help, and thank you