When exporting a Dataset object to a JSON Lines file using the .to_json(lines=True) method, the process consumes a very large amount of memory. The memory usage is proportional to the size of the ...
Hello and thanks for this nice extension for 3D Slicer. I am currently trying to use my trained nnunetv2 model to segment using this extension. I am following the ...