You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING! Cannot run postprocessing because the postprocessing file is missing. Make sure to run consolidate folds in the output folder of the model first!
#116
Open
tarekegn82 opened this issue
Apr 25, 2023
· 2 comments
Thank you for your contribution to this paper. As the title indicates I am having an issue with running the test on your model. Up until the following output the program seems to be working. Please let me know what should be fixed from my side. You can see my working directory below. Thank you
using the following model files: ['/home/lanbo/nnUnet1/DATASET/nnUNet_trained_models/nnFormer/3d_fullres/Task003_tumor/nnFormerTrainerV2_nnformer_tumor__nnFormerPlansv2.1/fold_0/model_best.model'] starting preprocessing generator starting prediction... inference done. Now waiting for the segmentation export to finish... WARNING! Cannot run postprocessing because the postprocessing file is missing. Make sure to run consolidate_folds in the output folder of the model first! The folder you need to run this in is /home/lanbo/nnUnet1/DATASET/nnUNet_trained_models/nnFormer/3d_fullres/Task003_tumor/nnFormerTrainerV2_nnformer_tumor__nnFormerPlansv2.1 loading success... /home/lanbo/anaconda3/envs/nnFormer/lib/python3.6/site-packages/numpy/core/fromnumeric.py:3373: RuntimeWarning: Mean of empty slice. out=out, **kwargs) /home/lanbo/anaconda3/envs/nnFormer/lib/python3.6/site-packages/numpy/core/_methods.py:170: RuntimeWarning: invalid value encountered in double_scalars ret = ret.dtype.type(ret / rcount)
The text was updated successfully, but these errors were encountered:
Dear Zhou,
Thank you for your contribution to this paper. As the title indicates I am having an issue with running the test on your model. Up until the following output the program seems to be working. Please let me know what should be fixed from my side. You can see my working directory below. Thank you
using the following model files: ['/home/lanbo/nnUnet1/DATASET/nnUNet_trained_models/nnFormer/3d_fullres/Task003_tumor/nnFormerTrainerV2_nnformer_tumor__nnFormerPlansv2.1/fold_0/model_best.model'] starting preprocessing generator starting prediction... inference done. Now waiting for the segmentation export to finish... WARNING! Cannot run postprocessing because the postprocessing file is missing. Make sure to run consolidate_folds in the output folder of the model first! The folder you need to run this in is /home/lanbo/nnUnet1/DATASET/nnUNet_trained_models/nnFormer/3d_fullres/Task003_tumor/nnFormerTrainerV2_nnformer_tumor__nnFormerPlansv2.1 loading success... /home/lanbo/anaconda3/envs/nnFormer/lib/python3.6/site-packages/numpy/core/fromnumeric.py:3373: RuntimeWarning: Mean of empty slice. out=out, **kwargs) /home/lanbo/anaconda3/envs/nnFormer/lib/python3.6/site-packages/numpy/core/_methods.py:170: RuntimeWarning: invalid value encountered in double_scalars ret = ret.dtype.type(ret / rcount)
The text was updated successfully, but these errors were encountered: