【Caffe学习二】基于ROC-RK3399-PC/Ubuntu18.04的YOLOv3-caffe for Object Detection

 

一. 在Ubuntu18.04上安装Caffe (参考链接:http://caffe.berkeleyvision.org/install_apt.html)

    :~$ sudo apt install caffe-cpu    # 默认的Python3版本

    测试安装结果,输入以下命令:

                                                   :~$ python3

                                                    >>> import caffe     # it works that means your Caffe is successfully installed

二. 在Ubuntu18.04上安装Python3-OpenCV

    :~$ sudo apt-get install python3-opencv

    测试OpenCV安装结果,输入以下命令:

                                                   :~$ python3

                                                    >>> import cv2     # it works that means your Caffe is successfully installed

三. 下载YOLOv3-caffe (参考链接:https://github.com/jasonlovescoding/YOLOv3-caffe)

    :~$ git clone https://github.com/jasonlovescoding/YOLOv3-caffe.git

四. 运行程序前准备工作,需下载已训练好的yolov3.caffemodel

    下载链接:https://download.csdn.net/download/jason_ranger/10452595

    将下载的yolov3-caffe解压,并将yolov3.caffemodel放到以下文件夹YOLOv3-caffe/model

五. 运行程序

    :~$ cd YOLOv3-caffe

    :~/YOLOv3-caffe$ python3 detect_one.py --image=images/dog-circle-car.png

    实现效果如下图所示:

dog-circle-car

 

    最后....

     

 


YOLOv3-caffe的简单实现,接下来是怎么进行网络模型的训练,参数的设置....

路漫漫兮修远兮,吾们上下而求索!

  • 1
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值