Skip to content

Refactored code of yolo-v3(darknet). Using cv::Mat as the input

Notifications You must be signed in to change notification settings

milk-bottle-liyu/yolov3-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Refactored code of yolo-v3(darknet). Using cv::Mat as the input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages