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

求问 面部识别 相关的 Python 包

  •  
  •   AlghaPorthos · 14 天前 · 1057 次点击

    RT ,最近一个项目可能需要一个(或者多个也可以)面部识别相关的 python 包。希望可以实现以下这些功能:

    1. 面部识别框
    2. 表情/情绪识别(比如开心,难过,中性,发呆)
    3. 睁眼、闭眼识别

    由于我对这一块确实没有了解,也不知道哪个/哪些包比较好用或者稳定,所以跪求各位大佬推荐。不胜感激!

    6 条回复    2024-05-20 18:49:43 +08:00
    NoOneNoBody
        1
    NoOneNoBody  
       14 天前
    github 搜
    1. 搜 face detect
    2. 搜 face emotion
    3. 搜 eyes close open
    都能搜到,选团体项目,近期有更新的,且有 pypi 的
    jasonlamvt
        2
    jasonlamvt  
       13 天前
    毕设?
    AlghaPorthos
        3
    AlghaPorthos  
    OP
       13 天前
    @NoOneNoBody 目前找到了 ageitgey/face_recognition 作为面部识别框,以及 oarriaga/face_classification 作为表情/情绪识别,但是好像没有找到特别合适的 eyes close open 的项目(可能是这个比较小众?)总之感谢您的建议
    AlghaPorthos
        4
    AlghaPorthos  
    OP
       13 天前
    @jasonlamvt 并不是
    hardto
        5
    hardto  
       13 天前   ❤️ 2
    这种模型 huggingface 上一搜一大把。你可以使用别人 train 好的 https://huggingface.co/dima806/closed_eyes_image_detection/tree/main
    你也可以自己训练一个,找个 vit 的底模,租个卡,基本上一天也就搞定了。
    @AlghaPorthos
    Latin
        6
    Latin  
       12 天前   ❤️ 1
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1169 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 23:58 · PVG 07:58 · LAX 16:58 · JFK 19:58
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.