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

Question about DRN performance #6

Closed
PatMouLu opened this issue Feb 3, 2022 · 1 comment
Closed

Question about DRN performance #6

PatMouLu opened this issue Feb 3, 2022 · 1 comment

Comments

@PatMouLu
Copy link

PatMouLu commented Feb 3, 2022

Hello, thank you for this nice work.

I am trying to implement the active learning on Cityscapes with DRN model (https://github.com/fyu/drn). I followed the implementation details in your paper: drn_d_22 architecture, Adam optimizer, lr 5e-4, epoch 40, batch size 4, crop size 688. However, the performance already reaches 59.26 mIoU over 30% samples selected randomly, which is much higher than your reported performance in Fig. 8. Could you kindly tell me whether I made anything wrong? or can you share your command to train the drn network?

Thank you very much.

@siyuhuang
Copy link
Owner

Hi @PatMouLu, thank you for your interest in our work. We also implemented our semantic segmentation experiment based on https://github.com/fyu/drn. For 30% and 100% training data, we got 53.5% and 62% mIoU. VAAL [ICCV'19] reports a similar result for Cityscapes, where 30% data gets ~53.7% mIoU and 40% data gets 56% mIoU with basically identical experimental settings.

I am not quite sure what leads to the performance difference of our implementations. The code for semantic segmentation is not compatible with this repo, so it was not released.

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