YOLO YOLO2 代码讲解

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了YOLO YOLO2 代码讲解相关的知识,希望对你有一定的参考价值。

运行

darknet-rect2.exe detector demo F:/2Project/YOLO/yolo2/3data/TestData/data/voc.data F:/2Project/YOLO/yolo2/3data/TestData/cfg/yolo-voc.cfg  F:/2Project/YOLO/yolo2/3data/TestData/weight/yolo-voc.weights      

  开始 darknet.c

技术分享

detector参数进入run_detector函数中,在detector.c中

技术分享

执行demo函数

 

以上是关于YOLO YOLO2 代码讲解的主要内容,如果未能解决你的问题,请参考以下文章

YOLO2解读,训练自己的数据及相关转载以供学习

配置YOLO2(ubuntu16.04+cuda8.0+opencv3.1.0)

detection工作

OpenCV中使用YOLO对象检测

YOLOv2(YOLO9000)

YOLO 算法框架的使用一(初级)