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

The label of the dataset is not binary map. #11

Closed
wenhwu opened this issue May 25, 2020 · 2 comments
Closed

The label of the dataset is not binary map. #11

wenhwu opened this issue May 25, 2020 · 2 comments

Comments

@wenhwu
Copy link

wenhwu commented May 25, 2020

Thank you for your generous sharing!

I downloaded the dataset mentioned in your paper, but found that the label of the dataset was not binary map, as Issue in label dataset of 2018. Lebedev M A, Vizilter Y V, Vygolov O V, et al. Change detection in remote sensing images using conditional adversarial networks said.

How did you deal with this situation ?

thanks

@Bobholamovic
Copy link

This is quite a problem. I guess the reason lies in the jpeg compression, which sort of spreads the histogram.

For binarization, I tried (CM==255), which introduces noticeable holes inside white region, and (CM>127), which looks better than the former one except that the while region dilates a little bit. I guess adaptive thresholding methods like OTSU could achieve better result, but I think it would be quite weired that we have to segment these non-binary gt maps like that. So, I'm seeking for a simpler solution. I've emailed the authors of this dataset about this, yet haven't received any useful reply. 😰

@wenhwu
Copy link
Author

wenhwu commented May 30, 2020

Thank you very much for your details, but I don't think it is necessary to restore this dataset into the true binary map, because it is expected that no current method can accurately obtain the change boundary of the binary map. Instead of taking the time to correct the errors in this dataset, we might as well re-create a change detection dataset.

Moreover, I find that the change detection datasets published so far may be sufficient to meet our needs, such as LEVIR-CD and HRSCD.

I'm closing the issue, but let me know if you have further questions.

@wenhwu wenhwu closed this as completed May 30, 2020
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