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

Few questions for adaptation strategy. #22

Open
BOBrown opened this issue Oct 27, 2019 · 1 comment
Open

Few questions for adaptation strategy. #22

BOBrown opened this issue Oct 27, 2019 · 1 comment

Comments

@BOBrown
Copy link

BOBrown commented Oct 27, 2019

@yuhuayc For domain adaptation of detectors from the source domain to the target domain, we always train from the ImageNet pre-trained model. However, in practical application, the pre-trained model on the source domain is usually available. Why don't we fine-tune from the pre-trained model on the source domain model, but fine-tune from the ImageNet pre-trained model. The latter seems to take more time. Could you explain the reason for this?

@heekhero
Copy link

heekhero commented Dec 9, 2019

@BOBrown I think the reason why we choose to load the model pre-trained on ImageNet rather dataset-specific model is just for simplification. You can get enough semantic information from the existing ImageNet and that's what we need all. Of course, I think, maybe a dataset-specific model does result in a faster training process, but that should not be the research focus.

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