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

Problem in deeplab model #65

Open
dlotfi opened this issue Jul 28, 2021 · 0 comments
Open

Problem in deeplab model #65

dlotfi opened this issue Jul 28, 2021 · 0 comments

Comments

@dlotfi
Copy link

dlotfi commented Jul 28, 2021

The DeepLab implementation seems to have a long-lasting unobserved issue in Classifier_Module:
in line 116 the out variable is returned in the first iteration of the loop. So it only sums up the output of the first and second atrous convolutions in ASPP module (not all 4 of them).
The source of this problem probably is a bug in the original implementation which was fixed later.

Unfortunately many other researchers have been used this implementation (or the original implementation before its bug being fixed). So whoever reads this issue better be cautious about the DeepLabv2 pytorch implementation used in other repositories too.

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

1 participant