一、老规矩

在darknet\build\darknet\x6下按住shift键,点击鼠标右键选择“在此处打开Powershell 窗口(s)”

YOLOv3测试命令

二、测试图片命令:

.\darknet detect cfg\yolov3.cfg yolov3.weights data\dog.jpg

YOLOv3测试命令

 

三、摄像头检测命令:

.\darknet.exe detector demo data\coco.data cfg\yolov3.cfg yolov3.weights

调用结果如下

YOLOv3测试命令

或者指定摄像头设备号0: .\darknet.exe detector demo data\coco.data cfg\yolov3.cfg yolov3.weights -c 0

相关文章:

  • 2022-12-23
  • 2021-11-23
  • 2021-11-23
  • 2020-02-23
  • 2021-08-03
  • 2021-11-06
  • 2021-07-29
  • 2021-12-19
猜你喜欢
  • 2021-11-23
  • 2021-04-01
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
相关资源
相似解决方案