V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
fendouai_com
V2EX  ›  Python

YOLO: 3 步实时目标检测安装运行教程 [你看那条狗,好像一条狗!]

  •  
  •   fendouai_com · 2017-09-21 22:14:53 +08:00 · 6737 次点击
    这是一个创建于 2408 天前的主题,其中的信息可能已经有所发展或是发生改变。

    doge

    封面图是作者运行图,我在 ubuntu 环境下只有文字预测结果。

    Detection Using A Pre-Trained Model

    使用训练好的模型来检测物体

    运行一下命令来下载和编译模型

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

    运行一下模型来下载预训练权重

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

    运行以下命令来测试模型

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

    最终结果截图

    result

    英文原文

    https://pjreddie.com/darknet/yolo/

    更多机器学习教程

    http://www.tensorflownews.com

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   4429 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 05:33 · PVG 13:33 · LAX 22:33 · JFK 01:33
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.