1.下载darknet

git clone https://github.com/pjreddie/darknet.git

2.修改make

GPU=1
CUDNN=1
OPENCV=1
DEBUG=0

3.编译

cd darknet
make

4.测试

下载yolo.weights

./darknet detect cfg/yolo.cfg yolo.weights data/dog.jpg

YOLO: Real-Time Object Detection 安装和测试

 

视频测试。

./darknet detector demo cfg/coco.data cfg/yolo.cfg yolo.weights billylynn-tlr1_h720p.mov

YOLO: Real-Time Object Detection 安装和测试

 

相关文章:

  • 2021-05-13
  • 2022-01-08
  • 2021-08-14
  • 2021-11-05
  • 2021-04-23
  • 2021-09-02
  • 2021-04-18
猜你喜欢
  • 2022-12-23
  • 2021-11-27
  • 2021-09-12
  • 2021-08-14
  • 2022-12-23
  • 2021-08-04
  • 2021-12-16
相关资源
相似解决方案