LambdaLi

Results 4 issues of LambdaLi

![4219d3454a33e3d8670b9c5962935a49](https://github.com/lee-zq/3DUNet-Pytorch/assets/131449535/c672128f-1cb7-48e4-9787-59c0d3e3e784) ![d7ed6caf4221afffec5cf90fbb07ef42_720](https://github.com/lee-zq/3DUNet-Pytorch/assets/131449535/fb7788b6-2402-4b3b-9618-a9c032a50f07) 这个代码我跑了四次,最后发现是自己对题主的意思理解错误导致,然后我花了几天时间逐行阅读代码,希望我的遭遇能够帮助到各位:` ①不要预处理‘测试集(test)’!!!不要预处理‘测试集(test)’!!!不要预处理‘测试集(test)’!!!重要的事情说三遍,只需要预处理训练集(train),dataset_lits_test.py会对测试(test)集图像进行处理。 ②前面前辈说到的ResUNet.py里135-161行的map里的upsample里的scale参数后两位减半。 ③把test.py第25行的注释给取消注释,该行的作用看注释的注释,做完后便!!!不!!!需要像前辈之前说的运行test.py时把②里说到的减半参数->进行恢复。 ------------------------------------------------------------------------------------------------------------------------------------------------- I ran this code four times and finally realized that it was due to my incorrect understanding of the author's meaning. I spent...

Hello, your work is amazing. I have a question about the alpha parameter of the cross attention and self attention fusion module in the decoder. It was 0.5 in version...

Your work is breathtaking, I asked a naive question, can it be used in 3D image segmentation now? I only know 1D and 2D in your natten, are you still...

Hello Your work has amazed me, and I cannot express my admiration in a few words. While reading the source code, I noticed that you are using the v2 version...