美文网首页
YOLOV3训练自己的数据

YOLOV3训练自己的数据

作者: xiaoyao_777 | 来源:发表于2018-12-07 18:00 被阅读0次

对于官网的测试主要用以下命令:

./darknet detect cfg/yolov3.cfg yolov3.weights data/dog.jpg
./darknet detector test cfg/coco.data cfg/yolov3.cfg yolov3.weights data/dog.jpg

当检测多张图片
需要修改到的文件主要有:include/darknet.h src/image.c examples/detector.c examples/darknet.c

相关文章

网友评论

      本文标题:YOLOV3训练自己的数据

      本文链接:https://www.haomeiwen.com/subject/oeqxhqtx.html