-
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
-
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 …
-
- 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…
-
请问结合adaface和partial fc时,原文中的这段代码该怎么加?
if isinstance(x, tuple):
cos_thetas, bad_grad = x
targets[bad_grad.squeeze(-1)] = -100
zws98 updated
12 months ago
-
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?
-
I found a problem when converting onnx, unlike the previous model of Adaface, the vector output of VIT is not normalized, and the recall of the measured effect after adding normalization is much highe…
-
开发板:rv1109
环境:1.7.0、1.7.3、1.75都试过,
1. 先模型分段,然后在线转预编译模型,报IOCTL_CMD_RKNN_PRECOMPILE fail, ack=0, data_len=0!,生成的预编译模型只有4 KB。
![image](https://github.com/rockchip-linux/rknn-toolkit/assets/68465689/…
-
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…
-
Has anyone trained adaface on WebFace260M?
-
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?