https://github.com/fendouai/FaceRank/blob/master/cn_readme.md
Because of privacy,the training images dataset is not provided. maybe some carton images will be given later.
- 130 pictures with size 128*128 from web with tag image: 1-3.jpg means rank 1,3st train pic you can add your own pics to the resize_images folder
Model is CNN based on TensorFlow based on : https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/3_NeuralNetworks/convolutional_network.py
After you installed TensorFlow ,just run train_model.py.
- train the model
- save the model to model dir
After you run the train_model.py ,just run the run_model.py to test.
The model is trained can be download at http://www.tensorflownews.com/
@HadXu develop the keras version https://github.com/fendouai/FaceRank/tree/master/FaceRank_with_keras