Skip to content

sefaburakokcu/age-gender-estimation-mxnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Age Gender Estimation Demo

This repository is created for age-gender estimation demo using SSR-Net in MXNet. Training code can be found here.

Image of output image

Installation

  • First, clone the repository.
git clone https://github.com/sefaburakokcu/age-gender-estimation-mxnet.git
  • Then, install prerequisites.

    • pip
    • setuptools
    • opencv-python-headless
    • jsonpickle==1.4.1
    • mxnet==1.6.0
    • numpy==1.18.2
    • scikit-image==0.16.2
    • scipy==1.4.1
    • pillow==7.0.0

Usage

Under src folder, run test.py.

python3 test.py

Acknowledgment

License

MIT

About

Age-gender estimation demo using SSR-Net in MXNet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages