Age and Gender Estimation from Face

버전 1.1.2 (5.97 MB) 작성자: Masayuki Tanaka
It is a sample to estimate age and gender from face.
다운로드 수: 1K
업데이트 날짜: 2019/9/2

라이선스 보기

편집자 메모: This file was selected as MATLAB Central Pick of the Week

It is a sample to estimate age, gender and attractiveness from face.

It provide an example of transfer learning of deep learning.

It is CNN-based algorithm. The pre-trained networks are included.
I applied the transfer learning based on the vgg-face with the UTKFace dataset for age and gender with the SCUT-FBP dataset for attractiveness.

Please run demo_test

It also the sample of training code in demo_train.m

vgg-face
https://github.com/rcmalli/keras-vggface

UTKFace
https://susanqq.github.io/UTKFace/

SCUT-FBP
http://www.hcii-lab.net/data/SCUT-FBP/EN/introduce.html

인용 양식

Masayuki Tanaka (2024). Age and Gender Estimation from Face (https://www.mathworks.com/matlabcentral/fileexchange/72577-age-and-gender-estimation-from-face), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.2

Just changed the image.

1.1.1

Just changed the image.

1.1.0

Added attractiveness

1.0.1

Changed name

1.0.0