Face identification and recognition scalable server with multiple face directories.
https://github.com/ehp/faceserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
318 B
3 lines
318 B
python3 -m identification.train --wider_train ~/datasets/wider/wider_face_train_bbx_gt.txt --wider_train_prefix ~/datasets/wider/WIDER_train/images \ |
|
--wider_val ~/datasets/wider/wider_face_val_bbx_gt.txt --wider_val_prefix ~/datasets/wider/WIDER_val/images \ |
|
--depth 50 --epochs 30 --batch_size 1 --model_name wider1
|
|
|