rcmalli / keras-vggface

VGGFace implementation with Keras Framework
MIT License
928 stars 417 forks source link

How to train new face #3

Open Ripppah opened 7 years ago

Ripppah commented 7 years ago

How to train new face with your weight?

sameerg07 commented 7 years ago

Even I want to know that for some image when i gave the model to predict, it gave 269, I want to know how ti train the model on our own dataset and test it on that. If this is done then , i can proceed to bounding boxes

rcmalli commented 6 years ago

Both cases are already explained briefly in readme file. For detailed information, a blog post may be needed.

chenkingwen commented 6 years ago

@rcmalli It is a excellent work for VGGFace implement using Keras framework. I have been learned much from your work, thanks a lot.I am new man in deep learning area, so I am desire for more details about traning the CNN.Can you share the training details?My best wishes for you.