-
@xialuxi ,谢谢您的回复,我上午看了adaface的论文的实现
用caffe 训练很慢的原因请问作者后来有发现吗,前向传播我觉得挺快的
我设置的参数是batch size=56 l两块1080 iter_size:6
/57597324-8428ad00-7581-11e9-9fa1-e2d72d0446f7.png)
12:49:24.228211 23509 s…
-
tensor([[ 1.0000, 0.7334, -0.0655],
[ 0.7334, 1.0000, -0.0277],
[-0.0655, -0.0277, 1.0000]], grad_fn=)
What is the meaning of this matrix?
-
Thanks for your contribution. When I try to train a face model:
```python
from tensorflow import keras
import losses, train, models
import tensorflow_addons as tfa
# Celeb-A
data_path = '/ho…
-
\AdaFace with the following property
self.m 0.4
self.h 0.333
self.s 64.0
self.t_alpha 0.01
Global seed set to 42
/home/administrator/anaconda3/envs/py388/lib/python3.8/site-packages/pytorch_ligh…
-
https://huggingface.co/minchul/cvlface_adaface_vit_base_kprpe_webface4m/blob/main/model.safetensors
Git LFS Details
SHA256: 3c6d37ea874c2f38ffc9a7f0e9247efc994c3fb5c12d044759ac294e19d127f7
…
-
How to train it with custom dataset? (folders as classes?_) FileNotFoundError: [Errno 2] No such file or directory: \faces_emore\\agedb_30\\meta\\sizes
-
I trained the model on MS1MV2 dataset but performance is bad on my dataset.
I have dataset of multiple thousand person's images collected in graysacle.
I am trying to improve performance on my da…
-
How do I change mtcnn to something else, but keep aligment?
-
I am tring to use customer data to train.
I convent the data of faces_webface_112x112 and edited the pics.
while tring, I met this error:
> Traceback (most recent call last):
> File "main.py",…
-
Hi, Thanks for sharing the code and the pretrained models.
Maybe I missed it, but I could not find the adaface implementation in the repo.