Merle314 / WildFace

Face Recognition in the wild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WildFace

Face Recognition in the wild first convert vggface2 dataset to tfrecord to accelerate training

python /tools/convert_vggface2.py

then convert lfw to npy file to accelerate data loading

python /tools/lfw_npy.py

at last train the model use your own dataset

python train_tfrecord.py

About

Face Recognition in the wild


Languages

Language:Python 100.0%