-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I request torch model files (scrfd_10g_gnkps)? #103
Comments
Hi! I'm not sure If i'll be able to find raw torch checkpoints, but:
|
Thanks @SthPhoenix ! |
Hi! I have used exactly the same script from insightface repo. |
I followed your guide to train GNKPS models, but the model performance cannot be reproduced. The model performed well on widerface validation dataset, but it performed poorly on images with large faces. Did you train with the following configuration? norm_cfg=dict(type='GN', num_groups=16, requires_grad=True), Did you train the model without any other additional methods? Then, the trained model perform well on large faces? |
Hi! Yes, I have used this config, I have trained models on single GPU, some on rtx2080, some on rtx3090. |
I was confirmed that the same problem occurred when a model using batch normalization was used.
Thanks for solving the problem by using group normalization!
I need torch model files to use batch inference and utilize multi-gpu environment.
Would you give me torch model files? Especially, I need scrfd_10g_gnkps.
or if you have scrfd_34g_gnkps, that would be very helpful for me!
And I completed to reproduce the general SCRFD model, and I am looking for a tutorial on how to reproduce gnkps model (or bnkps). Can you give me that information?
Is there any way to perform batch inference with onnx model(scrfd_10g_gnkps) that you are providing?
The text was updated successfully, but these errors were encountered: