Implement and train YOLO 3 with Opencv and C++
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-lear...
The code for this tutorial is here :
https://github.com/spmallick/learnopencv
but i can't find the C++ code, i think it exist only with python.
Please i need your help, and thank you
I think it's here
Thank you very much @LBerger I will read the code and see if it do the training, by the way do you know, please any other tutorial or code like the "learnopencv" that detect 1 or multiple objects with yolo3 with opencv and C++, I search a lot and I find only this tutorial.
I think this code is only for detection not training