Skip to content

STU-Ijichi-Shoya/age-gender-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

age-gender-predictor-demo for JAPANESE

こちらは,伊地知翔也が作ったモデルとなります.詳しくはこちら
A girl in the picture is female, 20 years old.
this project can face detection and predict age and gender.
A prediction model can predict with very high accuracy.
if your face is in 68% of normal distribution, +- 5 years old.

installation

if you use conda

  • execute below command
conda env create -f environment.yml
conda activate demo_env

else you use pure-python>=3.x

pip install -r requirements.txt

how to use

python3 video2rec.py

if you want change video source

please change VIDEO_SOURCE constant of video2rec.py if you use usb-video-cam: 0 else if html video source of network cam or droid-cam: rtsp://~~ or http://~

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages