-
the 18th formula in paper is inconsistent with AdaFace code
eeric updated
2 years ago
-
Hi, thank you for your excellent work!
I want to deploy this model to Tensorrt. Could you give me some guidelines
-
Hello,
I wonder whether you have finetuned the model on the training set of TinyFace before testing as in https://arxiv.org/pdf/1811.08965.pdf, or directly applied it on the testing set without fi…
-
Hi,
I trained resnet50 on MS1MV3 dataset and used the same params as given, but got 0.8882 test_acc on test dataset.
Detailed result:
{'agedb_30_num_test_samples': 12000.0,
'agedb_30_test_acc':…
-
Hi,
I'm trying to implement AdaFace using MXNet and wondering if it is reasonable to replace EMA of feature norm calculation with a BatchNorm layer (without learnable parameters).
This is to sa…
-
Hello,
Thank you for presenting the solid and wonderful work. I have a small question about the usage.
cosine_with_margin = adaface(embbedings, norms, labels)
loss = torch.nn.CrossEntropyLoss()…
-
Hi, have you experienced large datasets with your framework (Keras_insightface)? For example, can I use your repository in order to train glint360 or webface12M?
-
I reproduced EdgeNeXt based on [torch](https://github.com/mmaaz60/EdgeNeXt) and your project,
Is there any mistake with this code? Why can't it show all layers details,looks like it's missing some la…