2562 Add support to not save data in a separate folder#2576
2562 Add support to not save data in a separate folder#2576ericspod merged 7 commits intoProject-MONAI:devfrom
Conversation
|
/black |
|
I would suggest the default value should be |
Hi @ericspod , Thanks for your review and comments! Thanks. |
Signed-off-by: Nic Ma <[email protected]>
|
/black |
|
Hi @ericspod , Thanks for your review. Thanks in advance. |
| else: | ||
| output = os.path.join(subfolder_path, filename) | ||
| if separate_folder: | ||
| output = os.path.join(output, filename) |
There was a problem hiding this comment.
not sure if this filename should also have the postfix?
There was a problem hiding this comment.
That will be used in the next lines for the subfolders that go in the folder referred to as output here.
There was a problem hiding this comment.
Fixes #2562 .
Description
According to user's feedback, this PR enhanced the
nifti_saverandpng_saverto optionally save every image in a separate folder or not.Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests.make htmlcommand in thedocs/folder.