serengil / deepface

A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
https://www.youtube.com/watch?v=WnUVYQP4h44&list=PLsS_1RYmYQQFdWqxQggXHynP1rqaYXv_E&index=1
MIT License
14.34k stars 2.2k forks source link

Train dataset using deepface and dump model using numpy #385

Closed devdandi closed 2 years ago

devdandi commented 2 years ago

how to train database of image ?

serengil commented 2 years ago

I don't understand what you need exactly. Please give more information.

devdandi commented 2 years ago

I don't understand what you need exactly. Please give more information.

I iwant to train my image to my model own and then the trained dataset Will be dump using pickle, so the predict Will be model.predict(x)

serengil commented 2 years ago

this is out-of-scope of deepface.