You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey.
I have analyzed .onnx files of both gnkps and bnkps models for scrfd_10g, and I saw that there are so many differences in architecture of these models.
So what is the DIFFERENCES between gnkps and bnkps. I mean, If I want to create gnkps on my own, how would I do?
For example, I know that one of them is trained with GN(group normalization) and the other one is BN(batch normalization) BUT is that all?
I wonder of why GNKPS is more successful, and the bnkps is not, especially for big faces but small faces too.
Thanks in advance.