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

怎么识别图片中是否有人像?求思路

  •  
  •   longchisihai · Mar 3, 2017 · 5108 views
    This topic created in 3383 days ago, the information mentioned may be changed or developed.
    求各位大佬给点思路,有很多张图片,全部都是风景照,和人的自拍照,有什么方法可以把里面把人的自拍照片筛选出来吗?
    20 replies    2017-03-04 14:00:24 +08:00
    leejanfin
        1
    leejanfin  
       Mar 3, 2017 via iPhone
    这个应该有很多现成的库或者 API 可以做吧...
    LeeSeoung
        2
    LeeSeoung  
       Mar 3, 2017
    很多图像识别库都有现成的例子吧。。
    miaoever
        3
    miaoever  
       Mar 3, 2017 via iPhone
    Keyword: 人脸检测
    mooczz
        4
    mooczz  
       Mar 3, 2017
    iOS 的 Core Image 就包含人脸检测功能,第三方开源库有 Dlib , Open CV
    mooczz
        5
    mooczz  
       Mar 3, 2017
    最近在看 DLib ,有 python API
    cs202
        7
    cs202  
       Mar 3, 2017
    https://aws.amazon.com/rekognition/

    Amazon Rekognition is a service that makes it easy to add image analysis to your applications. With Rekognition, you can detect objects, scenes, and faces in images. You can also search and compare faces. Rekognition ’ s API enables you to quickly add sophisticated deep learning-based visual search and image classification to your applications.
    ETiV
        8
    ETiV  
       Mar 3, 2017
    不知道 LZ 说的人像是不是人脸。

    opencv 就能用,自带的。无需训练,开箱即用。

    如果找得到人脸的话,会返回人脸、眼睛、鼻子、嘴的矩形。
    upygad
        9
    upygad  
       Mar 3, 2017
    又拍云的人脸识别功能,能够通过 URL 访问图片时,对图片进行识别。任务以同步的方式处理,处理完成后,响应信息中返回人脸识别的信息。
    具体了解可以看下:http://docs.upyun.com/cloud/face_detect/#_7
    R18
        10
    R18  
       Mar 3, 2017
    resulycheng
        11
    resulycheng  
       Mar 3, 2017
    全部上传 Google Photo 然后搜索 people
    upygad
        12
    upygad  
       Mar 3, 2017
    spike774
        13
    spike774  
       Mar 3, 2017
    同 8 楼 opencv 可以做这个事而且有训练好的模型,也有 py 包,教程详见
    http://docs.opencv.org/trunk/d7/d8b/tutorial_py_face_detection.html
    leavic
        14
    leavic  
       Mar 3, 2017 via iPhone
    dlib 的误判率比 opencv 好,几行代码就可以搞定了
    lunaticus7
        15
    lunaticus7  
       Mar 3, 2017   ❤️ 1
    https://github.com/seetaface/SeetaFaceEngine

    中科院山世光老师开源的 Seetaface
    开源库里的一股清流,我司最近刚用这个替换了旧有算法,国人骄傲,效果很好。
    jininij
        16
    jininij  
       Mar 3, 2017 via Android
    face++
    jijiwaiwai
        17
    jijiwaiwai  
       Mar 3, 2017
    深度学习库 keras ,分分钟写一个
    lk1ngaa7
        18
    lk1ngaa7  
       Mar 3, 2017
    aleen42
        19
    aleen42  
       Mar 3, 2017
    若楼主使用 c/c++ 可以参考一下这篇文章: http://www.learnopencv.com/facial-landmark-detection/
    hellocy
        20
    hellocy  
       Mar 4, 2017
    16 楼说的 face++ 挺好用的 人脸识别
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2914 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 74ms · UTC 12:23 · PVG 20:23 · LAX 05:23 · JFK 08:23
    ♥ Do have faith in what you're doing.