Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 402 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 402 Bytes

yolov3-opencv

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