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

Try to pretrain on detection dataset #8

Open
merlinarer opened this issue May 23, 2021 · 3 comments
Open

Try to pretrain on detection dataset #8

merlinarer opened this issue May 23, 2021 · 3 comments

Comments

@merlinarer
Copy link

Hello, Thanks for sharing your codes ~
I try to train on VOC2012 without label to get the pretrained model, and then finetune with VOC2012 detection label. The result is very poor, but the result should be better Since pretrain dataset and finetune dataset is the same. Did you tried this or do you have any idea that what's the reason?

@merlinarer
Copy link
Author

Hello, Thanks for sharing your codes ~
I try to train on VOC2012 without label to get the pretrained model, and then finetune with VOC2012 detection label. The result is very poor, but the result should be better Since pretrain dataset and finetune dataset is the same. Did you tried this or do you have any idea that what's the reason?

Ohh~ I'm sorry, I saw the experiment with the same setting in the appendix just now that upstream is trained with the unlabeled COCO dataset. Could you please provide the cfg file, log and checkpoints in this experiment? thanks a lot ^^

@prayforher
Copy link
Collaborator

As we described in the paper, you can use the same configuration file except for the training epoch and training data path for COCO/VOC dataset.
However, I'm concerned that the number of images for VOC2012 trainval is not sufficient to train the upstream model.

@merlinarer
Copy link
Author

``

As we described in the paper, you can use the same configuration file except for the training epoch and training data path for COCO/VOC dataset.
However, I'm concerned that the number of images for VOC2012 trainval is not sufficient to train the upstream model.

Thanks, I notice that there are 2 cfg file (scrl_200ep and scrl_1000ep) with different hyper params like lr and momentum, and which one did you use to train on COCO for 2000 epochs? Would you please provide the log and checkpoints?

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