-
hi,大家好,非常高兴的告诉大家,兴智杯——前沿模型复现赛已经开始了,本次复现赛共将有15篇的经典&前沿论文供大家复现。详细信息可以参考[兴智杯官网链接](http://www.aiinnovation.com.cn/#/trackDetail?id=20),或[AI Studio 链接](https://aistudio.baidu.com/aistudio/competition/detail…
-
In my basic understanding, CNNs are translation invariant, however, when I pass a zero-valued image through a UNET (efficient-b5 backbone, pre-trained on imagenet), there is a lot of structure in the …
-
Thanks for your wonderful work. When I run the test for the 2D Uncertainty_Rectified_Pyramid_Consistency according to your advice. I met the problem 'Traceback (most recent call last):
File "/home/…
-
Hello,
I am doing the training, but the code hangs displaying this error message:#######################################################################
Please cite the following paper when using …
-
Hi, I'm trying to get nn-Unet running. My segmentation masks have non consecutive classes [0,1,2,3,4,5, 100, 200,201]. Does nn-Unet like usual U-net implementation need consecutive class labels
-
Dear Dr. Lin, I have some questions about this research dataset, I see that the validation dataset and the test dataset in the code seem to be the same, whether this will bias the results, I look forw…
-
Many users are asking about GPU acceleration on macOS. Pytorch officially supports MPS acceleration for MacOS 12.3+. Do you know if there is a plan for nn-unet to support MPS for prediction?
I gue…
-
I've tested the nnUNetTrainer__nnUNetPlans__3d_fullres dataset that was suggested in the tutorial on Windows11 with an NVIDIA RTX 3090 (24GB) and the segmentation failed.
First the SlicerNnUnet mod…
-
pytorch 1.7.0
python 3.7
cuda 10.2
cudnn 7605
GeForce RTX 2080 Ti
what should I do?
-
Hi Fabian and others!
I have used nnUNet on a dataset before in aim to segemtent labels in my images. The model preformed very well! Now I would like to reuse the same model, with the pretrained wei…