Skip to content
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 we use pretrained models with iresnet backbone? #2675

Open
ZubairKhan001 opened this issue Oct 25, 2024 · 2 comments
Open

Can we use pretrained models with iresnet backbone? #2675

ZubairKhan001 opened this issue Oct 25, 2024 · 2 comments

Comments

@ZubairKhan001
Copy link

Seems like pertained ms1mv3 arcface models cant be pretrained with a smaller custom dataset. Is that correct.

def _iresnet(arch, block, layers, pretrained, progress, **kwargs):
model = IResNet(block, layers, **kwargs)
if pretrained:
raise ValueError()
return model

@nttstar
Copy link
Collaborator

nttstar commented Oct 25, 2024

Yes, why not?

@ZubairKhan001 ZubairKhan001 changed the title Can we use pretrained models with iresnet backnot? Can we use pretrained models with iresnet backbone? Oct 26, 2024
@ZubairKhan001
Copy link
Author

please, how can we do this in train_v2 file in arcface_torch as it only has --resume configuration option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants