Jina Choi
Jina Choi
Hi, I am trying to validate on lfw dataset using pretrained model 20180402-114759. [https://github.com/davidsandberg/facenet/wiki/Validate-on-lfw] This is the run command that I use: `python3 src/validate_on_lfw.py /home/sonic/datasets/lfw/lfw_mtcnnpy_160 /home/sonic/models/facenet/20180402-114759 --distance_metric 1 --use_flipped_images --subtract_mean...
Hi, I'm trying to test validate_on_lfw following Wiki. I'm done align the LFW dataset, and I have a hard time on number 6. Run the test. My computer is Ubuntu...
My computer is Ubuntu Linux. I wrote below command to align the LFW dataset for validate on LFW. for N in {1..4}; do > python /home/islab/facenet/src/align/align_dataset_mtcnn.py > /home/islab/facenet/datasets/lfw/raw > /home/islab/facenet/datasets/lfw/lfw_mtcnnpy_160...