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
1722332572
V2EX  ›  Python

object_detection_with_tensorflow:使用 google 物体识别的 api 来识别电影里面的物体 [生活大爆炸为例]

  •  
  •   1722332572 · 2017-10-23 12:52:30 +08:00 · 2883 次点击
    这是一个创建于 2375 天前的主题,其中的信息可能已经有所发展或是发生改变。

    使用 google 物体识别的 api 来识别电影里面的物体。目前可以做到每秒 30 帧。

    https://github.com/scotthuang1989/object_detection_with_tensorflow

    http://www.tensorflownews.com/wp-content/uploads/2017/10/QQ20171022-0-1.jpg

    分享自 TensorFlow QQ 群的彼岸:314148034

    Target

    detect people in a video or from camera. can choose what detection method we are using. Project Structure

    From google

    object label and detecion api data object_detection My module

    myutil: help function object_detection_tf.py: main module for detecting object Usage

    run following command python object_detection_tf.py -v /home/scott/Videos/S11E03.mp4

    you need replace the video file with your choice Current Status

    on my nvidia 1060 (6GB RAM ), the speed is ~25 frame per second, but gpu utilization is below 30%, I will use multiprocessing to speed up.

    更多机器学习资源: http://www.tensorflownews.com/

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