在Windows下Darknet.exe的命令参数
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Windows下Darknet.exe的命令参数相关的知识,希望对你有一定的参考价值。
参考技术A 完成《 从零开始在Windows10中编译安装YOLOv3 》后,直接使用darknet.exe检测图像和视频。第一 ,使用YOLOv3 COCO检测图片(picture)的命令参数格式:
darknet.exe detector test cfg/coco.data cfg/yolov3.cfg yolov3.weights -thresh 0.25
第二 ,使用YOLOv3 COCO检测视频(video)的命令参数格式:
darknet.exe detector demo cfg/coco.data cfg/yolov3.cfg yolov3.weights -ext_output test.mp4
第三 ,使用YOLOv3 COCO检测Webcam的命令参数格式:
darknet.exe detector demo cfg/coco.data cfg/yolov3.cfg yolov3.weights -c 0
更多详细的命令参考:
https://github.com/AlexeyAB/darknet#how-to-use-on-the-command-line
参考阅读《 深度学习图像识别技术 》
以上是关于在Windows下Darknet.exe的命令参数的主要内容,如果未能解决你的问题,请参考以下文章
在windows2003 下,怎样使用命令来统计 tcp 连接状态数