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 代码讲解的主要内容,如果未能解决你的问题,请参考以下文章