Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问如何预测照片中人物的年龄? #6

Closed
InbesLN opened this issue Apr 23, 2024 · 1 comment
Closed

请问如何预测照片中人物的年龄? #6

InbesLN opened this issue Apr 23, 2024 · 1 comment

Comments

@InbesLN
Copy link

InbesLN commented Apr 23, 2024

按照说明建立好模型以后,请问如何利用该模型去预测其他照片中人物的年龄呢?我不是很明白

@redcping
Copy link
Owner

通过网络训练,二进制映射能够捕捉并表示与特定年龄特征相对应的均值和标准差。将100组均值和标准差与当前特征进行DAA操作即可获取100组特征差异,随后这些特征差异被解码成相应的年龄差异。因此,我们相当于预测了当前人像与1至100岁之间每个年龄的差别。通过这种方式,我们可以为当前人像得到100组不同的年龄预测结果。将这些预测结果的平均值,我们可以得到一个更为准确的年龄估计。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants