Refactored code of yolo-v3(darknet). Using cv::Mat as the input.
Most of the code are from the darknet project. To use this repository, follow the steps:
- in the lib directory, build the darknet lib
- in the main directory, build the project. There are some test function in the src fold which may help you understand.
The darknet git repository: https://github.com/pjreddie/darknet