ronghuaiyang / arcface-pytorch

1.74k stars 392 forks source link

Triplet Loss + Arcface #102

Open onlinehuazai opened 2 years ago

onlinehuazai commented 2 years ago

Why (Triplet loss + Arcface) is inferior than (Triplet loss + Softmax), I have tried many parameters, but the retrieval performance is not well. Triplet loss + Softmax is always better.

onlinehuazai commented 2 years ago

Why (Triplet loss + Arcface) is inferior than (Triplet loss + Softmax), I have tried many parameters, but the retrieval performance is not well. Triplet loss + Softmax is always better.

On my dataset, I think Arcface is better than Softmax, so (Triplet loss + Arcface) is better, but the facts present I am wrong.

chuong98 commented 5 months ago

Have the same issue and I can't explain this problem neither.