Replies: 2 comments 3 replies
-
Hi @spes3, thanks for your interest here. Hope it helps, thanks. |
Beta Was this translation helpful? Give feedback.
-
in case anyone got stuck like me, these transforms did the job for me, they should be found in segmenter.py |
Beta Was this translation helpful? Give feedback.
-
I trained a SegRestNet model with the minimal input Auto3DSeg command, i didn't have any additional user-specific inputs. I used
''' python -m monai. apps. auto3dseg AutoRunner run --input=./input. yaml --algos =segresnet '''
Now i want to perform inference on unseen data, as far as i learned, i need to use the data in the saved pytorch model and the used algorithm for SegResNet which is already implemented by monai. But I want to know, if there any other transfomations for SegResNet, that are not mentioned in the 'algorith_generation.md' in ''' Project-MONAI/tutorials/tree/main/auto3dseg/docs/algorithm_generation.md'''?
Also any other easier suggestions for inference are very welcome! my problem with ensemblrrunner class is I am unsure what to put in kwargs, so I thought I'll try to rebuild the model manually with the available monai docs.
Beta Was this translation helpful? Give feedback.
All reactions