Instance Spine Segmentation #660
oguzcanbekar
started this conversation in
General
Replies: 1 comment
-
Hi, @oguzcanbekar. I suggest you read carefully the documentation on Patch-based pipelines. You could use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there firstly I would like to be appreciate for your great work I hope one day I can also help to improve your code~~
My first question is I am tryoing to use my spine datas to instance segmentation, I have some nii files and nrrd files which I was segment manually. With the convenience provided by Torchio, I am able to create my dataset easily but I have question at that point, my datas have generally [512,512,600] dimensions but I would like to upload them to model by [512,512] dimensions. I mean for each epoch I would like to train by just 1 slice image or with batch more slices. I hope I could explain myself clearly until you answer I will also search but hopefully we can figure it out my all problems until I finish my all code. For this purpose I opened this discussion and I would like to ask my questions from here. Thank you very much in advance.
Basically this is my first code too by Torchio:
def Dataset_load(base_path):
dataset = Dataset_load("DATASET")
Beta Was this translation helpful? Give feedback.
All reactions