推荐学习书目
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
mushuiyu
V2EX  ›  Python

关于用 tensorflow 进行图像检测的相关问题。

  •  
  •   mushuiyu · Jul 17, 2019 · 2111 views
  •   You need to sign in to view this topic
    This topic created in 2562 days ago, the information mentioned may be changed or developed.
    因为课题原因用 python 几个月了,最近搞了个 resnet 的深度学习网络,也用 cifar 的数据集训练出了 ckpt 的相关模型。想问下,如果要用这个检测模型实现在被检测图片中框选出识别出的图像,是要怎么搞,还需要其他什么模块吗。
    4 replies    2019-07-18 10:17:38 +08:00
    lsvih
        1
    lsvih  
       Jul 17, 2019
    已经用模型得到坐标了,直接用 opencv 往图上画便是
    kuhung
        2
    kuhung  
       Jul 17, 2019
    同楼上,有坐标点后直接在图上绘制。楼主如果还疑惑的话,可以看下我个人页的 SSD_keras,里面好像有绘图这个模块。
    mushuiyu
        3
    mushuiyu  
    OP
       Jul 18, 2019
    @lsvih 谢谢,我再试一下
    mushuiyu
        4
    mushuiyu  
    OP
       Jul 18, 2019
    @kuhung 谢谢。昨天晚上我又试了一下,根据你的参考安装了 objection_detection 的模块,但是运行的时候出错了,他说我指向的 pbtxt 文件 no such process。我想问一下这个 pbtxt 文件一般是怎么得到的。我是用训练出的 checkpoint 的 meta 文件生成的 pb 模型,再用 pb 模型导出的 pbtxt 文件,而且我看了一下我的 pbtxt 中也全是训练时的各种节点信息,不是网上说的检测目标的信息。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4723 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 00:15 · PVG 08:15 · LAX 17:15 · JFK 20:15
    ♥ Do have faith in what you're doing.