-
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…
-
ile "/data2/hyf/dcface-master/dcface/src/datamodules/face_datamodule.py", line 39, in setup
self.data_train = face_dataset.make_dataset(dataset_path,
File "/data2/hyf/dcface-master/dcface/src/…
-
I can't find the email address of the IJB-S author from the origin IJB-S paper and the internet, could you please leave more concrete contact information?
Thanks a lot.
-
\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…
-
i don't know how to use gpu
-
请问下,分类数据集图像尺寸差异过大,应该如何设置 ResizeImage 的相关配置。
我希望将图像的短边resize到统一尺寸,长边按照短边进行缩放。
目前看到这个[回答](https://github.com/PaddlePaddle/PaddleClas/issues/2642)。
当我设置
```
- ResizeImage:
resiz…
-
Are WebFace4M and WebFace12M are the same as WebFace260M or WebFace42M? Or are they different models?
-
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",…
-
- Código: https://github.com/wtnthu/FaCoR
- Paper: https://arxiv.org/pdf/2304.04546.pdf
Chamou-me a atenção por estar entre os melhores resultados na comparação feita na tabela 6 de #50.
-
I am trying to teach webface42m but it says "out of memory"
I am using Nvidia Geforce RTX 3080 TI with 12gb of RAM.
When I lower custom_num_class it works fine.