-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
您好!请问有WHDID图像转化成灰度图像的代码吗?自己搞了很久都没有实现,一直在报错状态 |
Hello, Unfortunately, I could not overcome this problem in my previous attempts, so I could not implement binary segmentation. |
Ok, thank you very much
…------------------ 原始邮件 ------------------
发件人: "Burcu ***@***.***>;
发送时间: 2022年9月7日(星期三) 下午2:25
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [lironui/MACU-Net] Dataset (Issue #6)
Hello, Unfortunately, I could not overcome this problem in my previous attempts, so I could not implement binary segmentation.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
![sil](https://user-images.githubusercontent.com/51789352/159865229-3148ed95-1de6-4aa1-b80c-c284a835186c.PNG)
data_series.append(imageio.imread(x_batch[i]) / 255.0) >> for scale [0,1]
label_series.append(imageio.imread(y_batch[i]) - 1) >> ???
The text was updated successfully, but these errors were encountered: