-
could author add adaface loss to your insightface?
adaface code: https://github.com/mk-minchul/AdaFace/blob/master/head.py
eeric updated
4 months ago
-
I think it's very similar to what the center of the center loss does.But why does it need to train to update instead of directly using the mean of the feature vectors of each class?
-
Hi,
Thanks for your great work, it is very interesting.
I have tested the DifFIQA, but I am not sure how to use this model?
If my face recognition model is AdaFace, should I combine the AdaFace …
-
If my feature extractor changes from arcface to adaface, will it not work as well, and will I need to retrain the model with adaface?
-
请问结合adaface和partial fc时,原文中的这段代码该怎么加?
if isinstance(x, tuple):
cos_thetas, bad_grad = x
targets[bad_grad.squeeze(-1)] = -100
zws98 updated
11 months ago
-
- Y-aware Contrastive Loss: perda contrastiva com marge consciente de Y, onde Y é alguma propriedade das amostras e/ou pares.
- Inspirado nas modificações da perda softmax:
- ArcFace: introduz…
-
Has anyone trained adaface on WebFace260M?
-
Hello!
Thanks for the incredible work here!
I am wondering how to add a new model to the project. I'm currently looking to work with [AdaFace](https://github.com/mk-minchul/AdaFace). I have a O…
-
I have a pretrained IP-Adapter that uses adaface embeddings, i am trying to stylize the outputs, i think this method can help, but i dont think it is compatible with faceID is it?
-
Hi, Congrats to the authors! Great work, the performance of the synthetic data is almost on the verge of exceeding the real data. I'm having some problems reproducing the paper. The performance in Ta…