xionghc / Facial-Expression-Recognition

Facial-Expression-Recognition in TensorFlow. Detecting faces in video and recognize the expression(emotion).
GNU General Public License v3.0
637 stars 190 forks source link

how to make my own dataset #21

Open LeonardNiu opened 5 years ago

LeonardNiu commented 5 years ago

i want to use my phone to take some pictures to train the model, how to give each pic a label and get my own dataset? should i download any module or write another .py file? thanks a lot!

xionghc commented 5 years ago

If you should train model on your data, you should custom the data reader in this program for your data. It's difficult that you collect a large number of picture and label by yourself.