BoyuanJiang/Age-Gender-Estimate-TF
This is a TensorFlow implement of face age and gender estimation which first using dlib to detect and align faces in the picture and then using a deep CNN to estimate age and gender.As you can see below,this project can estimate more than one face in a picture at one time. This project has following dependencies and tested under CentOS7 with Python2.7.14 At present,our deep CNN uses FaceNet architecture,which based on inception-resnet-v1 to extract features.To speed up training,we use the pretrained model's weight from this project and have converted the weight to adapt our model,you can download this converted pretrained facenet weight checkpoint from here or here.Extract it to path models. NOTE: This step is optional,you can also train your model from scratch. NOTE: Using the flag --cuda will train the model with GPU.
Dec-18-2017, 15:21:15 GMT
- Technology: