推荐学习书目
› 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 · Sep 21, 2017 · 7854 views
    This topic created in 3291 days ago, the information mentioned may be changed or developed.

    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

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Privacy   ·   Solana   ·   2614 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 07:41 · PVG 15:41 · LAX 00:41 · JFK 03:41
    ♥ Do have faith in what you're doing.