XinnHe / ST-UNet

127 stars 13 forks source link

提供的代码缺少东西 #2

Closed yudawen closed 2 years ago

yudawen commented 2 years ago

同学,你提供的代码好像缺少东西,能不能整理一个只包括网络部分的文件,就网络结构部分就好,非常感谢。

XinnHe commented 2 years ago

有网络的文件啊在networks/里,我是在transUNet基础上改的,所以还用的TransUnet里的文件名,但是里面是我的结构

------------------ 原始邮件 ------------------ 发件人: "XinnHe/ST-UNet" @.>; 发送时间: 2022年3月7日(星期一) 下午4:03 @.>; @.***>; 主题: [XinnHe/ST-UNet] 提供的代码缺少东西 (Issue #2)

大哥,你提供的代码缺少东西,能不能整理一个包括网络部分的文件,训练和测试的代码不需要,就网络结构部分就好,非常感谢。

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.Message ID: @.***>

XinnHe commented 2 years ago

我是女生😅

yudawen commented 2 years ago

from functions.modulated_dcn_func import ModulatedDeformConvFunction from functions.modulated_dcn_func import DeformRoIPoolingFunction 这2个函数在代码里面好像木有!

XinnHe commented 2 years ago

那个没关系,你可以把modulated_dcn.py这个文件删了,没用这个,我调用的deform_conv.py 完成可变形卷积。 image

XinnHe commented 2 years ago

这两个文件都能实现可变形卷积,我最后使用了deform_conv.

yudawen commented 2 years ago

QQ图片20220309111557 文中这里少一个图片的id

yudawen commented 2 years ago

还有你的网络可以加预训练模型吗,我看在这个数据集上加不加ImageNet预训练模型差别很大的

XinnHe commented 2 years ago

可以加,我没加

------------------ 原始邮件 ------------------ 发件人: "XinnHe/ST-UNet" @.>; 发送时间: 2022年3月9日(星期三) 中午11:17 @.>; @.**@.>; 主题: Re: [XinnHe/ST-UNet] 提供的代码缺少东西 (Issue #2)

小姐姐,还有你的网络可以加预训练模型吗,我看在这个数据集上加不加ImageNet预训练模型差别很大的

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you commented.Message ID: @.***>

XinnHe commented 2 years ago

这里写漏了一个6_13,我都没发现

------------------ 原始邮件 ------------------ 发件人: "XinnHe/ST-UNet" @.>; 发送时间: 2022年3月9日(星期三) 中午11:15 @.>; @.**@.>; 主题: Re: [XinnHe/ST-UNet] 提供的代码缺少东西 (Issue #2)

这个少一个图片的id

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you commented.Message ID: @.***>

yudawen commented 2 years ago

ResNetv2的权重吗 你能测试一下是否可以加吗 我感觉加预训练模型精度会提高很多,你论文中对比的方法是都没有使用预训练权重吗

yudawen commented 2 years ago

训练的时候出现nan你有遇到吗

XinnHe commented 2 years ago

我都没加预训练模型。没有出现nan,你查下是不是你的数据加载有问题

Wangyz1021 commented 2 years ago

请问一下数据集使用的请哪个 image

xinjiTian commented 2 years ago

训练的时候出现nan你有遇到吗

同学 可以提供一下你的softpool部分的代码吗 感谢

ZCX-11 commented 2 years ago

您好,请问那个softpool部分是怎么安装,具体步骤能说一下吗,我按照网上步骤,没能安装上,请您指点

Wangyz1021 commented 2 years ago

去github下载了这个东西,然后在这个项目的conda环境里面pip安装

Wang @.***

---原始邮件--- 发件人: @.> 发送时间: 2022年9月2日(周五) 下午5:03 收件人: @.>; 抄送: @.**@.>; 主题: Re: [XinnHe/ST-UNet] 提供的代码缺少东西 (Issue #2)

ZCX-11 commented 2 years ago

您好,我对这方面刚接触不久,对一些操作还不是很熟悉,您能将安装SoftPool步骤说的详细一点,将一些命令行命令告诉一下,谢谢

Wangyz1021 commented 2 years ago

我大概是四五月份吧,看了这个东西,就算是你安成功了也没有用,作者提供的东西就是个垃圾,根本不规范,问了人家也不回,不知道他们咋做出来的成功,你不要安这个东西你先看看人家代码,那是啥嘛,安了也没有用,后面后续还有很多问题,就这样。 随便看看参考一下吧。

Wang @.***

---原始邮件--- 发件人: @.> 发送时间: 2022年9月2日(周五) 晚上7:09 收件人: @.>; 抄送: @.**@.>; 主题: Re: [XinnHe/ST-UNet] 提供的代码缺少东西 (Issue #2)

您好,我对这方面刚接触不久,对一些操作还不是很熟悉,您能将安装SoftPool步骤说的详细一点,将一些命令行命令告诉一下,谢谢

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

yudawen commented 2 years ago

@ZCX-11 https://github.com/rentainhe/pytorch-pooling/blob/master/Pooling/pooling_method/softpool.py softpool我是直接用这个文件里面的代码,不需要编译安装。 @Wangyz1021 作者把代码公开,对遥感社区的发展是有贡献的,你这样讲真的不好

ZCX-11 commented 2 years ago

@ZCX-11 https://github.com/rentainhe/pytorch-pooling/blob/master/Pooling/pooling_method/softpool.py softpool我是直接用这个文件里面的代码,不需要编译安装。 @Wangyz1021 作者把代码公开,对遥感社区的发展是有贡献的,你这样讲真的不好

非常感谢