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

Dataset #6

Open
burcuamirgan opened this issue Mar 24, 2022 · 4 comments
Open

Dataset #6

burcuamirgan opened this issue Mar 24, 2022 · 4 comments

Comments

@burcuamirgan
Copy link

burcuamirgan commented Mar 24, 2022

Hi, Thanks for your sharing.
You wrote, "Transfer the label images from RGB Format to Grey-scale Map". Although I follow this rule for the WHDLD dataset, the prediction results are not consistent. Could you explain this condition in more detail?

*dataset.py
data_series.append(imageio.imread(x_batch[i]) / 255.0) >> for scale [0,1]
label_series.append(imageio.imread(y_batch[i]) - 1) >> ???
sil

@suisui-su-crtl
Copy link

你好,谢谢你的分享。 您写道,“将标签图像从 RGB 格式转换为灰度图”。虽然我对 WDLD 数据集遵循这个规则,但预测结果并不一致。你能更详细地解释一下这种情况吗?

*dataset.py data_series.append(imageio.imread(x_batch[i]) / 255.0) >> for scale [0,1] label_series.append(imageio.imread(y_batch[i]) - 1) >> ??? 硅

Hello, did you still use the method of converting whdld data set into grayscale image? Can you teach me how to convert? thank you very much indeed

@suisui-su-crtl
Copy link

您好!请问有WHDID图像转化成灰度图像的代码吗?自己搞了很久都没有实现,一直在报错状态

@burcuamirgan
Copy link
Author

Hello, Unfortunately, I could not overcome this problem in my previous attempts, so I could not implement binary segmentation.

@suisui-su-crtl
Copy link

suisui-su-crtl commented Oct 11, 2022 via email

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