ZhaoJ9014 / face.evoLVe

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

Embeddings1 and embeddings2 order #137

Open John1231983 opened 3 years ago

John1231983 commented 3 years ago

Thanks for great repo,

In your code, you defined https://github.com/ZhaoJ9014/face.evoLVe.PyTorch/blob/d5e31893f7e30c0f82262e701463fd83d9725381/util/verification.py#L165 https://github.com/ZhaoJ9014/face.evoLVe.PyTorch/blob/d5e31893f7e30c0f82262e701463fd83d9725381/util/verification.py#L166

Could you tell me which part corresponds to embeddings1 (index 0, 2, 4, ..., in lwf image) and which part is for embeddings2 (index 1,3,5...). In my opinion, the part is for embeddings1 https://github.com/ZhaoJ9014/face.evoLVe.PyTorch/blob/d5e31893f7e30c0f82262e701463fd83d9725381/util/utils.py#L188

and the part is for embeddings2

https://github.com/ZhaoJ9014/face.evoLVe.PyTorch/blob/d5e31893f7e30c0f82262e701463fd83d9725381/util/utils.py#L199