mk-minchul / AdaFace

MIT License
625 stars 118 forks source link

Has anyone trained adaface on WebFace260M? #88

Open martinenkoEduard opened 1 year ago

martinenkoEduard commented 1 year ago

Has anyone trained adaface on WebFace260M?

quanqigu commented 10 months ago

Hi @martinenkoEduard Have you done this?

martinenkoEduard commented 10 months ago

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.

quanqigu commented 10 months ago

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?

martinenkoEduard commented 10 months ago

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.

mk-minchul commented 3 months ago

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

airkid commented 3 months ago

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.