AdaFace icon indicating copy to clipboard operation
AdaFace copied to clipboard

Has anyone trained adaface on WebFace260M?

Open martinenkoEduard opened this issue 2 years ago • 9 comments

Has anyone trained adaface on WebFace260M?

martinenkoEduard avatar Mar 16 '23 08:03 martinenkoEduard

Hi @martinenkoEduard Have you done this?

quanqigu avatar Nov 20 '23 11:11 quanqigu

Hi @martinenkoEduard Have you done this?

I tried, but there wasn't enough VRAM on my RTX 3080. The more classes you have in the output layer, the more memory you need.

martinenkoEduard avatar Nov 24 '23 10:11 martinenkoEduard

Hi @martinenkoEduard Have you done this?

I tried, but there wasn't enough VRAM on my RTX 3080. The more classes you have in the output layer, the more memory you need.

You are right, don't know if partial fc would help on this. Besides, do you know where can I get webface 260m?

quanqigu avatar Nov 24 '23 11:11 quanqigu

Hi @martinenkoEduard Have you done this?

I tried, but there wasn't enough VRAM on my RTX 3080. The more classes you have in the output layer, the more memory you need.

You are right, don't know if partial fc would help on this. Besides, do you know where can I get webface 260m?

How to enable partial fc? You can enable write a email to - https://www.face-benchmark.org/ They should give you the dataset.

martinenkoEduard avatar Nov 30 '23 13:11 martinenkoEduard

PartialFC + AdaFace is implemented in our new face recognition repository https://github.com/mk-minchul/CVLface

mk-minchul avatar Jun 10 '24 14:06 mk-minchul

PartialFC + AdaFace is implemented in our new face recognition repository https://github.com/mk-minchul/CVLface

Thanks for sharing. I am just working on merging AdaFace with ParticalFC, it's very helpful.

airkid avatar Jun 19 '24 07:06 airkid