Inference expected files #1893
-
Hi I'm very new in the Deep Learning world and I am having some troubles in running inference. I am trying to test my first training with only one fold (and 1 thread because there was some problems with that). In my output folder only 3 files have been generated "dataset.json", "plans.json" and "predict_from_raw_data_args.json" but not the segmentation file "CT_001.nii.gz" I expected. Am I doing something wrong? I have been waiting for hours and nothing, I have 16 gb of ram. OMP_NUM_THREADS=1 nnUNetv2_predict -i ./imagesTs -o ./predictedTs3dNosaveprob -d 223 -c 3d_fullres -f 0 --verbose -npp 1 -nps 1 --disable_tta ####################################################################### There are 1 cases in the source folder Predicting CT_001: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We reduced the size of the dataset and it worked fine |
Beta Was this translation helpful? Give feedback.
We reduced the size of the dataset and it worked fine