yeerwen / UniSeg

MICCAI 2023 Paper (Early Acceptance)
Other
161 stars 5 forks source link

Train on my own 2d data #13

Closed JtaoC closed 1 year ago

JtaoC commented 1 year ago

Hello, I want to ask how to train upstream model on my own 2d data. I've tried to convert my own dataset to nnunet dataset. But it seems that I failed.

yeerwen commented 1 year ago

Sorry, I haven't experimented with training a 2D task using the nnUNet framework. I suggest you first familiarize yourself with training a 2D task within the nnUNet framework. With that foundation, it will be easier for you to modify our code, which is specifically designed for 3D tasks, to accommodate 2D inputs.

JtaoC commented 1 year ago

Sorry, I haven't experimented with training a 2D task using the nnUNet framework. I suggest you first familiarize yourself with training a 2D task within the nnUNet framework. With that foundation, it will be easier for you to modify our code, which is specifically designed for 3D tasks, to accommodate 2D inputs.

Thanks very much for your reply, I will try your suggestion.