-
A user reported in #8 that the newer 2.3 version of nnunet is now installed instead of 2.2. I didn't expect they would change the interface that soon. We should pin the dependency to 2.2 for now.
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
hello,我想问下推理导出的静态图文件有尝试使用C++部署预测吗,可以支持吗?目前看到的示例…
-
Dear nnUNet devs,
I am seeking assistance on performing multilabel segmentation using nnUNet for 5 classes. If anyone can help, please feel welcome to provide guidance. My label samples are like th…
-
Hi,
I was using nnUNetV2 and during the process of "**Automatically determine the best configuration**", I entered the command:
**nnUNetv2_find_best_configuration Dataset802_HepaticVessel -c 2d 3d…
-
Hi there!
I keep getting this error and I'm unsure how to solve it.
I know other issues also address this issue, but the solutions do not work for me (https://github.com/MIC-DKFZ/nnUNet/issues/199…
-
pulling the repository, navigating to nnUNet and running ```pip install -e .``` does not install nnUNet v2 in my virtual environment. Instead I see:
```
pip install -e .
Obtaining file:///home/kin…
-
Hello Michael,
First, thanks for sharing nnDetection, that's interesting as well as nnUnet.
I have already lunched and trained a nnUnet and saved the model for ADAM dataset. I read the instruct…
-
Hello! Thank you for your outstanding contribution to this work!
I have obtained very good results on my dataset (2D ultrasound). However, when making predictions on continuously scanned ultrasound…
-
Hi there! I come from a lab that primarily uses `nibabel` over `SimpleITK` for image processing.
When using nnUNetV2, we did the following:
- Training: `nnunetv2_train` on `.nii.gz` images (no s…
-
Hello, I want to **ignore background when calculating loss** by using the attribute self.ignore_label in DC_and_CE loss. I added an additional term “ignore” in labels, and substitute “background” in t…