TS
TS
What's the difference between "nnUNetData_plans_v2.1_2D_stage0" and "nnUNetData_plans_v2.1_stage0"? Also, I revised some contents according to your answer, but the direction of the results looks terrible, how to solve the problems? Here...
Thank you very much. I would like to use a Docker image. Could you please tell me what should be stored in the input folder? As shown in the picture,...
Hi @GregorKoehler , Thanks for your reply! The path is 'nnunetv2/dataset_conversion/Dataset137_BraTS21.py' Please check the following fuction. def convert_labels_back_to_BraTS(seg: np.ndarray): new_seg = np.zeros_like(seg) new_seg[seg == 1] = 2 new_seg[seg == 3]...
Hi, I encountered a similar issue. I want to build my own network framework in nnUNetv2. Which file should I change?