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

DUC_HDC performance #1

Open
InstantWindy opened this issue May 7, 2018 · 3 comments
Open

DUC_HDC performance #1

InstantWindy opened this issue May 7, 2018 · 3 comments

Comments

@InstantWindy
Copy link

Hello! Do you use the 'DUC_HDC‘’ model train the Voc2012 dataset? I use it ,but I found the result was not good, it appears the griding situation,But it should not be the case, because the model is the solution to the grid phenomenon.I don't why ,could you help me? Thanks!

@saeedizadi
Copy link
Owner

Hi,

Yes, I'm getting the grid-like pattern as well. The implementation is correct, and I'm skeptical to the theory behind the DUCHDC method.

@InstantWindy
Copy link
Author

Thanks! I have another question. If it is a binary classification, using BCELoss to calculate the loss, how do you calculate the accuracy and mean IoU? Is BCELoss good for image segmentation? I'm sorry to trouble you

@saeedizadi
Copy link
Owner

BCE stands for binary cross entropy. So, it's suitable for binary segmentation task. The accuracy and IoU can be simply calculated for binary segmentation tasks. Just treat each pixel as a sample. Yes, BCE is good for binary segmentation.

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