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

reproduce the baseline (ResNet) performance #81

Open
seominseok0429 opened this issue May 26, 2020 · 7 comments
Open

reproduce the baseline (ResNet) performance #81

seominseok0429 opened this issue May 26, 2020 · 7 comments

Comments

@seominseok0429
Copy link

seominseok0429 commented May 26, 2020

I want to reproduce the baseline (ResNet) performance of table 1 in your paper(AdaptSegNet), can you share the same parameters as iteration? please.

For example, in the code, iteration is 250,000, but the amount of GTA5 dataset is about 25000. So, is it really true that about 10 epochs with only 10 learning per image?

@adricarda
Copy link

Were you able to reproduce the baseline results? I tried with the same hyper-parameters indicated in the supplementary material but sill no luck. I can reach at most 25% in terms of mIoU on the Cityscapes validation set.
Can you share the weights maybe?
thanks.

@chinacui
Copy link

chinacui commented Jul 6, 2020

@adricarda Same question. Have you solved it successfully? I have trained the Seg model source only and got ~24-25 mIoU accuracy. Thanks.

@seominseok0429
Copy link
Author

seominseok0429 commented Jul 6, 2020

Were you able to reproduce the baseline results? I tried with the same hyper-parameters indicated in the supplementary material but sill no luck. I can reach at most 25% in terms of mIoU on the Cityscapes validation set.
Can you share the weights maybe?
thanks.

The hyperparameters were all the same. But we run 12 epochs. It is like 30000 iterations.

@seominseok0429
Copy link
Author

@adricarda Same question. Have you solved it successfully? I have trained the Seg model source only and got ~24-25 mIoU accuracy. Thanks.

The hyperparameters were all the same. But we run 12 epochs. It is like 30000 iterations.

@wasidennis
Copy link
Owner

Please make sure that the pre-trained weight is successfully loaded (it also happened to us that the performance could drop to 2x if not doing so). Normally, the model should have 3x IoU in 10k iterations.

@seominseok0429
Copy link
Author

I'll share our code. (soon)

@VE-yyq
Copy link

VE-yyq commented Dec 10, 2020

I'll share our code. (soon)

I have the same question for reproducing. Is there anyone who can share the weights maybe?thanks.

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

5 participants