insightface icon indicating copy to clipboard operation
insightface copied to clipboard

How to implement arcface without Partial FC with pytorch?

Open Icecream-blue-sky opened this issue 1 year ago • 1 comments

I find that it is forced to use partial fc in arcface_torch, but I just want to use arcface. Is there any offical implement with pytorch? Or need I implement it by myself (any advice to do this, I'm worried about some tricks I didn't think of...)? Thanks!

Icecream-blue-sky avatar Jul 30 '22 09:07 Icecream-blue-sky

Set sample_rate = 1.0 will disable the 'partial'.

nttstar avatar Aug 07 '22 15:08 nttstar