nnUNet icon indicating copy to clipboard operation
nnUNet copied to clipboard

Allow passing kwargs to image reader/writer

Open GFabien opened this issue 1 month ago • 0 comments

Hi, Thanks for the great repository, it is super useful! I started adding new image reader writers to try stuff with my data and I found it practical to allow passing kwargs to my new image reader writers instead of creating many classes. Here is a small PR to implement that. Tell me if it's okay for you. The idea is just to add an optional key to the dataset.json called "image_reader_writer_kwargs" and store the kwargs there. Thank you, Fabien

GFabien avatar Nov 12 '25 09:11 GFabien