Detection Using A Pre-Trained Model

首先下载依赖包

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

cd darknet

make

ros关于物体识别

it's easy

接下来需要下载pre-trained文件 237M  run:

 wget https://pjreddie.com/media/files/yolov3.weights

然后运行代码:

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

你将会看到:

ros关于物体识别

ros关于物体识别


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

每次识别data中的图片后图片都会刷新在darknet


相关文章:

  • 2021-11-05
  • 2021-05-03
  • 2021-12-25
  • 2021-07-31
  • 2021-12-08
  • 2022-01-24
  • 2021-11-27
猜你喜欢
  • 2021-05-15
  • 2022-12-23
  • 2021-06-06
  • 2021-11-21
  • 2021-12-05
  • 2021-09-26
  • 2021-09-01
相关资源
相似解决方案