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

Performance of Resnet50 #37

Open
lailvlong opened this issue Feb 3, 2021 · 2 comments
Open

Performance of Resnet50 #37

lailvlong opened this issue Feb 3, 2021 · 2 comments

Comments

@lailvlong
Copy link

Hello, thanks for open source your nice work! Did you explore other encoder backbones? For example, resnet50. I used resnet50 as encoder but got worse mIOU, specifically 40.7%. How do you think of this?

@kaixin96
Copy link
Owner

Hi @lailvlong , I tried resnet50 before, and as far as I can remember, the performance is slightly better (~1%). According to some recent papers I read, the performance gap between vgg16 and resnet50/101 should be larger. Maybe it requires more careful tuning.

Regarding your results, changing backbone to resnet50 should not cause much performance degradation. Did you use an ImageNet-pretrained resnet50? Or you may try tuning some hyper-parameters (e.g. learning rate, training epochs)

Thank you.

@MohamedGAmin
Copy link

@kaixin96 May I know how did you change the backbone to another model than the vgg as I would like to try something different.

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

3 participants