ZhaoJ9014 / face.evoLVe

🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
MIT License
3.45k stars 759 forks source link

Anything about Verification? #140

Open ZYBOBO opened 4 years ago

ZYBOBO commented 4 years ago

Hi, every contributor on this work Thanks for your work on face recognition, I have some issues on verification and need your help. From your code on verification.py, it seems that "actual_issamne" is a prerequisite. Meanwhile, the definition "get_val_pair" in util.py appears "issame". How do you generate the "{}/{}_list.npy" file? Could you provide me with an example img_list for paired images? I'm looking forward to your reply, thanks.

ealmenzar commented 1 year ago

I'm trying to run it with my own dataset and also need some insights on this "{}/{}_list.npy" file! Any hints?