bubbliiiing / unet-keras

这是一个unet-keras的源码,可以用于训练自己的模型。
MIT License
108 stars 35 forks source link

输入尺寸问题 #1

Open babyta opened 3 years ago

babyta commented 3 years ago

请教一下如果输入通道数为4的情况代码部分要改哪些呢

bubbliiiing commented 3 years ago

四通道是RGB-A吗

babyta commented 3 years ago

是的,mask是单通道,像素1-10的分割任务

------------------ 原始邮件 ------------------ 发件人: "Bubbliiiing"<notifications@github.com>; 发送时间: 2021年2月20日(星期六) 下午2:04 收件人: "bubbliiiing/unet-keras"<unet-keras@noreply.github.com>; 抄送: "宇宙无尽头。"<359215752@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [bubbliiiing/unet-keras] 输入尺寸问题 (#1)

四通道是RGB-A吗

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

bubbliiiing commented 3 years ago

那直接转成RGB图片输入可以么

babyta commented 3 years ago

转为rgb不报错吧

------------------ 原始邮件 ------------------ 发件人: "Bubbliiiing"<notifications@github.com>; 发送时间: 2021年2月26日(星期五) 中午1:15 收件人: "bubbliiiing/unet-keras"<unet-keras@noreply.github.com>; 抄送: "宇宙无尽头。"<359215752@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [bubbliiiing/unet-keras] 输入尺寸问题 (#1)

那直接转成RGB图片输入可以么

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

bubbliiiing commented 3 years ago

不报错吧,直接用来训练

babyta commented 3 years ago

数据维度对,肯定不会错呀。

------------------ 原始邮件 ------------------ 发件人: "Bubbliiiing"<notifications@github.com>; 发送时间: 2021年2月26日(星期五) 中午1:21 收件人: "bubbliiiing/unet-keras"<unet-keras@noreply.github.com>; 抄送: "宇宙无尽头。"<359215752@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [bubbliiiing/unet-keras] 输入尺寸问题 (#1)

不报错吧,直接用来训练

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.