Replies: 15 comments 11 replies
-
Hi @mingxin-zheng, could you please help share some comments on this one? |
Beta Was this translation helpful? Give feedback.
-
Hi @keesh0 , some quick answers to your questions. I do not have an active Windows development environment for now, but will spend some time to get one and can circle back after that. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I will try your ideas tomorrow and let you know. |
Beta Was this translation helpful? Give feedback.
-
From pip list: |
Beta Was this translation helpful? Give feedback.
-
Thanks I will take a look. |
Beta Was this translation helpful? Give feedback.
-
Am I missing something?
|
Beta Was this translation helpful? Give feedback.
-
D:\source\keesh_programming\GMI\monai_viz_studio\Monai\Monai\monai_env\Scripts\python.exe
0%| | 0/4 [00:05<?, ?it/s] |
Beta Was this translation helpful? Give feedback.
-
Hi @keesh0, to keep things simple, you can run it without changing the "hello world" tutorial, right? If that's the case, it means your env is right. Then all you need to change is the "Generate images and labels" section, specifically the generate "datalist_file.json" file, correct? |
Beta Was this translation helpful? Give feedback.
-
Hi @keesh0 @KumoLiu @wyli , sorry for my delayed response. I managed to get a Windows machine here and replicated the bug.
The cause of this is:
The |
Beta Was this translation helpful? Give feedback.
-
Hi @keesh0 , Thanks for opening the issue. I think this is a bug in the Auto3DSeg DiNTs and SwinUNETR template, and we need to address it. Now the "segresnet" (for 3D) and "segrenset2d" (for 2.5D images that has sparsely-sampled images on the z-axis) should work. I pick the "segresnet" for the hello-world example as below and it runs fine on the Windows platform
|
Beta Was this translation helpful? Give feedback.
-
Should I update my version of Monai? |
Beta Was this translation helpful? Give feedback.
-
I tried the Hello World simulated data example and got the following error:
2023-08-08 15:54:37,360 - INFO - AutoRunner using work directory ./helloworld_work_dir 0%| | 0/12 [00:00<?, ?it/s]
0%| | 0/12 [00:10<?, ?it/s]
|
Beta Was this translation helpful? Give feedback.
-
I met this error when I tried to debug something, specifically, when I use VSCode to debug python code. Do you see this in a debugger as well @keesh0 ? |
Beta Was this translation helpful? Give feedback.
-
Is there a new version of monai.apps.auto3dseg that would fix my issues under Windows 11? |
Beta Was this translation helpful? Give feedback.
-
I had to move onto another framework, mmsegmentation. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am a MONAI newbie.
I minimally modified https://github.com/Project-MONAI/tutorials/blob/main/auto3dseg/notebooks/auto3dseg_hello_world.ipynb
to use my own CT data.
a. I am wondering how to troubleshoot failures?
b. Is there a good log file to check?
c. How do I control running on the CPU vs GPU?
d. Why in the example do we need labels for test data?
thx e.-
Beta Was this translation helpful? Give feedback.
All reactions