Zirui0623 / A2FSeg

A2FSeg: Adaptive Multi-Modal Fusion Network for Medical Image Segmentation
Apache License 2.0
37 stars 0 forks source link

No module named 'nnunet.network_architecture.multi_modal' #2

Open shanwq opened 1 year ago

shanwq commented 1 year ago

Hi, your work is interesting! When I followed your read.me file, after the data preparation, I am trying to do the train procedure, there is an error occurred: No module named 'nnunet.network_architecture.multi_modal'.
The code:'from nnunet.network_architecture.multi_modal.utils import subset_idx' has appeared many times in your source code. But there is not a multi_modal path under the path: nnunet/network_architecture/ . Why is that? Have you forgotten this file or have I missed something?

Zirui0623 commented 1 year ago

Thanks for your attention. At present, the code has not been sorted out, and the multi_modal folder has just been uploaded. I've been busy recently, and I'll continue to improve it later. If you have any more questions, you can email me again.

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2023年11月2日(星期四) 下午3:26 收件人: @.>; 抄送: @.***>; 主题: [Zirui0623/A2FSeg] No module named 'nnunet.network_architecture.multi_modal' (Issue #2)

Hi, your work is interesting! When I followed your read.me file, after the data preparation, I am trying to do the train procedure, there is an error occurred: No module named 'nnunet.network_architecture.multi_modal'. The code:'from nnunet.network_architecture.multi_modal.utils import subset_idx' has appeared many times in your source code. But there is not a multi_modal path under the path: nnunet/network_architecture/ . Why is that? Have you forgotten this file or have I missed something?

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

princerice commented 12 months ago

Hi, your work is interesting! When I followed your read.me file, after the data preparation, I am trying to do the train procedure, there is an error occurred: No module named 'nnunet.network_architecture.multi_modal'. The code:'from nnunet.network_architecture.multi_modal.utils import subset_idx' has appeared many times in your source code. But there is not a multi_modal path under the path: nnunet/network_architecture/ . Why is that? Have you forgotten this file or have I missed something?

May I ask if your data set is brats2020? Does the data processing part need to change some operations

Zirui0623 commented 11 months ago

Yes, the dataset I use is brats2020, and the default processing method of nnunet is used in the data preprocessing part.

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2023年11月13日(星期一) 上午9:49 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [Zirui0623/A2FSeg] No module named 'nnunet.network_architecture.multi_modal' (Issue #2)

Hi, your work is interesting! When I followed your read.me file, after the data preparation, I am trying to do the train procedure, there is an error occurred: No module named 'nnunet.network_architecture.multi_modal'. The code:'from nnunet.network_architecture.multi_modal.utils import subset_idx' has appeared many times in your source code. But there is not a multi_modal path under the path: nnunet/network_architecture/ . Why is that? Have you forgotten this file or have I missed something?

May I ask if your data set is brats2020? Does the data processing part need to change some operations

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

princerice commented 11 months ago

是的,我使用的数据集是brats2020,数据预处理部分使用了nnunet的默认处理方式。 ... ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2023年11月13日(星期一) 上午9:49 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [Zirui0623/A2FSeg] No module named 'nnunet.network_architecture.multi_modal' (Issue #2) Hi, your work is interesting! When I followed your read.me file, after the data preparation, I am trying to do the train procedure, there is an error occurred: No module named 'nnunet.network_architecture.multi_modal'. The code:'from nnunet.network_architecture.multi_modal.utils import subset_idx' has appeared many times in your source code. But there is not a multi_modal path under the path: nnunet/network_architecture/ . Why is that? Have you forgotten this file or have I missed something? May I ask if your data set is brats2020? Does the data processing part need to change some operations — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

Ok, thanks for the author's reply. Run down the code and try it with the brats dataset. I'll leave you a message if I have any other questions