nnUNet icon indicating copy to clipboard operation
nnUNet copied to clipboard

Feature Request: Writing Inside the Model Path

Open audreymhoughton opened this issue 2 years ago • 1 comments

We noticed that nnUNet_predict writes inside the trained model directory. This causes a problem for when someone is trying to run this inside a container.

This is specifically where it is trying to write inside our model - I imagine the filepath is similar for others.

/opt/nnUNet/nnUNet_raw_data_base/nnUNet_trained_models/nnUNet/3d_fullres/Task512_{description}/nnUNetTrainerV2__nnUNetPlansv2.1/postprocessing.json

I believe adding an option to write this file to another place would be the ideal solution. Thanks!

audreymhoughton avatar Jun 30 '22 17:06 audreymhoughton

Can you please specify the line of code where nnUNet_predict writes to this file? I cannot find it. It only reads this file. Best, Fabian

FabianIsensee avatar Aug 23 '22 10:08 FabianIsensee