Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将人类属性(例如性别、年龄、头发颜色)用于图像检索项目。
为此,我需要从我的训练面部图像中学习这些人类属性。因此,如果 matlab 或 python 中是否有任何库可以从面部图像中学习这些人类属性,我一直在徘徊。这个库应该给我一些与该图像相对应的人类属性的度量或分数。
PyFaces使用 eigenfaces 实现人脸识别。它依赖于PIL进行图像处理和numpy进行矩阵计算。有关其工作原理的说明,请参阅此博客文章。